aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* @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
* added ant driver for JUnit ajctest driverwisberg2003-08-171-0/+40
* initial cut at resolver. Still getting default JDK 1.4 parser error "base UR...wisberg2003-08-171-19/+150
* 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 pre...acolyer2003-08-161-0/+6
* Added a removeAllListeners method to be called from test suite to acolyer2003-08-161-0/+8
* deleted a rogue import of com.sum.crypto... that mik must have added by accid...acolyer2003-08-161-2/+0
* Fixed AJDT bug with truncation of labels (there was a weird substring call in...mkersten2003-08-1616-23/+129
* 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
* 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 clearin...mkersten2003-08-1410-55/+110
* Updated org.aspectj.asm relationship model to string-handle-based API in orde...mkersten2003-08-1442-512/+929
* Added support for multiple relationships for a single program element. Renam...mkersten2003-08-1324-88/+137
* Minor improvements to structure model generation, clean up of test suite outp...mkersten2003-08-1227-122/+142
* Minor improvements to structure model generation, clean up of test suite outp...mkersten2003-08-128-63/+88
* 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 wi...mkersten2003-08-115-420/+158
* added license headerwisberg2003-08-082-18/+24
* corrected header (copyright)wisberg2003-08-082-2/+12
* fixed test to fail on license check failurewisberg2003-08-081-55/+57
* XMLEntry.toString for better errorswisberg2003-08-081-0/+15
* Updated test data.mkersten2003-08-081-0/+1
* Added check for warning issued during JAR creation (manifest not copied).mkersten2003-08-085-89/+52
* Got advice relationships working.mkersten2003-08-0839-337/+409
* Fixed initialization.mkersten2003-08-081-2/+3
* put aspectjrt.jar on classpath for module tests run outside of eclipseacolyer2003-08-081-0/+1
* Fixed unwrapping of exceptions (was infinte looping).mkersten2003-08-081-10/+10
* Fixed typo in method name.mkersten2003-08-081-1/+1
* First pass at new relationship API support.mkersten2003-08-0819-111/+259
* would help if i quoted test.classpath properly....acolyer2003-08-081-2/+2
* Fixed bad cast.mkersten2003-08-082-21/+22
* report fails as junit errors, not failuresacolyer2003-08-081-1/+1
* Fixed ProgramElement modifiers bug.mkersten2003-08-086-16/+20
* switch to using test.classpath rather than bin.classpath - works outside of e...acolyer2003-08-081-2/+2
* Removed unnecessary cast.mkersten2003-08-081-1/+0