aboutsummaryrefslogtreecommitdiffstats
path: root/ajbrowser/src
Commit message (Collapse)AuthorAgeFilesLines
* Fix misplaced or incorrect javadoc tagsJerry James2020-09-141-2/+2
|
* Merge branch 'master' into feature/collection-performanceAndy Clement2020-08-152-2/+0
|\
| * Cleanup unused importsLars Grefer2020-08-162-2/+0
| | | | | | | | Signed-off-by: Lars Grefer <eclipse@larsgrefer.de>
* | Weaken Collection declarationsLars Grefer2020-08-151-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 possibleLars Grefer2020-08-134-7/+7
| | | | Signed-off-by: Lars Grefer <eclipse@larsgrefer.de>
* 'for' loop replaceable with enhanced 'for' loopLars Grefer2020-08-084-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 pomsAndy Clement2019-06-031-13/+13
|
* mavenizing ajbrowser - doneAndy Clement2019-01-302-65/+0
|
* mavenizing ajbrowser - wipAndy Clement2019-01-3018-0/+145
|
* added module/modulesourcepath to compiler configuration interfaceAndy Clement2017-10-201-0/+10
|
* Polish genericsAndy Clement2014-10-071-1/+1
|
* enabling AJDT to use annotation processorsAndy Clement2014-08-201-0/+8
|
* genericsaclement2011-08-164-17/+15
|
* generics refactoringaclement2011-08-121-134/+133
|
* generics refactoringaclement2011-08-121-1/+1
|
* generics refactoringaclement2011-08-121-5/+8
|
* 290741: encoding option on ICompilerConfigurationaclement2011-04-041-0/+5
|
* genericsaclement2010-07-141-36/+32
|
* trigger buildaclement2009-04-091-48/+47
|
* 271201: inpath handlesaclement2009-04-061-0/+6
|
* 268827: ask for the JDT project stateaclement2009-03-241-0/+5
|
* generalize report API to cover resources and outjaraclement2009-03-231-2/+2
|
* 268827: tell ajdt about class file removalaclement2009-03-201-0/+3
|
* 124460: aop.xml used for compilation: AJDT interface supportaclement2009-02-121-0/+5
|
* 258325: fixaclement2008-12-101-6/+6
|
* 251277: making asmmanager non-singletonaclement2008-10-201-2/+1
|
* New method on the interface: null implaclement2008-09-161-0/+4
|
* trigger buildaclement2008-09-031-75/+55
|
* 245566: final config interface changeaclement2008-09-021-0/+4
|
* 245566: incremental magicaclement2008-08-291-11/+13
|
* implement new ICompilerConfiguration methodaclement2008-08-261-0/+6
|
* 148190#32aclement2007-01-1517-994/+1340
|
* update license to EPLacolyer2006-06-019-18/+18
|
* progress on enh 101983 (allow separate output folders for separate source ↵acolyer2006-05-161-0/+4
| | | | folders)
* Removed dead code.mkersten2005-08-233-53/+14
|
* FindBugs: fixes.aclement2004-08-231-2/+3
|
* fix for Bugzilla Bug 40206acolyer2004-07-291-1/+2
| | | | need common isAspectJSourceFile() method
* Fix for 54238: Restore build cancelling to Swing-based IDEsmkersten2004-04-271-3/+7
|
* Minor cleanup of ajbrowser.mkersten2004-02-181-14/+14
|
* tidying up compiler warnings (unused locals, imports)acolyer2004-01-233-8/+5
|
* Andy Clement's patch for enh 46347: "-inpath"acolyer2003-11-111-0/+4
|
* Updated org.aspectj.asm relationship model to string-handle-based API in ↵mkersten2003-08-141-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. ↵mkersten2003-08-131-1/+1
| | | | Renamed model container class.
* Minor improvements to structure model generation, clean up of test suite ↵mkersten2003-08-121-1/+1
| | | | output, and port of AJDT to new ASM APIs.
* First pass at new relationship API support.mkersten2003-08-081-1/+1
|
* Reimplemented ASM API as described in bug "41254: revise asm and create ↵mkersten2003-08-082-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 ↵mkersten2003-08-071-1/+1
| | | | in order to match method naming conventions.
* Fixed bugs: mkersten2003-08-062-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 ↵mkersten2003-07-252-64/+3
| | | | funtionality into the the ajbrowser module.)
* Fix for bug#40771 mkersten2003-07-256-41/+450
| | | | De-coupled AJDE APIs from javax.swing, and moved browser-specific funtionality into the the ajbrowser module.