aboutsummaryrefslogtreecommitdiffstats
path: root/org.aspectj.ajdt.core
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-273-2/+46
* expanded test coveragejhugunin2003-05-191-2/+2
* 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
* fix for reported bug with invalid classpath entries (from the environment) jhugunin2003-05-073-21/+64
* fixed bug for inferring the kind of messages from the eclipse batch jhugunin2003-05-071-2/+2
* wrong handler referencewisberg2003-05-071-4/+4
* creating a fresh AjState object whenever doing a batch build to make jhugunin2003-05-061-0/+4
* "organized imports" to eliminate compiler warningsacolyer2003-05-062-27/+3
* - special-casing -help to avoid printing usage twice wisberg2003-05-062-0/+14
* NPE guard - client of getSourceLocation only uses files - enforcing that. wisberg2003-05-051-0/+6
* addressing (Andy's) NPE - null source location is permitted for packages, so ...wisberg2003-05-051-88/+120