aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* 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 ↵acolyer2003-08-081-2/+2
| | | | eclipse
* Removed unnecessary cast.mkersten2003-08-081-1/+0
|
* Matthew's fixes for failing weaver unit tests.mkersten2003-08-0812-132/+242
|
* Added task to call ajcTests with and without emacssym and include results in ↵acolyer2003-08-081-2/+117
| | | | report
* Added support for creation of junit xml reports using -junit or -logJUnit flagsacolyer2003-08-081-13/+165
|
* Reimplemented ASM API as described in bug "41254: revise asm and create ↵mkersten2003-08-0873-2803/+1988
| | | | interfaces". Containment hierarchy is done and tests added. Relationships are not done yet. All clients except AJDT ported. More UI porting in Swing clients required.
* fix and tests for Bugzilla Bug 41123 jhugunin2003-08-088-2/+79
| | | | Weaving failure when using injars
* fix for Bugzilla Bug 41175 jhugunin2003-08-0829-171/+349
| | | | | | | | | | binary aspect-declared methods conflict, lost their exception clauses larger fix to address more issues with aspect-declared methods in bytecode form also addressed declared exception issue more generally this fix should be more stable than a smaller hack that just fixed this specific bug report would have been. added a few tests to match increased scope.
* library of basic pointcut idioms and test case that causes BCException ↵wisberg2003-08-074-1/+479
| | | | (copied to tests/bugs/pointcutLibrary)
* BCException - not isolated, so no bug writtenwisberg2003-08-073-0/+473
|
* 40534: Declare warning/error output - more detail required. mkersten2003-08-074-12/+66
| | | | - Added getDetails() to messages. This String corresponding to thisJoinPointStatic part can be used by tools that need to display additional info.
* Fixed bad paths.mkersten2003-08-072-7/+4
|
* Added check for build warnings.mkersten2003-08-071-0/+1
|
* Cleaned up test-generated files.mkersten2003-08-073-0/+57
|
* Cleaned up test-generated files.mkersten2003-08-074-57/+22
|
* Cleaned up test-generated files.mkersten2003-08-073-0/+57
|
* Cleaned up test-generated files.mkersten2003-08-073-57/+0
|
* Cleaned up test-generated files.mkersten2003-08-072-22/+1
|