Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix misplaced or incorrect javadoc tags | Jerry James | 2020-09-14 | 1 | -2/+2 |
| | |||||
* | Merge branch 'master' into feature/collection-performance | Andy Clement | 2020-08-15 | 2 | -2/+0 |
|\ | |||||
| * | Cleanup unused imports | Lars Grefer | 2020-08-16 | 2 | -2/+0 |
| | | | | | | | | Signed-off-by: Lars Grefer <eclipse@larsgrefer.de> | ||||
* | | Weaken Collection declarations | Lars Grefer | 2020-08-15 | 1 | -1/+2 |
|/ | | | | | | Reports on declarations of Collection variables made by using the collection class as the type, rather than an appropriate interface. Signed-off-by: Lars Grefer <eclipse@larsgrefer.de> | ||||
* | 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> | ||||
* | Update to 1.9.5.BUILD-SNAPSHOT in poms | Andy Clement | 2019-06-03 | 1 | -13/+13 |
| | |||||
* | mavenizing ajbrowser - done | Andy Clement | 2019-01-30 | 2 | -65/+0 |
| | |||||
* | mavenizing ajbrowser - wip | Andy Clement | 2019-01-30 | 18 | -0/+145 |
| | |||||
* | added module/modulesourcepath to compiler configuration interface | Andy Clement | 2017-10-20 | 1 | -0/+10 |
| | |||||
* | 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 |
| | |||||
* | 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 |
| | |||||
* | 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 |
| | |||||
* | 245566: incremental magic | aclement | 2008-08-29 | 1 | -11/+13 |
| | |||||
* | implement new ICompilerConfiguration method | aclement | 2008-08-26 | 1 | -0/+6 |
| | |||||
* | 148190#32 | aclement | 2007-01-15 | 17 | -994/+1340 |
| | |||||
* | update license to EPL | acolyer | 2006-06-01 | 9 | -18/+18 |
| | |||||
* | progress on enh 101983 (allow separate output folders for separate source ↵ | acolyer | 2006-05-16 | 1 | -0/+4 |
| | | | | folders) | ||||
* | Removed dead code. | mkersten | 2005-08-23 | 3 | -53/+14 |
| | |||||
* | FindBugs: fixes. | aclement | 2004-08-23 | 1 | -2/+3 |
| | |||||
* | fix for Bugzilla Bug 40206 | acolyer | 2004-07-29 | 1 | -1/+2 |
| | | | | need common isAspectJSourceFile() method | ||||
* | Fix for 54238: Restore build cancelling to Swing-based IDEs | mkersten | 2004-04-27 | 1 | -3/+7 |
| | |||||
* | Minor cleanup of ajbrowser. | mkersten | 2004-02-18 | 1 | -14/+14 |
| | |||||
* | tidying up compiler warnings (unused locals, imports) | acolyer | 2004-01-23 | 3 | -8/+5 |
| | |||||
* | Andy Clement's patch for enh 46347: "-inpath" | acolyer | 2003-11-11 | 1 | -0/+4 |
| | |||||
* | Updated org.aspectj.asm relationship model to string-handle-based API in ↵ | mkersten | 2003-08-14 | 1 | -2/+3 |
| | | | | order to support adding and removing relationships at any point in the compilation cycle, and to support external tools building relationships (e.g. JDT's incremental containment hierarchy builder). Also made inter-type declaration relationships show up in the model. | ||||
* | Added support for multiple relationships for a single program element. ↵ | mkersten | 2003-08-13 | 1 | -1/+1 |
| | | | | Renamed model container class. | ||||
* | Minor improvements to structure model generation, clean up of test suite ↵ | mkersten | 2003-08-12 | 1 | -1/+1 |
| | | | | output, and port of AJDT to new ASM APIs. | ||||
* | First pass at new relationship API support. | mkersten | 2003-08-08 | 1 | -1/+1 |
| | |||||
* | Reimplemented ASM API as described in bug "41254: revise asm and create ↵ | mkersten | 2003-08-08 | 2 | -4/+4 |
| | | | | interfaces". Containment hierarchy is done and tests added. Relationships are not done yet. All clients except AJDT ported. More UI porting in Swing clients required. | ||||
* | Changed org.aspectj.bridge.IMessage.getISourceLocation to getSourceLocation ↵ | mkersten | 2003-08-07 | 1 | -1/+1 |
| | | | | in order to match method naming conventions. | ||||
* | Fixed bugs: | mkersten | 2003-08-06 | 2 | -59/+37 |
| | | | | | | | 40943: Binary weaving should copy non-Java resources from "-inja... 36071: 1.1 rc1 should copy resources similar to java compiler 40826: ajbrowser does not report errors properly 40774: task list icons don't show in ajbrowser | ||||
* | De-coupled AJDE APIs from javax.swing, and moved browser-specific ↵ | mkersten | 2003-07-25 | 2 | -64/+3 |
| | | | | funtionality into the the ajbrowser module.) | ||||
* | Fix for bug#40771 | mkersten | 2003-07-25 | 6 | -41/+450 |
| | | | | De-coupled AJDE APIs from javax.swing, and moved browser-specific funtionality into the the ajbrowser module. |