Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remaining fix for 72016 (problem/type information flowing through AJDE) | aclement | 2004-08-17 | 6 | -6/+62 |
| | |||||
* | Fix for Bugzilla Bug 70241: outline view shows anonymous inner classes in ↵ | aclement | 2004-08-17 | 3 | -6/+115 |
| | | | | different way than jdt outline | ||||
* | Fix for Bugzilla Bug 72016: No problem type information from AspectJ ↵ | aclement | 2004-08-16 | 8 | -4/+87 |
| | | | | compiler / AJDE | ||||
* | Fixes for: | aclement | 2004-08-16 | 11 | -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 :) | aclement | 2004-08-16 | 1 | -1/+4 |
| | |||||
* | Putting the failing test back in - will it work this time? | aclement | 2004-08-16 | 1 | -1/+1 |
| | |||||
* | commenting out one test for one run - must put it back in when its fixed! | aclement | 2004-08-14 | 1 | -1/+1 |
| | |||||
* | Bugzilla Bug 71339 | aclement | 2004-08-13 | 1 | -0/+122 |
| | | | | | AJC produces partial output jar file, when there are warnings during weaving (new dependencies) | ||||
* | Bugzilla Bug 71339 | aclement | 2004-08-13 | 12 | -5/+172 |
| | | | | | AJC produces partial output jar file, when there are warnings during weaving (new dependencies) | ||||
* | Fix for Bugzilla Bug 71339 | aclement | 2004-08-13 | 2 | -0/+2 |
| | | | | AJC produces partial output jar file, when there are warnings during weaving | ||||
* | Tests slightly reworked by matthew due to enhancement 71339 | aclement | 2004-08-13 | 4 | -21/+22 |
| | |||||
* | Fix and tests for Bugzilla Bug 71372 | aclement | 2004-08-13 | 6 | -0/+128 |
| | | | | NoSuchMethodError calling private method from around advice in inner aspect | ||||
* | Fix for Bugzilla Bug 71878 | aclement | 2004-08-13 | 1 | -1/+6 |
| | | | | Bad injar aspect name on Linux | ||||
* | Fix and tests for Bugzilla Bug 71372 | aclement | 2004-08-13 | 3 | -7/+68 |
| | | | | NoSuchMethodError calling private method from around advice in inner aspect | ||||
* | organized imports.for_ajdt1_1_12 | aclement | 2004-08-12 | 4 | -19/+41 |
| | |||||
* | BCEL rename (enhancement 61374) | aclement | 2004-08-12 | 31 | -225/+298 |
| | |||||
* | Added getter for state so that clients can find out what files changed ↵ | mkersten | 2004-08-11 | 1 | -0/+4 |
| | | | | between builds. | ||||
* | fix for Bugzilla Bug 61768 | acolyer | 2004-08-11 | 7 | -23/+99 |
| | | | | scope for intertype methods | ||||
* | Tests and fix for Bugzilla Bug 54421 | aclement | 2004-08-11 | 5 | -5/+137 |
| | | | | Compile time declarations (warning and error) do not accept string concatenation (with +) | ||||
* | Fixed minor bug here. Lack of 'continue' meant the sequence: | aclement | 2004-08-11 | 1 | -0/+1 |
| | | | | | | | | : "message"; was being tokenized as: token<:> token<message> token<"> token<;> rather than token<:> token<message> token<;> | ||||
* | Fix and tests for Bugzilla Bug 68991 | aclement | 2004-08-11 | 5 | -10/+147 |
| | | | | intertype initialisers should match field set pointcuts | ||||
* | Tests for bug 65925. Already fixed ! | aclement | 2004-08-11 | 3 | -12/+17 |
| | |||||
* | tests for pr62475 (disabled at present) | acolyer | 2004-08-11 | 3 | -0/+40 |
| | |||||
* | fix for Bugzilla Bug 61572 | acolyer | 2004-08-10 | 2 | -2/+12 |
| | | | | ITDs on inner classes should be static contexts | ||||
* | fix for Bugzilla Bug 61572 | acolyer | 2004-08-10 | 3 | -0/+44 |
| | | | | ITDs on inner classes should be static contexts | ||||
* | Fix for Bugzilla Bug 65319 | aclement | 2004-08-10 | 7 | -4/+93 |
| | | | | ajc crashes when compiling the following program (binding this() and target()) | ||||
* | fix for Bugzilla Bug 53981 | acolyer | 2004-08-10 | 7 | -4/+118 |
| | | | | proceed used as method name in around advice | ||||
* | test for 70201 | acolyer | 2004-08-10 | 1 | -0/+13002 |
| | |||||
* | fix for Bugzilla Bug 59208 | acolyer | 2004-08-10 | 10 | -0/+16525 |
| | | | | Weaver fails in BCEL for large classe | ||||
* | fix for Bugzilla Bug 70201 | acolyer | 2004-08-10 | 2 | -1/+15 |
| | | | | Branch target offset too large for short | ||||
* | fix for Bugzilla Bug 70201 | acolyer | 2004-08-10 | 1 | -1/+4 |
| | | | | Branch target offset too large for short | ||||
* | copyright statement! | acolyer | 2004-08-09 | 1 | -6/+10 |
| | |||||
* | fix for Bugzilla Bug 67592 value in the args[] array of thisJoinPoint can be ↵ | acolyer | 2004-08-09 | 3 | -1/+48 |
| | | | | changed.... | ||||
* | Fix for Bug 71377: Cannot advise private method call in around advice | aclement | 2004-08-09 | 7 | -10/+257 |
| | |||||
* | cant find type/organize imports (and hopefully fix the build) | aclement | 2004-08-06 | 14 | -31/+56 |
| | |||||
* | More work on 'cant find type' (bug 44191) | aclement | 2004-08-06 | 7 | -16/+16 |
| | |||||
* | Starting the quest to rid the world of unhelpful 'cant find type' ↵ | aclement | 2004-08-06 | 8 | -12/+39 |
| | | | | messages... around 15down... | ||||
* | Made reference to tools.jar relative to JAVA_HOME variable. (which you must ↵ | aclement | 2004-08-06 | 1 | -1/+1 |
| | | | | define!!!) | ||||
* | more deps for inc model tests. | aclement | 2004-08-06 | 1 | -0/+2 |
| | |||||
* | See the stack trace in real stderr so you can click on it ! | aclement | 2004-08-06 | 1 | -0/+1 |
| | |||||
* | methods pulled up from the subclass. | aclement | 2004-08-06 | 1 | -0/+62 |
| | |||||
* | run the incremental model tests! | aclement | 2004-08-06 | 1 | -0/+2 |
| | |||||
* | promoted code up the hierarchy. | aclement | 2004-08-06 | 1 | -51/+0 |
| | |||||
* | incremental model tests. | aclement | 2004-08-06 | 3 | -0/+275 |
| | |||||
* | Moved around to fit in with new way of executing the incremental model tests ↵ | aclement | 2004-08-06 | 36 | -0/+0 |
| | | | | as junit tests. | ||||
* | works for me! on Linux, on Windows, on JDK 1.4, on JDK 1.3... | acolyer | 2004-08-06 | 1 | -1/+2 |
| | | | | | adding better message to the assert so we can hopefully find out why the build machine is getting upset. | ||||
* | fix for bug 53028 | acolyer | 2004-08-06 | 1 | -5/+1 |
| | |||||
* | making paths absolute flushed out a Linux file system dependency in one of the | acolyer | 2004-08-06 | 1 | -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.... | acolyer | 2004-08-06 | 1 | -4/+2 |
| | |||||
* | fix for Bugzilla Bug 42573 | acolyer | 2004-08-05 | 5 | -13/+95 |
| | | | | .lst file entries not resolved relative to list file: {boot}classpath, extdirs, |