Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | passing tests for interface libraries. The behavior might be wrong (i.e., ↵ | wisberg | 2003-08-06 | 9 | -0/+188 |
| | | | | some should fail) -- confirming on the list. | ||||
* | @testcase PR#41170 combine classpath on command line and in .lst file | wisberg | 2003-08-06 | 5 | -0/+24 |
| | |||||
* | Exposed subtype inclusion property. | mkersten | 2003-08-05 | 1 | -0/+5 |
| | |||||
* | Exposed declaredSelector with accessor. | mkersten | 2003-08-05 | 1 | -0/+5 |
| | |||||
* | Revised and added tests for ASM containment hierarchy. | mkersten | 2003-08-05 | 14 | -112/+468 |
| | |||||
* | Expanded test data sources. | mkersten | 2003-08-05 | 2 | -0/+1 |
| | |||||
* | Fix for Bug 39470: | ehilsdal | 2003-08-05 | 1 | -0/+21 |
| | | | | | | | Repeating a compilation multiple times produces class files that vary in size Added a filter to make sure we don't add two local variable entries with the same start and slot (BCEL workaround) | ||||
* | fix for Bugzilla Bug 40805 | jhugunin | 2003-08-05 | 3 | -19/+29 |
| | | | | call pointcut with interface type fails if method declared on interface | ||||
* | fixes for Bugzilla Bug 40858 | jhugunin | 2003-08-04 | 7 | -33/+63 |
| | | | | | | super-qualified pointcut reference cause weaver stack trace and Bugzilla Bug 40814 no error when defining interface pointcuts | ||||
* | Addendum to the original contribution from PARC. Three presentations: | jhugunin | 2003-08-01 | 58 | -0/+3192 |
| | | | | | | oneHour talk three hour tutorial six hour tutorial including exercises | ||||
* | *** empty log message *** | mkersten | 2003-07-31 | 1 | -0/+2 |
| | |||||
* | Fixed missing sourceline file info. | mkersten | 2003-07-31 | 1 | -41/+13 |
| | |||||
* | *** empty log message *** | mkersten | 2003-07-31 | 1 | -1/+20 |
| | |||||
* | Fix for | ehilsdal | 2003-07-31 | 1 | -0/+17 |
| | | | | | | Bugzilla Bug 35551: "declare soft" in abstract aspect have no effect Specifying that declare soft behaves like advice in that it must be concretized to have an effect. | ||||
* | Added documentation for | ehilsdal | 2003-07-31 | 1 | -0/+48 |
| | | | | | | Bugzilla Bug 29699: call join points in 1.1b2 und 1.1b4 basically documented that the -1.4 flag can change how method calls get generated in terms of the declaring type of the method. | ||||
* | spelling changes only | wisberg | 2003-07-30 | 1 | -17/+17 |
| | |||||
* | ------ | mkersten | 2003-07-30 | 2 | -57/+50 |
| | | | | | | | | | 38717: ".lst" file parsing errors should include sourceline information - Fixed with George. ".lst" file errors now have proper source locations that the IDEs can seek (fyi no line info, just file info). ------ 40194: error handling during build config parsing - Fixed with George. IDEs now report ".lst" file parsing errors. | ||||
* | comment change only | mkersten | 2003-07-30 | 1 | -1/+1 |
| | |||||
* | Removed unused method. | mkersten | 2003-07-30 | 1 | -11/+11 |
| | |||||
* | *** empty log message *** | mkersten | 2003-07-30 | 1 | -1/+1 |
| | |||||
* | fixed 40194: error handling during build config parsing | mkersten | 2003-07-30 | 3 | -24/+32 |
| | |||||
* | fixed 40194: error handling during build config parsing | mkersten | 2003-07-30 | 1 | -80/+66 |
| | |||||
* | fixed 39974: Some strange error when compiling the observer example with ↵ | mkersten | 2003-07-30 | 1 | -4/+13 |
| | | | | JBuilder7 integrated AJDE | ||||
* | Fixed 39626: Added AsmBuilderTest class that tests handling for this and ↵ | mkersten | 2003-07-30 | 3 | -3/+81 |
| | | | | related null parameters. | ||||
* | added mailing list discussion items | mkersten | 2003-07-30 | 1 | -0/+13 |
| | |||||
* | Updated for 1.1.1rc1 | mkersten | 2003-07-30 | 1 | -1/+156 |
| | |||||
* | extended test data | mkersten | 2003-07-30 | 3 | -0/+525 |
| | |||||
* | Added incremental warning message. | mkersten | 2003-07-30 | 1 | -44/+52 |
| | |||||
* | fix for Bugzilla Bug 40876 | jhugunin | 2003-07-29 | 3 | -11/+14 |
| | | | | | | ClassFormatError on external subtype-qualified ref to supertype pointcut This was an important bug that was caused by the static fields used in the implementation of cflow being placed on the wrong class. This broke the rules used for name mangling and could occasionally result in name collisions as shown here. | ||||
* | Added test case for bug#39959. | mkersten | 2003-07-29 | 3 | -0/+76 |
| | | | | Fails because classpath is incorrectly set to include aspectjtools.jar (by the harness). | ||||
* | Exposed message handler as "protected" to clients who may want to override. | mkersten | 2003-07-29 | 1 | -1/+1 |
| | |||||
* | Fix for bug 40824. | mkersten | 2003-07-29 | 1 | -3/+14 |
| | |||||
* | This problem occurred when a command line compile did not specify a ↵ | mkersten | 2003-07-29 | 1 | -8/+17 |
| | | | | "-classpath" option. In that case BuildArgParser loaded System.getProperty("java.class.path"). However, in the launch script aspectjtools.jar is already added to the VM's classpath. We remove all occurrences of "aspectjtools.jar" from the detected classpath. This should enable bootstrapping ajc. | ||||
* | Added sample for extending Main to collect joinpoints from ASM. | mkersten | 2003-07-29 | 1 | -0/+67 |
| | |||||
* | Deprecated singleton API. | mkersten | 2003-07-29 | 1 | -3/+3 |
| | |||||
* | @testcase PR#40876 subtype-qualified pointcut reference | wisberg | 2003-07-28 | 2 | -0/+58 |
| | | | | (ClassFormatError) | ||||
* | @testcase PR#40858 weaver trace on mis-qualified pointcut reference | wisberg | 2003-07-28 | 2 | -0/+36 |
| | |||||
* | Using to force a build. | acolyer | 2003-07-28 | 1 | -1/+1 |
| | |||||
* | Using to force a build. | acolyer | 2003-07-28 | 1 | -0/+1 |
| | |||||
* | Using to force a build. | acolyer | 2003-07-28 | 1 | -1/+2 |
| | |||||
* | @testcase PR#40814 compile error expected for pointcuts in interfaces | wisberg | 2003-07-26 | 2 | -3/+19 |
| | |||||
* | passing tests compiler errors when abstract pointcuts are outside abstract ↵ | wisberg | 2003-07-26 | 2 | -0/+21 |
| | | | | aspects | ||||
* | Fixes and tests for bugs 39842 and 40807 | wisberg | 2003-07-26 | 3 | -15/+210 |
| | |||||
* | @testcase PR#40805 interface call signatures when declaring method in aspect | wisberg | 2003-07-26 | 2 | -1/+71 |
| | |||||
* | De-coupled AJDE APIs from javax.swing, and moved browser-specific ↵ | mkersten | 2003-07-25 | 4 | -20/+37 |
| | | | | funtionality into the the ajbrowser module.) | ||||
* | Added license. | mkersten | 2003-07-25 | 1 | -1/+15 |
| | |||||
* | Refactored singleton reference to be accessed via getDefault() in order to ↵ | mkersten | 2003-07-25 | 4 | -7/+11 |
| | | | | be consistent with the rest of AJDE. | ||||
* | Ignoring AJDT-generated files. | mkersten | 2003-07-25 | 1 | -0/+2 |
| | |||||
* | Fix for bug#40771 | mkersten | 2003-07-25 | 19 | -164/+216 |
| | | | | De-coupled AJDE APIs from javax.swing, and moved browser-specific funtionality into the the ajbrowser module. | ||||
* | Added BCEL API rule for enforcing use of Utility.copyInstruction method in ↵ | mkersten | 2003-07-25 | 1 | -0/+24 |
| | | | | order to work around a BCEL Instruction.copy bug. |