summaryrefslogtreecommitdiffstats
path: root/asm
Commit message (Expand)AuthorAgeFilesLines
* Added a removeAllListeners method to be called from test suite to acolyer2003-08-161-0/+8
* Fixed AJDT bug with truncation of labels (there was a weird substring call in...mkersten2003-08-162-6/+8
* copyright header change to satisfy BuildModuleTestsacolyer2003-08-151-0/+5
* Ported inline annotation support to new ASM API. Ported aspect visualizer. ...mkersten2003-08-153-45/+75
* Improved declare relationships. Implemented batch-build relationship clearin...mkersten2003-08-145-5/+29
* Updated org.aspectj.asm relationship model to string-handle-based API in orde...mkersten2003-08-1412-207/+505
* Added support for multiple relationships for a single program element. Renam...mkersten2003-08-137-22/+69
* Minor improvements to structure model generation, clean up of test suite outp...mkersten2003-08-126-62/+87
* corrected header (copyright)wisberg2003-08-082-2/+12
* Got advice relationships working.mkersten2003-08-086-83/+44
* Fixed initialization.mkersten2003-08-081-2/+3
* First pass at new relationship API support.mkersten2003-08-089-43/+177
* Fixed ProgramElement modifiers bug.mkersten2003-08-082-6/+13
* Reimplemented ASM API as described in bug "41254: revise asm and create inter...mkersten2003-08-0819-1804/+785
* Improved generation of advice and pointcut names in the ASM.mkersten2003-08-061-0/+4
* Revised and added tests for ASM containment hierarchy.mkersten2003-08-054-6/+55
* Deprecated singleton API.mkersten2003-07-291-3/+3
* Refactored singleton reference to be accessed via getDefault() in order to be...mkersten2003-07-251-1/+5
* "organized imports" to eliminate compiler warningsacolyer2003-05-065-10/+10
* comment re: canonicalized pathwisberg2003-05-051-1/+1
* NPE guardwisberg2003-05-051-6/+10
* comment re: List children supporting ListIterator().remove()wisberg2003-05-051-0/+1
* Improved formatting of toString for LinkNodesacolyer2003-02-261-3/+14
* The mappings for advice are now correct, and associations have corresponding ...mkersten2003-02-261-8/+8
* Ignore bin directoryacolyer2003-02-261-0/+1
* Bug 33011. Refactored access to file map for easier acolyer2003-02-251-3/+14
* Fixed source line mapping errors. mkersten2003-02-181-12/+22
* Fixed failing unit tests. Involved making paths work right in structure model, mkersten2003-02-181-12/+17
* fixed bug #29186, much better handling of structure generation jhugunin2003-01-141-6/+31
* initial version - neglected .lst files in testdatawisberg2002-12-171-0/+5
* initial versionwisberg2002-12-1623-0/+2226