Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use the diamond operator where possible | Lars Grefer | 2020-08-13 | 4 | -7/+7 |
| | | | | Signed-off-by: Lars Grefer <eclipse@larsgrefer.de> | ||||
* | 'for' loop replaceable with enhanced 'for' loop | Lars Grefer | 2020-08-08 | 4 | -9/+8 |
| | | | | | | 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 | 2 | -14/+14 |
| | |||||
* | 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 |
| | |||||
* | polish - fix some warningsmaven_build | Andy Clement | 2019-02-11 | 1 | -12/+0 |
| | |||||
* | mavenizing ajbrowser - done | Andy Clement | 2019-01-30 | 3 | -83/+0 |
| | |||||
* | mavenizing ajbrowser - wip | Andy Clement | 2019-01-30 | 24 | -32/+71 |
| | |||||
* | added module/modulesourcepath to compiler configuration interface | Andy Clement | 2017-10-20 | 1 | -0/+10 |
| | |||||
* | Added automatic module name | Andy Clement | 2017-10-20 | 1 | -0/+1 |
| | |||||
* | Polish generics | Andy Clement | 2014-10-07 | 1 | -1/+1 |
| | |||||
* | enabling AJDT to use annotation processors | Andy Clement | 2014-08-20 | 1 | -0/+8 |
| | |||||
* | generics | aclement | 2011-08-16 | 4 | -17/+15 |
| | |||||
* | generics refactoring | aclement | 2011-08-12 | 1 | -134/+133 |
| | |||||
* | generics refactoring | aclement | 2011-08-12 | 1 | -1/+1 |
| | |||||
* | generics refactoring | aclement | 2011-08-12 | 1 | -5/+8 |
| | |||||
* | 290741: encoding option on ICompilerConfiguration | aclement | 2011-04-04 | 1 | -0/+5 |
| | |||||
* | change this to see if build machine can pick it up | aclement | 2010-08-06 | 1 | -1/+1 |
| | |||||
* | java5 | aclement | 2010-07-14 | 1 | -0/+1 |
| | |||||
* | generics | aclement | 2010-07-14 | 1 | -36/+32 |
| | |||||
* | trigger build | aclement | 2009-04-09 | 1 | -48/+47 |
| | |||||
* | 271201: inpath handles | aclement | 2009-04-06 | 1 | -0/+6 |
| | |||||
* | 268827: ask for the JDT project state | aclement | 2009-03-24 | 1 | -0/+5 |
| | |||||
* | generalize report API to cover resources and outjar | aclement | 2009-03-23 | 1 | -2/+2 |
| | |||||
* | 268827: tell ajdt about class file removal | aclement | 2009-03-20 | 1 | -0/+3 |
| | |||||
* | trigger build | aclement | 2009-03-05 | 1 | -1/+1 |
| | |||||
* | 124460: aop.xml used for compilation: AJDT interface support | aclement | 2009-02-12 | 1 | -0/+5 |
| | |||||
* | 258325: fix | aclement | 2008-12-10 | 1 | -6/+6 |
| | |||||
* | 251277: making asmmanager non-singleton | aclement | 2008-10-20 | 1 | -2/+1 |
| | |||||
* | New method on the interface: null impl | aclement | 2008-09-16 | 1 | -0/+4 |
| | |||||
* | trigger build | aclement | 2008-09-03 | 1 | -75/+55 |
| | |||||
* | 245566: final config interface change | aclement | 2008-09-02 | 1 | -0/+4 |
| | |||||
* | dependency for picking up compiler change bitflags | aclement | 2008-08-29 | 1 | -0/+1 |
| | |||||
* | 245566: incremental magic | aclement | 2008-08-29 | 1 | -11/+13 |
| | |||||
* | implement new ICompilerConfiguration method | aclement | 2008-08-26 | 1 | -0/+6 |
| | |||||
* | switch to container from jrelib | aclement | 2008-06-06 | 1 | -1/+1 |
| | |||||
* | 148190#32 | aclement | 2007-01-15 | 18 | -1101/+1340 |
| | |||||
* | 148190: reworked code to cope with new module ajde.core | aclement | 2007-01-11 | 1 | -2/+3 |
| | |||||
* | Bug 113948 "Repackage AspectJ" (move module root suites out of default package) | mwebster | 2006-07-30 | 1 | -0/+1 |
| | |||||
* | wonder what the build will make of this? dependency from browser>weaver5 so ↵ | aclement | 2006-07-25 | 1 | -0/+1 |
| | | | | that the JDK14 tracing code (and rest of weaver5...) gets into aspectjtools.jar | ||||
* | update license to EPL | acolyer | 2006-06-01 | 13 | -26/+26 |
| | |||||
* | progress on enh 101983 (allow separate output folders for separate source ↵ | acolyer | 2006-05-16 | 1 | -0/+4 |
| | | | | folders) | ||||
* | added dependency on loadtime so that loadtime makes it into aspectjtools.jar ↵ | aclement | 2005-08-23 | 1 | -11/+12 |
| | | | | (and then ajde.jar...) | ||||
* | Removed dead code. | mkersten | 2005-08-23 | 3 | -53/+14 |
| | |||||
* | ignore bintest directories | acolyer | 2005-05-31 | 1 | -0/+1 |
| | |||||
* | interactive guard to preserve automated runnability of *Test.java | wisberg | 2005-05-21 | 1 | -1/+10 |
| |