aboutsummaryrefslogtreecommitdiffstats
path: root/org.aspectj.ajdt.core
Commit message (Expand)AuthorAgeFilesLines
* Andy Clement's patch for enh 46347: "-inpath"acolyer2003-11-115-5/+52
* Rogue import of EajcModuleTests was breaking Eclipse buildsacolyer2003-11-041-2/+0
* fix for 42574. (Not using FileUtil.listFiles as recursive (and looks broken f...wisberg2003-10-311-6/+4
* using ../{module}/ convention for testdata references so tests can be run fro...wisberg2003-10-318-77/+94
* declare -> declareDecl for ajcwisberg2003-10-292-19/+19
* fix for Bugzilla Bug 45441 jhugunin2003-10-231-0/+8
* test for canonical versions of sourcedirs etc.acolyer2003-09-121-11/+24
* fix and test for Bugzilla Bug 42993 jhugunin2003-09-121-14/+35
* fix and tests for at least 2 bugs: jhugunin2003-09-103-23/+94
* Added path canonicalization to config parser.mkersten2003-09-051-0/+10
* fix and test for Bugzilla Bug 41359 jhugunin2003-08-281-5/+12
* Fixed AJDT bug with truncation of labels (there was a weird substring call in...mkersten2003-08-161-1/+45
* Added spacewar project for testing.mkersten2003-08-161-1/+0
* Improved declare relationships. Implemented batch-build relationship clearin...mkersten2003-08-141-16/+16
* Updated org.aspectj.asm relationship model to string-handle-based API in orde...mkersten2003-08-147-71/+172
* Added support for multiple relationships for a single program element. Renam...mkersten2003-08-132-7/+7
* Minor improvements to structure model generation, clean up of test suite outp...mkersten2003-08-123-21/+20
* use System property aspectjrt.path to add to testcase classpath if definedacolyer2003-08-115-24/+59
* Got advice relationships working.mkersten2003-08-083-5/+7
* First pass at new relationship API support.mkersten2003-08-081-12/+12
* Fixed ProgramElement modifiers bug.mkersten2003-08-081-4/+6
* Reimplemented ASM API as described in bug "41254: revise asm and create inter...mkersten2003-08-086-181/+178
* fix and tests for Bugzilla Bug 41123 jhugunin2003-08-081-1/+7
* fix for Bugzilla Bug 41175 jhugunin2003-08-086-17/+57
* Changed org.aspectj.bridge.IMessage.getISourceLocation to getSourceLocation i...mkersten2003-08-073-3/+3
* Fixed mkersten2003-08-076-13/+39
* Fixed bugs: mkersten2003-08-062-0/+17
* added test to ensure handler from initial runCommand() is not used in repeatC...wisberg2003-08-064-5/+102
* Improved generation of advice and pointcut names in the ASM.mkersten2003-08-061-23/+66
* Exposed declaredSelector with accessor.mkersten2003-08-051-0/+5
* Revised and added tests for ASM containment hierarchy.mkersten2003-08-052-87/+211
* fixes for Bugzilla Bug 40858 jhugunin2003-08-041-3/+19
* Fixed missing sourceline file info.mkersten2003-07-311-41/+13
* ------ mkersten2003-07-302-57/+50
* comment change onlymkersten2003-07-301-1/+1
* Removed unused method.mkersten2003-07-301-11/+11
* fixed 39974: Some strange error when compiling the observer example with JBu...mkersten2003-07-301-4/+13
* Fixed 39626: Added AsmBuilderTest class that tests handling for this and rela...mkersten2003-07-303-3/+81
* Exposed message handler as "protected" to clients who may want to override.mkersten2003-07-291-1/+1
* Fix for bug 40824.mkersten2003-07-291-3/+14
* This problem occurred when a command line compile did not specify a "-classpa...mkersten2003-07-291-8/+17
* Refactored singleton reference to be accessed via getDefault() in order to be...mkersten2003-07-253-6/+6
* Adding ignores for AJDT buildsmkersten2003-07-251-0/+2
* moved to 2.1.1 jdtcore. Updated our code to change one call to a jhugunin2003-07-241-1/+2
* Fix for AJDT bug 40380.mkersten2003-07-232-5/+20
* added test to try to investigate size issues, but can't reproduce for any jhugunin2003-07-233-0/+58
* fix and expanded tests for Bugzilla Bug 39462 jhugunin2003-07-221-0/+4
* tests and fix for Bugzilla Bug 39993 jhugunin2003-07-223-0/+133
* changed default compiler behavior to ignore unreachable code (matching Javac)mkersten2003-07-221-1/+1
* tests and fixes for two awful error message bugs: jhugunin2003-07-023-14/+12