Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 'String.indexOf()' expression is replaceable with 'contains()' | Lars Grefer | 2020-08-08 | 4 | -8/+8 | |
| | | | | | | Reports any String.indexOf() expressions which can be replaced with a call to the String.contains() method available in Java 5 and newer. Signed-off-by: Lars Grefer <eclipse@larsgrefer.de> | |||||
* | 'while' loop replaceable with enhanced 'for' loop | Lars Grefer | 2020-08-08 | 1 | -3/+2 | |
| | | | | | | Reports while loops which iterate over collections, and can be replaced with an enhanced for loop (i.e. foreach iteration syntax). Signed-off-by: Lars Grefer <eclipse@larsgrefer.de> | |||||
* | 'for' loop replaceable with enhanced 'for' loop | Lars Grefer | 2020-08-08 | 9 | -38/+32 | |
| | | | | | | Reports for loops which iterate over collections or arrays, and can be replaced with an enhanced for loop (i.e. the foreach iteration syntax). Signed-off-by: Lars Grefer <eclipse@larsgrefer.de> | |||||
* | Rev to 1.9.7.BUILD-SNAPSHOT | Andy Clement | 2020-07-22 | 1 | -1/+1 | |
| | ||||||
* | AspectJ 1.9.6 final bitsV1_9_6 | Andy Clement | 2020-07-22 | 1 | -1/+1 | |
| | ||||||
* | Move to 1.9.6.BUILD-SNAPSHOT version | Andy Clement | 2019-11-28 | 1 | -1/+1 | |
| | ||||||
* | 1.9.5 release versions in pomsV1_9_5 | Andy Clement | 2019-11-28 | 1 | -1/+1 | |
| | ||||||
* | Update to 1.9.5.BUILD-SNAPSHOT in poms | Andy Clement | 2019-06-03 | 1 | -1/+1 | |
| | ||||||
* | 1.9.4 POMS | Andy Clement | 2019-05-10 | 1 | -1/+1 | |
| | ||||||
* | pushed versions to 1.9.4.BUILD-SNAPSHOT | Andy Clement | 2019-04-17 | 1 | -1/+1 | |
| | ||||||
* | temporary fix for jdtcore deps to get mvn clean install behaving | Andy Clement | 2019-02-01 | 1 | -0/+12 | |
| | ||||||
* | Add module tests back in - but streamlined | Andy Clement | 2019-01-31 | 2 | -17/+56 | |
| | ||||||
* | various polish to previously mavenized projects to support newer ones | Andy Clement | 2019-01-31 | 1 | -0/+17 | |
| | ||||||
* | mavenizing ajde.core - done | Andy Clement | 2019-01-29 | 36 | -131/+63 | |
| | ||||||
* | polish | Andy Clement | 2018-10-15 | 10 | -59/+92 | |
| | ||||||
* | Adjust how classpath entries manipulated for Java9 support | Andy Clement | 2017-10-20 | 1 | -14/+12 | |
| | | | | | | | | | | | | | | | | 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. | |||||
* | added module/modulesourcepath to compiler configuration interface | Andy Clement | 2017-10-20 | 2 | -5/+16 | |
| | ||||||
* | Fix classpath for tests on Java9 | Andy Clement | 2016-06-27 | 1 | -2/+10 | |
| | ||||||
* | Fix for building on Java8V1_8_3a | Andy Clement | 2014-10-24 | 1 | -0/+1 | |
| | ||||||
* | Polish generics | Andy Clement | 2014-10-07 | 15 | -47/+43 | |
| | ||||||
* | enabling AJDT to use annotation processors | Andy Clement | 2014-08-20 | 3 | -0/+31 | |
| | ||||||
* | annotation processing in aspectj | hsestupin | 2014-08-01 | 1 | -1/+1 | |
| | | | | Signed-off-by: hsestupin <stupin.sergey@gmail.com> | |||||
* | Fix 415957: annotations with 1.8 flags | Andy Clement | 2013-08-27 | 1 | -3/+1 | |
| | ||||||
* | generics | aclement | 2011-08-16 | 6 | -447/+382 | |
| | ||||||
* | 353900: Java7 | aclement | 2011-08-12 | 1 | -1/+3 | |
| | ||||||
* | java5 module now | aclement | 2011-08-12 | 1 | -0/+1 | |
| | ||||||
* | generics refactoring | aclement | 2011-08-12 | 4 | -170/+136 | |
| | ||||||
* | generics refactoring | aclement | 2011-08-12 | 3 | -17/+18 | |
| | ||||||
* | minimalModel ON by default. demotion ON by default (for AJDT as well as LTW) | aclement | 2011-08-05 | 2 | -5/+7 | |
| | ||||||
* | 290741: encoding option on ICompilerConfiguration | aclement | 2011-04-04 | 1 | -0/+4 | |
| | ||||||
* | 290741: encoding option on ICompilerConfiguration | aclement | 2011-04-04 | 2 | -0/+8 | |
| | ||||||
* | 328649: addDependencies for Compilation Participants | aclement | 2010-10-26 | 1 | -3/+4 | |
| | ||||||
* | 328649 | aclement | 2010-10-25 | 1 | -0/+7 | |
| | ||||||
* | remove generics for now - will build be happy? | aclement | 2010-08-06 | 1 | -2/+2 | |
| | ||||||
* | generics | aclement | 2010-07-08 | 1 | -6/+7 | |
| | ||||||
* | expose some internals | aclement | 2009-11-02 | 2 | -6/+6 | |
| | ||||||
* | 1.6.6V1_6_6 | aclement | 2009-09-30 | 1 | -6/+12 | |
| | ||||||
* | state persistence | aclement | 2009-08-25 | 1 | -0/+5 | |
| | ||||||
* | 271201: inpath handles | aclement | 2009-04-06 | 4 | -2/+32 | |
| | ||||||
* | 268827: ask for the JDT project state | aclement | 2009-03-24 | 1 | -0/+5 | |
| | ||||||
* | 268827: ask for the JDT project state | aclement | 2009-03-24 | 2 | -0/+6 | |
| | ||||||
* | generalize report API to cover resources and outjar | aclement | 2009-03-23 | 1 | -2/+2 | |
| | ||||||
* | generalize report API to cover resources and outjar | aclement | 2009-03-23 | 2 | -6/+26 | |
| | ||||||
* | 268827: tell ajdt about class file removal | aclement | 2009-03-20 | 3 | -0/+9 | |
| | ||||||
* | 124460: aop.xml used for compilation: AJDT interface support | aclement | 2009-02-12 | 1 | -0/+5 | |
| | ||||||
* | 124460: aop.xml used for compilation: AJDT interface support | aclement | 2009-02-12 | 2 | -2/+21 | |
| | ||||||
* | 262288: doubly sure | aclement | 2009-01-30 | 1 | -1/+1 | |
| | ||||||
* | 262288: cope with a previous build that did not fill in the buildconfig | aclement | 2009-01-29 | 1 | -8/+1 | |
| | ||||||
* | 258206: package declaration support in the model | aclement | 2009-01-06 | 1 | -3/+4 | |
| | ||||||
* | 258325: fix | aclement | 2008-12-10 | 1 | -11/+11 | |
| |