Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Changed org.aspectj.bridge.IMessage.getISourceLocation to getSourceLocation ↵ | mkersten | 2003-08-07 | 13 | -46/+49 |
| | | | | in order to match method naming conventions. | ||||
* | Cleaned up test-generated files. | mkersten | 2003-08-07 | 2 | -524/+0 |
| | |||||
* | Changed org.aspectj.bridge.IMessage.getISourceLocation to getSourceLocation ↵ | mkersten | 2003-08-07 | 1 | -1/+1 |
| | | | | in order to match method naming conventions. | ||||
* | Fixed | mkersten | 2003-08-07 | 8 | -19/+50 |
| | | | | | | - 40257: parsing of "../" paths in LST files is broken Added interactive test for checking compiler task list messages (via browser). | ||||
* | fix for annoying javadoc link error | wisberg | 2003-08-07 | 1 | -1/+1 |
| | |||||
* | - added support for XML/Ant scripts | wisberg | 2003-08-07 | 1 | -8/+35 |
| | |||||
* | - initial api-based tests | wisberg | 2003-08-07 | 7 | -53/+366 |
| | | | | | - initial J2EE samples (added support for XML/Ant scripts) | ||||
* | Fixed bugs: | mkersten | 2003-08-06 | 4 | -14/+72 |
| | | | | | | | 40943: Binary weaving should copy non-Java resources from "-inja... 36071: 1.1 rc1 should copy resources similar to java compiler 40826: ajbrowser does not report errors properly 40774: task list icons don't show in ajbrowser | ||||
* | Fixed bugs: | mkersten | 2003-08-06 | 22 | -101/+381 |
| | | | | | | | 40943: Binary weaving should copy non-Java resources from "-inja... 36071: 1.1 rc1 should copy resources similar to java compiler 40826: ajbrowser does not report errors properly 40774: task list icons don't show in ajbrowser | ||||
* | added test to ensure handler from initial runCommand() is not used in ↵ | wisberg | 2003-08-06 | 4 | -5/+102 |
| | | | | | | | | repeatCommand(). The test fails so there is a bug, but in the current system we seem to use the same handler, so the bug is harmless. (It does affect other things I'm doing.) The test is disabled by default and can be enabled with a system property. | ||||
* | Created accessors for pointcuts contained within And/Or pointcut. | mkersten | 2003-08-06 | 2 | -0/+16 |
| |