aboutsummaryrefslogtreecommitdiffstats
path: root/util/src
Commit message (Collapse)AuthorAgeFilesLines
...
* Bring Java9 branch in line with 1.8.11 progressAndy Clement2017-09-212-24/+22
|\
| * reduced min Java version to 1.6Andy Clement2016-12-161-1/+1
| |
| * Fixing generics warningsAndy Clement2016-10-282-24/+22
| |
* | Merged post 1.8.5 changes into Java9 branchAndy Clement2017-09-201-20/+36
|\|
| * 406167: cope with rogue generic inner type signaturesAndy Clement2015-04-011-20/+36
| |
* | compatibility with JDK 190 build 175Andy Clement2017-06-271-1/+1
| |
* | Java9 jrt-fs.jar helpersAndy Clement2016-06-271-0/+10
| |
* | Cope with java version becoming 9.X rather than 1.9.XAndy Clement2016-01-041-6/+15
|/
* Tidy up post APT changesAndy Clement2014-08-051-23/+23
|
* add apt testshsestupin2014-08-011-50/+57
| | | | Signed-off-by: hsestupin <stupin.sergey@gmail.com>
* Polish 1.8.0 and optimized fastmatch for and/or pointcutV1_8_0RC2Andy Clement2014-03-201-1/+0
|
* AspectJ 1.8Andy Clement2013-07-291-1/+5
|
* 391123: ltw cache improvementsAndy Clement2012-10-291-0/+5
|
* 389967Andy Clement2012-10-011-0/+6
|
* genericsaclement2011-05-074-41/+43
|
* genericsaclement2011-05-071-13/+13
|
* 282379aclement2011-02-051-2/+16
|
* genericsaclement2010-07-152-161/+120
|
* genericsaclement2010-07-071-192/+204
|
* formattedaclement2010-05-181-8/+14
|
* cope with broken system propertiesaclement2010-05-121-15/+30
|
* 303758: fixesaclement2010-02-241-2/+5
|
* 288198: 1.7 supportaclement2009-09-041-126/+67
|
* unnecessary codeaclement2009-02-282-225/+338
|
* 246125: new abstraction of structure model without the weight of the asm moduleaclement2008-10-201-0/+21
|
* 246125: promoted generic sig parsing code to utilaclement2008-10-202-0/+659
|
* remove unused code - improve path detectionaclement2008-09-011-0/+27
|
* formatter chewed on itaclement2008-08-282-2706/+2653
|
* findbugs/eclipse warnings fixedaclement2008-08-275-586/+344
|
* removed unnecessary codeaclement2008-08-221-1/+1
|
* organized importsaclement2008-06-031-1/+5
|
* 231396: Comment #4: Big Refactoringaclement2008-05-282-4/+1
|
* 231396: refactoring: removed NonLocalExit and moved StreamPrintWriter into ↵aclement2008-05-142-140/+0
| | | | test infrastructure
* 231396: refactoring: Moved CharOperation and NameConvertoraclement2008-05-122-329/+0
|
* 231396: refactoring: CollectionUtil type removedaclement2008-05-121-60/+0
|
* 231396: moved ConfigParser out of weaver jaraclement2008-05-091-311/+0
|
* AspectJ6: copes with 1.6 environmentaclement2008-01-161-0/+3
|
* 1.6 VM should mean 'is15VMOrGreater' ! pr164384aclement2006-11-171-1/+1
|
* close files!aclement2006-10-171-0/+1
|
* new handle provider (pr141730): helper methodaclement2006-07-031-0/+74
|
* testcode for new handle provider (pr141730): helper methodaclement2006-07-031-0/+10
|
* Fix build: move createEmptySandbox() from FileUtil back to Ajc to avoid ↵mwebster2006-06-151-79/+4
| | | | JUnit dependency problem in util project
* Make sandbox directories unique among workspaces e.g. ↵mwebster2006-06-151-4/+79
| | | | c:\temp\ajcSandbox\org.aspectj\ajcTes1234.tmp
* 141730 - latest variant of program element signature processingaclement2006-06-072-0/+197
|
* some code for 141730 - store type signatures in program elements rather than ↵aclement2006-06-061-0/+48
| | | | processed type names.
* update license to EPLacolyer2006-06-0112-24/+24
|
* fix for 142165: LTWaclement2006-05-171-1/+1
|
* fixes for 137235 (contributed by Ron): more intelligent logic for ↵aclement2006-05-042-9/+12
| | | | determining if a path entry is a jar/zip (don't just rely on suffix, some new .bndl files seem to be becoming popular...)
* Forgot to limit scope to full pathswisberg2005-10-151-1/+3
|
* Fix 107299 (windows full but not absolute paths) by not prefixing files that ↵wisberg2005-10-151-1/+1
| | | | exist (and don't need resolving). Tested locally, but unable to make a portable test. Will cause bugs for .lst-file-relative entries that match user-dir-local files.