summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Changed org.aspectj.bridge.IMessage.getISourceLocation to getSourceLocation ↵mkersten2003-08-0713-46/+49
| | | | in order to match method naming conventions.
* Cleaned up test-generated files.mkersten2003-08-072-524/+0
|
* Changed org.aspectj.bridge.IMessage.getISourceLocation to getSourceLocation ↵mkersten2003-08-071-1/+1
| | | | in order to match method naming conventions.
* Fixed mkersten2003-08-078-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 errorwisberg2003-08-071-1/+1
|
* - added support for XML/Ant scriptswisberg2003-08-071-8/+35
|
* - initial api-based tests wisberg2003-08-077-53/+366
| | | | | - initial J2EE samples (added support for XML/Ant scripts)
* Fixed bugs: mkersten2003-08-064-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: mkersten2003-08-0622-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 ↵wisberg2003-08-064-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.mkersten2003-08-062-0/+16
|
* Improved generation of advice and pointcut names in the ASM.mkersten2003-08-065-29/+125
|
* tag correction for code gathererwisberg2003-08-061-1/+1
|
* double-dispatch examplewisberg2003-08-062-0/+86
|
* modular build questions, unauthoritative answerswisberg2003-08-061-53/+186
|
* @testcase PR#41175 aspect-declared methods with exception clauses fail in ↵wisberg2003-08-0613-0/+204
| | | | | | binary libraries Corresponding non-binary passing tests added to ajcTests.xml
* initial checkin of the sandbox. wisberg2003-08-0634-0/+3125
| | | | | | | The basic structure and examples of each type are there, but I have more examples and the ones there are not altogether validated. I'll make a few more changes before emailing dev and users about usage, etc.
* document new contents of docs modulewisberg2003-08-061-10/+34
|
* passing tests for interface libraries. The behavior might be wrong (i.e., ↵wisberg2003-08-069-0/+188
| | | | some should fail) -- confirming on the list.
* @testcase PR#41170 combine classpath on command line and in .lst filewisberg2003-08-065-0/+24
|
* Exposed subtype inclusion property.mkersten2003-08-051-0/+5
|
* Exposed declaredSelector with accessor.mkersten2003-08-051-0/+5
|
* Revised and added tests for ASM containment hierarchy.mkersten2003-08-0514-112/+468
|
* Expanded test data sources.mkersten2003-08-052-0/+1
|
* Fix for Bug 39470: ehilsdal2003-08-051-0/+21
| | | | | | | Repeating a compilation multiple times produces class files that vary in size Added a filter to make sure we don't add two local variable entries with the same start and slot (BCEL workaround)
* fix for Bugzilla Bug 40805 jhugunin2003-08-053-19/+29
| | | | call pointcut with interface type fails if method declared on interface
* fixes for Bugzilla Bug 40858 jhugunin2003-08-047-33/+63
| | | | | | super-qualified pointcut reference cause weaver stack trace and Bugzilla Bug 40814 no error when defining interface pointcuts
* Addendum to the original contribution from PARC. Three presentations: jhugunin2003-08-0158-0/+3192
| | | | | | oneHour talk three hour tutorial six hour tutorial including exercises
* *** empty log message ***mkersten2003-07-311-0/+2
|
* Fixed missing sourceline file info.mkersten2003-07-311-41/+13
|
* *** empty log message ***mkersten2003-07-311-1/+20
|
* Fix forehilsdal2003-07-311-0/+17
| | | | | | Bugzilla Bug 35551: "declare soft" in abstract aspect have no effect Specifying that declare soft behaves like advice in that it must be concretized to have an effect.
* Added documentation forehilsdal2003-07-311-0/+48
| | | | | | Bugzilla Bug 29699: call join points in 1.1b2 und 1.1b4 basically documented that the -1.4 flag can change how method calls get generated in terms of the declaring type of the method.
* spelling changes onlywisberg2003-07-301-17/+17
|
* ------ mkersten2003-07-302-57/+50
| | | | | | | | | 38717: ".lst" file parsing errors should include sourceline information - Fixed with George. ".lst" file errors now have proper source locations that the IDEs can seek (fyi no line info, just file info). ------ 40194: error handling during build config parsing - Fixed with George. IDEs now report ".lst" file parsing errors.
* comment change onlymkersten2003-07-301-1/+1
|
* Removed unused method.mkersten2003-07-301-11/+11
|
* *** empty log message ***mkersten2003-07-301-1/+1
|
* fixed 40194: error handling during build config parsingmkersten2003-07-303-24/+32
|
* fixed 40194: error handling during build config parsingmkersten2003-07-301-80/+66
|
* fixed 39974: Some strange error when compiling the observer example with ↵mkersten2003-07-301-4/+13
| | | | JBuilder7 integrated AJDE
* Fixed 39626: Added AsmBuilderTest class that tests handling for this and ↵mkersten2003-07-303-3/+81
| | | | related null parameters.
* added mailing list discussion itemsmkersten2003-07-301-0/+13
|