Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added declare error/warning relationships to model. | mkersten | 2003-08-16 | 4 | -39/+13 |
| | |||||
* | Expesed "isError" field with getter (used by asm relationship provider). | mkersten | 2003-08-16 | 1 | -3/+6 |
| | |||||
* | copyright header change to satisfy BuildModuleTests | acolyer | 2003-08-15 | 1 | -0/+5 |
| | |||||
* | *** empty log message *** | mkersten | 2003-08-15 | 1 | -0/+1 |
| | |||||
* | Ported inline annotation support to new ASM API. Ported aspect visualizer. ↵ | mkersten | 2003-08-15 | 4 | -45/+77 |
| | | | | Improved link siganture generation. Improved ASM test coverage. | ||||
* | wire in older minimal test cases | wisberg | 2003-08-14 | 3 | -4/+36 |
| | |||||
* | static methods for unwrapping to keep internal structure knowledge local | wisberg | 2003-08-14 | 1 | -0/+14 |
| | |||||
* | disabled tests | wisberg | 2003-08-14 | 1 | -1/+1 |
| | |||||
* | comment about disabled tests | wisberg | 2003-08-14 | 1 | -1/+2 |
| | |||||
* | Improved declare relationships. Implemented batch-build relationship ↵ | mkersten | 2003-08-14 | 10 | -55/+110 |
| | | | | clearing policy. | ||||
* | Updated org.aspectj.asm relationship model to string-handle-based API in ↵ | mkersten | 2003-08-14 | 42 | -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. ↵ | mkersten | 2003-08-13 | 24 | -88/+137 |
| | | | | Renamed model container class. | ||||
* | Minor improvements to structure model generation, clean up of test suite ↵ | mkersten | 2003-08-12 | 27 | -122/+142 |
| | | | | output, and port of AJDT to new ASM APIs. | ||||
* | Minor improvements to structure model generation, clean up of test suite ↵ | mkersten | 2003-08-12 | 8 | -63/+88 |
| | | | | output, and port of AJDT to new ASM APIs. | ||||
* | use System property aspectjrt.path to add to testcase classpath if defined | acolyer | 2003-08-11 | 5 | -24/+59 |
| | |||||
* | Expanded developer documentation. Moved ASM doc to MSWord format since it ↵ | mkersten | 2003-08-11 | 5 | -420/+158 |
| | | | | will have graphics and revision support will help. | ||||
* | added license header | wisberg | 2003-08-08 | 2 | -18/+24 |
| | |||||
* | corrected header (copyright) | wisberg | 2003-08-08 | 2 | -2/+12 |
| | |||||
* | fixed test to fail on license check failure | wisberg | 2003-08-08 | 1 | -55/+57 |
| | |||||
* | XMLEntry.toString for better errors | wisberg | 2003-08-08 | 1 | -0/+15 |
| | |||||
* | Updated test data. | mkersten | 2003-08-08 | 1 | -0/+1 |
| | |||||
* | Added check for warning issued during JAR creation (manifest not copied). | mkersten | 2003-08-08 | 5 | -89/+52 |
| | |||||
* | Got advice relationships working. | mkersten | 2003-08-08 | 39 | -337/+409 |
| | |||||
* | Fixed initialization. | mkersten | 2003-08-08 | 1 | -2/+3 |
| | |||||
* | put aspectjrt.jar on classpath for module tests run outside of eclipse | acolyer | 2003-08-08 | 1 | -0/+1 |
| | |||||
* | Fixed unwrapping of exceptions (was infinte looping). | mkersten | 2003-08-08 | 1 | -10/+10 |
| | |||||
* | Fixed typo in method name. | mkersten | 2003-08-08 | 1 | -1/+1 |
| | |||||
* | First pass at new relationship API support. | mkersten | 2003-08-08 | 19 | -111/+259 |
| | |||||
* | would help if i quoted test.classpath properly.... | acolyer | 2003-08-08 | 1 | -2/+2 |
| | |||||
* | Fixed bad cast. | mkersten | 2003-08-08 | 2 | -21/+22 |
| | |||||
* | report fails as junit errors, not failures | acolyer | 2003-08-08 | 1 | -1/+1 |
| | |||||
* | Fixed ProgramElement modifiers bug. | mkersten | 2003-08-08 | 6 | -16/+20 |
| | |||||
* | switch to using test.classpath rather than bin.classpath - works outside of ↵ | acolyer | 2003-08-08 | 1 | -2/+2 |
| | | | | eclipse | ||||
* | Removed unnecessary cast. | mkersten | 2003-08-08 | 1 | -1/+0 |
| | |||||
* | Matthew's fixes for failing weaver unit tests. | mkersten | 2003-08-08 | 12 | -132/+242 |
| | |||||
* | Added task to call ajcTests with and without emacssym and include results in ↵ | acolyer | 2003-08-08 | 1 | -2/+117 |
| | | | | report | ||||
* | Added support for creation of junit xml reports using -junit or -logJUnit flags | acolyer | 2003-08-08 | 1 | -13/+165 |
| | |||||
* | Reimplemented ASM API as described in bug "41254: revise asm and create ↵ | mkersten | 2003-08-08 | 73 | -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 | jhugunin | 2003-08-08 | 8 | -2/+79 |
| | | | | Weaving failure when using injars | ||||
* | fix for Bugzilla Bug 41175 | jhugunin | 2003-08-08 | 29 | -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 ↵ | wisberg | 2003-08-07 | 4 | -1/+479 |
| | | | | (copied to tests/bugs/pointcutLibrary) | ||||
* | BCException - not isolated, so no bug written | wisberg | 2003-08-07 | 3 | -0/+473 |
| | |||||
* | 40534: Declare warning/error output - more detail required. | mkersten | 2003-08-07 | 4 | -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. | mkersten | 2003-08-07 | 2 | -7/+4 |
| | |||||
* | Added check for build warnings. | mkersten | 2003-08-07 | 1 | -0/+1 |
| | |||||
* | Cleaned up test-generated files. | mkersten | 2003-08-07 | 3 | -0/+57 |
| | |||||
* | Cleaned up test-generated files. | mkersten | 2003-08-07 | 4 | -57/+22 |
| | |||||
* | Cleaned up test-generated files. | mkersten | 2003-08-07 | 3 | -0/+57 |
| | |||||
* | Cleaned up test-generated files. | mkersten | 2003-08-07 | 3 | -57/+0 |
| | |||||
* | Cleaned up test-generated files. | mkersten | 2003-08-07 | 2 | -22/+1 |
| |