summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* remaining fix for 72016 (problem/type information flowing through AJDE)aclement2004-08-176-6/+62
|
* Fix for Bugzilla Bug 70241: outline view shows anonymous inner classes in ↵aclement2004-08-173-6/+115
| | | | different way than jdt outline
* Fix for Bugzilla Bug 72016: No problem type information from AspectJ ↵aclement2004-08-168-4/+87
| | | | compiler / AJDE
* Fixes for:aclement2004-08-1611-0/+107
| | | | | Bugzilla Bug 67578: Privileged Aspect Access Problem Across Packages Bugzilla Bug 67579: NPE on privileged aspect error
* Get the classpath correct for running the rogue test :)aclement2004-08-161-1/+4
|
* Putting the failing test back in - will it work this time?aclement2004-08-161-1/+1
|
* commenting out one test for one run - must put it back in when its fixed!aclement2004-08-141-1/+1
|
* Bugzilla Bug 71339aclement2004-08-131-0/+122
| | | | | AJC produces partial output jar file, when there are warnings during weaving (new dependencies)
* Bugzilla Bug 71339aclement2004-08-1312-5/+172
| | | | | AJC produces partial output jar file, when there are warnings during weaving (new dependencies)
* Fix for Bugzilla Bug 71339aclement2004-08-132-0/+2
| | | | AJC produces partial output jar file, when there are warnings during weaving
* Tests slightly reworked by matthew due to enhancement 71339aclement2004-08-134-21/+22
|
* Fix and tests for Bugzilla Bug 71372aclement2004-08-136-0/+128
| | | | NoSuchMethodError calling private method from around advice in inner aspect
* Fix for Bugzilla Bug 71878aclement2004-08-131-1/+6
| | | | Bad injar aspect name on Linux
* Fix and tests for Bugzilla Bug 71372aclement2004-08-133-7/+68
| | | | NoSuchMethodError calling private method from around advice in inner aspect
* organized imports.for_ajdt1_1_12aclement2004-08-124-19/+41
|
* BCEL rename (enhancement 61374)aclement2004-08-1231-225/+298
|
* Added getter for state so that clients can find out what files changed ↵mkersten2004-08-111-0/+4
| | | | between builds.
* fix for Bugzilla Bug 61768acolyer2004-08-117-23/+99
| | | | scope for intertype methods
* Tests and fix for Bugzilla Bug 54421aclement2004-08-115-5/+137
| | | | Compile time declarations (warning and error) do not accept string concatenation (with +)
* Fixed minor bug here. Lack of 'continue' meant the sequence:aclement2004-08-111-0/+1
| | | | | | | | : "message"; was being tokenized as: token<:> token<message> token<"> token<;> rather than token<:> token<message> token<;>
* Fix and tests for Bugzilla Bug 68991aclement2004-08-115-10/+147
| | | | intertype initialisers should match field set pointcuts
* Tests for bug 65925. Already fixed !aclement2004-08-113-12/+17
|
* tests for pr62475 (disabled at present)acolyer2004-08-113-0/+40
|
* fix for Bugzilla Bug 61572acolyer2004-08-102-2/+12
| | | | ITDs on inner classes should be static contexts
* fix for Bugzilla Bug 61572acolyer2004-08-103-0/+44
| | | | ITDs on inner classes should be static contexts
* Fix for Bugzilla Bug 65319aclement2004-08-107-4/+93
| | | | ajc crashes when compiling the following program (binding this() and target())
* fix for Bugzilla Bug 53981acolyer2004-08-107-4/+118
| | | | proceed used as method name in around advice
* test for 70201acolyer2004-08-101-0/+13002
|
* fix for Bugzilla Bug 59208acolyer2004-08-1010-0/+16525
| | | | Weaver fails in BCEL for large classe
* fix for Bugzilla Bug 70201acolyer2004-08-102-1/+15
| | | | Branch target offset too large for short
* fix for Bugzilla Bug 70201acolyer2004-08-101-1/+4
| | | | Branch target offset too large for short
* copyright statement!acolyer2004-08-091-6/+10
|
* fix for Bugzilla Bug 67592 value in the args[] array of thisJoinPoint can be ↵acolyer2004-08-093-1/+48
| | | | changed....
* Fix for Bug 71377: Cannot advise private method call in around adviceaclement2004-08-097-10/+257
|
* cant find type/organize imports (and hopefully fix the build)aclement2004-08-0614-31/+56
|
* More work on 'cant find type' (bug 44191)aclement2004-08-067-16/+16
|
* Starting the quest to rid the world of unhelpful 'cant find type' ↵aclement2004-08-068-12/+39
| | | | messages... around 15down...
* Made reference to tools.jar relative to JAVA_HOME variable. (which you must ↵aclement2004-08-061-1/+1
| | | | define!!!)
* more deps for inc model tests.aclement2004-08-061-0/+2
|
* See the stack trace in real stderr so you can click on it !aclement2004-08-061-0/+1
|
* methods pulled up from the subclass.aclement2004-08-061-0/+62
|
* run the incremental model tests!aclement2004-08-061-0/+2
|
* promoted code up the hierarchy.aclement2004-08-061-51/+0
|
* incremental model tests.aclement2004-08-063-0/+275
|
* Moved around to fit in with new way of executing the incremental model tests ↵aclement2004-08-0636-0/+0
| | | | as junit tests.
* works for me! on Linux, on Windows, on JDK 1.4, on JDK 1.3...acolyer2004-08-061-1/+2
| | | | | adding better message to the assert so we can hopefully find out why the build machine is getting upset.
* fix for bug 53028acolyer2004-08-061-5/+1
|
* making paths absolute flushed out a Linux file system dependency in one of theacolyer2004-08-061-1/+1
| | | | | test case constants (not added by me may I add ;) ). Since I was developing on Linux, I didn't catch it.
* shadows src classpath entry had crept in by mistake....acolyer2004-08-061-4/+2
|
* fix for Bugzilla Bug 42573acolyer2004-08-055-13/+95
| | | | .lst file entries not resolved relative to list file: {boot}classpath, extdirs,