aboutsummaryrefslogtreecommitdiffstats
path: root/util
Commit message (Collapse)AuthorAgeFilesLines
* Add module tests back in - but streamlinedAndy Clement2019-01-311-0/+30
|
* various polish to previously mavenized projects to support newer onesAndy Clement2019-01-311-5/+4
|
* fix versionAndy Clement2019-01-251-1/+1
|
* mavenized util moduleAndy Clement2019-01-2326-133/+71
|
* 1.9.2.RC1 changesV1_9_2_RC1Andy Clement2018-09-291-0/+4
|
* Support Java10Andy Clement2018-04-181-6/+13
|
* Updates to better cope with future JDKsAndy Clement2017-11-091-11/+34
| | | | | | | | | | | | | | The version handling in LangUtil has been overhauled to cope better with post 1.8 releases (JDK9 and JDK10 or 18.3 or whatever they call it). As part of this moved to treating JDK9 as '9' rather than '1.9'. Also removed duplicate version processing logic and had that defer to the one place in LangUtil where we now deal with it. Includes some generics tidyup in ajdoc. More ajdoc work is necessary for Java10 because it removes the standard doclet (old style). However trying to invoke the internal Javadoc handler in Java10 is failing due to module visibility rules.
* Adjust how classpath entries manipulated for Java9 supportAndy Clement2017-10-201-1/+1
| | | | | | | | | | | | | | | | Prior to this AspectJ would discard ignore the ClasspathEntry objects built by JDT and just work with the classpath as a string, driving the JDT FileSystem to rebuild classpath entries again at a later date using the string. This is more complex in Java9 because the string representation was losing whether some entries came in via modulepath. ClasspathEntry construction for modulepath entries is non trivial (since the module-info must be processed). The new version will cache some of the ClasspathEntry objects (those built for modulepaths) and do more work on the AspectJ side building classpath entries in general. It now passes these entries to a different FileSystem entry point rather than the entry point that takes a string path.
* Reusable SoftHashMap utility classAndy Clement2017-09-281-0/+95
|
* various changes to make more tests pass on Java9Andy Clement2017-09-221-0/+7
|
* Bring Java9 branch in line with 1.8.11 progressAndy Clement2017-09-213-38/+36
|\
| * reduced min Java version to 1.6Andy Clement2016-12-161-1/+1
| |
| * Fixing generics warningsAndy Clement2016-10-283-38/+36
| |
* | Merged post 1.8.5 changes into Java9 branchAndy Clement2017-09-202-21/+58
|\|
| * 406167: cope with rogue generic inner type signaturesAndy Clement2015-04-012-21/+58
| |
* | 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-153-810/+767
|
* java5aclement2010-07-081-0/+1
|
* 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
|
* close streamsaclement2009-09-031-3/+3
|
* 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-204-12/+887
|
* remove unused code - improve path detectionaclement2008-09-011-0/+27
|
* formatter chewed on itaclement2008-08-281-241/+237
|
* formatter chewed on itaclement2008-08-282-2706/+2653
|
* findbugs/eclipse warnings fixedaclement2008-08-277-725/+482
|
* removed unnecessary codeaclement2008-08-221-1/+1
|
* switch to container from jrelibaclement2008-06-061-5/+5
|
* 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-124-413/+0
|
* 231396: refactoring: CollectionUtil type removedaclement2008-05-121-60/+0
|
* 231396: moved ConfigParser out of weaver jaraclement2008-05-091-311/+0
|