aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* made everything inherit from Test againehilsdal2003-08-2812-66/+86
| | | | updated section 3 tests
* moved to Listehilsdal2003-08-281-24/+26
|
* typoehilsdal2003-08-281-1/+1
|
* in AspectJ 1.1, set jp's have void return typeehilsdal2003-08-281-3/+3
|
* fixesehilsdal2003-08-281-116/+61
|
* removed unnecessary constructors and untabifiedehilsdal2003-08-2813-79/+8
|
* updating for new filesehilsdal2003-08-281-2/+0
|
* stub answer fileehilsdal2003-08-281-0/+7
|
* updated section 2ehilsdal2003-08-2815-343/+215
|
* rough edit of text for section 3jhugunin2003-08-271-61/+37
|
* revised section 4 (untested)jhugunin2003-08-2713-94/+45
|
* untabifiedehilsdal2003-08-2718-289/+289
|
* untabifiedehilsdal2003-08-2730-289/+289
|
* initial build.xml; has lots of dangling referencesehilsdal2003-08-271-0/+110
|
* starting rework for oopslaehilsdal2003-08-271-62/+29
|
* Fixed several broken links uncovered in 1.1.1rc1 testing.acolyer2003-08-271-11/+11
|
* performance faq item corrections promised on the list. wisberg2003-08-231-11/+17
| | | | I need some actual facts for a real answer.
* added a cache by handle to avoid terrible performance on larger projectsacolyer2003-08-232-3/+28
|
* @testcase PR#41888 call PCD fails when given subtype of defining typewisberg2003-08-232-0/+83
|
* Using correct patch for bug 39436 instead of vague one from emailehilsdal2003-08-211-21/+32
|
* Still patching for bug 39470 (patch devised by Andy, vetted by me). ehilsdal2003-08-201-1/+11
| | | | | | Sorting the local variables so we can deal with the fact that BCEL generates extra local variables and doesn't bother to make them hashable.
* added ant driver for JUnit ajctest driverwisberg2003-08-171-0/+40
|
* initial cut at resolver. Still getting default JDK 1.4 parser error "base ↵wisberg2003-08-171-19/+150
| | | | URL required for relative references.
* disabled test spec error test b/c it can't be skipped for JUnit driverwisberg2003-08-171-4/+5
|
* Reimplemented JUnit harness adapterwisberg2003-08-176-200/+612
|
* balancing start/end suite callswisberg2003-08-171-8/+12
|
* some xml parsers don't like space here...wisberg2003-08-171-1/+1
|
* paring globals to those used, then using them consistentlywisberg2003-08-173-9/+9
|
* permitting null input in public utility methodwisberg2003-08-171-0/+3
|
* Added a call to remove all structure model listeners from previous run to ↵acolyer2003-08-161-0/+6
| | | | | | prevent structure listener leakage.
* Added a removeAllListeners method to be called from test suite to acolyer2003-08-161-0/+8
| | | | prevent listener leakage which cripples performance of the test cases.
* deleted a rogue import of com.sum.crypto... that mik must have added by ↵acolyer2003-08-161-2/+0
| | | | | | accident. I suspect this is what was breaking the build!
* Fixed AJDT bug with truncation of labels (there was a weird substring call ↵mkersten2003-08-1616-23/+129
| | | | in AdviceActionDelegate). Fixed ASM/AJDT modifiers bug. Fixed ASM static initializers bug (we may want to change the way they show up, i.e. Added imports to ASM containment hierarchy. Fixed numerous AJBrwoser, JBuilder and NetBeans bugs.
* Added spacewar project for testing.mkersten2003-08-166-10/+59
|
* Added declare error/warning relationships to model.mkersten2003-08-164-39/+13
|
* Expesed "isError" field with getter (used by asm relationship provider).mkersten2003-08-161-3/+6
|
* copyright header change to satisfy BuildModuleTestsacolyer2003-08-151-0/+5
|
* *** empty log message ***mkersten2003-08-151-0/+1
|
* Ported inline annotation support to new ASM API. Ported aspect visualizer. ↵mkersten2003-08-154-45/+77
| | | | Improved link siganture generation. Improved ASM test coverage.
* wire in older minimal test caseswisberg2003-08-143-4/+36
|
* static methods for unwrapping to keep internal structure knowledge localwisberg2003-08-141-0/+14
|
* disabled testswisberg2003-08-141-1/+1
|
* comment about disabled testswisberg2003-08-141-1/+2
|
* Improved declare relationships. Implemented batch-build relationship ↵mkersten2003-08-1410-55/+110
| | | | clearing policy.
* Updated org.aspectj.asm relationship model to string-handle-based API in ↵mkersten2003-08-1442-512/+929
| | | | order to support adding and removing relationships at any point in the compilation cycle, and to support external tools building relationships (e.g. JDT's incremental containment hierarchy builder). Also made inter-type declaration relationships show up in the model.
* Added support for multiple relationships for a single program element. ↵mkersten2003-08-1324-88/+137
| | | | Renamed model container class.
* Minor improvements to structure model generation, clean up of test suite ↵mkersten2003-08-1227-122/+142
| | | | output, and port of AJDT to new ASM APIs.
* Minor improvements to structure model generation, clean up of test suite ↵mkersten2003-08-128-63/+88
| | | | output, and port of AJDT to new ASM APIs.
* use System property aspectjrt.path to add to testcase classpath if definedacolyer2003-08-115-24/+59
|
* Expanded developer documentation. Moved ASM doc to MSWord format since it ↵mkersten2003-08-115-420/+158
| | | | will have graphics and revision support will help.