aboutsummaryrefslogtreecommitdiffstats
path: root/org.aspectj.ajdt.core/src
Commit message (Expand)AuthorAgeFilesLines
* fix for Bugzilla Bug 45441 jhugunin2003-10-231-0/+8
* 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-146-70/+171
* 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-122-19/+18
* Got advice relationships working.mkersten2003-08-082-4/+6
* 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-085-180/+177
* fix and tests for Bugzilla Bug 41123 jhugunin2003-08-081-1/+7
* fix for Bugzilla Bug 41175 jhugunin2003-08-085-16/+56
* Changed org.aspectj.bridge.IMessage.getISourceLocation to getSourceLocation i...mkersten2003-08-071-1/+1
* Fixed bugs: mkersten2003-08-062-0/+17
* 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-301-3/+11
* 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-252-5/+5
* 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
* 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
* Updated post 1.1.0 release build.acolyer2003-06-061-2/+2
* Updated for 1.1.0 releaseV1_1_0acolyer2003-06-061-2/+2
* Expanded error message to make it clear that it is coming from parsing.mkersten2003-06-011-1/+1
* fix and test for Bugzilla Bug 38131 jhugunin2003-05-271-2/+5
* fix for NPE revealed by BcWeaverJarMaker test codejhugunin2003-05-191-1/+1
* defensively supplying ISourceLocation.NO_FILE when there is no file in the re...wisberg2003-05-141-1/+7
* patch mentioned on the list for detecting errs in incremental command linewisberg2003-05-142-2/+20
* fix to use cache for isPackage method (as indicated by previous !!! comment) jhugunin2003-05-091-2/+25
* Backing out the change I made to add the output directory to the classpath. wisberg2003-05-091-5/+5
* adding output dir/jar by default to classpath to permit resolving types in in...wisberg2003-05-081-16/+22
* - removed invalid test requiring -sourceroots in the argument list. They mig...wisberg2003-05-081-30/+31