summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Annotation Binding - now complete for @annotation (for *all* kinded PCDs)Root_AspectJ5_Developmentaclement2005-02-013-79/+236
|
* Use the correct 'subject' at the join point for matchingaclement2005-02-011-3/+13
|
* organized importsaclement2005-02-012-2/+0
|
* Annotation Binding - more test data.aclement2005-02-011-0/+15
|
* Annotation Binding - more test data.aclement2005-02-0110-0/+408
|
* Tests for static method call/execution with @annotationaclement2005-01-312-0/+35
|
* Updates for annotation binding. Support for static methods !!aclement2005-01-313-7/+9
|
* Annotation Bindingaclement2005-01-311-10/+13
|
* No longer a restrictionaclement2005-01-311-4/+4
|
* Puts out binding restriction message for unsupported kinded pcds - also ↵aclement2005-01-311-1/+19
| | | | verifies an assumption.
* Annotation binding supportaclement2005-01-312-0/+257
|
* Annotation Binding: works for @target and @annotation (when combined with ↵aclement2005-01-311-1/+59
| | | | call/execution, others to follow..)
* Organized imports.aclement2005-01-311-1/+0
|
* Rebuilt with minor update to PUSH instructionaclement2005-01-312-0/+0
|
* Provided hasAnnotation() implementationaclement2005-01-311-1/+11
|
* No longer a restriction.aclement2005-01-311-10/+11
|
* Removed test that verified restriction on binding annotationsaclement2005-01-311-5/+7
|
* Added new tests for annotation bindingaclement2005-01-311-0/+1
|
* Annotation binding tests: @target and call/@annotation and execution/@annotationaclement2005-01-311-0/+147
|
* Remove message about binding restriction for @annotationaclement2005-01-311-5/+0
|
* Fix for annotation resolution - allow for package names!aclement2005-01-311-1/+16
|
* Fix for hasAnnotation() - add the annotation type through the standard route ↵aclement2005-01-311-2/+4
| | | | rather than 'by hand'
* Updated javadoc to tell you not to use a particular method if you can help it.aclement2005-01-311-0/+1
|
* some of these tests were failing in an environment which did not have an ↵acolyer2005-01-311-10/+17
| | | | aspectjrt.jar in the system classpath somewhere.
* @testcase PR#84033 incremental declare error persists after fixwisberg2005-01-314-0/+30
|
* Bit of missing support...aclement2005-01-312-2/+8
|
* AnnotationBinding testcases: call and execution. Also verifies annotations ↵aclement2005-01-3116-0/+556
| | | | in packages work correctly.
* Putting println back in.aclement2005-01-311-1/+1
|
* weaver manifest for aspectjweaver.jar (if it changes to using this)wisberg2005-01-291-0/+10
|
* initial support for building aspectj projectswisberg2005-01-291-0/+0
|
* aspectjweaver.jar and aspectjlib.jar product templateswisberg2005-01-292-0/+0
|
* build tests (skipped), enabled license tests again...wisberg2005-01-293-19/+138
|
* core of initial support for building aspectj projectswisberg2005-01-292-4/+123
|
* removed unused code/comments, added toString detailwisberg2005-01-291-140/+5
|
* aliases for aspectjlib.jar and aspectjweaver.jarwisberg2005-01-291-0/+4
|
* name, avoid build.xml if dir nullwisberg2005-01-291-1/+2
|
* 2005-6 licenses and copyrightswisberg2005-01-291-76/+31
|
* base version changed to 1.2, this year to 2005wisberg2005-01-291-3/+3
|
* initial support for building aspectj projectswisberg2005-01-291-13/+20
|
* avoiding bootstrap to make it easier to implement aspectj ant build *sigh*wisberg2005-01-293-13/+14
|
* copyright holder - test failed when enabled.wisberg2005-01-291-1/+1
|
* Initial library modulewisberg2005-01-298-0/+623
|
* .ajproperties to text from binarywisberg2005-01-291-2/+2
|
* Initial library modulewisberg2005-01-295-0/+83
|
* per... advice "may then" to "will only" run, per user discussionwisberg2005-01-281-4/+4
|
* Fix for Bug 3897mkersten2005-01-284-14/+41
| | | | add support for compiling in 1.5 mode to AJDE APIs and AJBrowser
* Removing string temporarily - might be interfering with XML output for test ↵aclement2005-01-281-1/+1
| | | | results.
* Fix for Bug 83645: pertypewithin({interface}) illegal field modifieraclement2005-01-271-1/+3
| | | | - Don't let the munger that adds the ptw field and methods match on an interface.
* Fix for Bug 83645: pertypewithin({interface}) illegal field modifieraclement2005-01-271-0/+2
| | | | - Don't try and put a static initializer in an interface.
* Fix for Bug 83645: pertypewithin({interface}) illegal field modifieraclement2005-01-273-10/+14
| | | | - moving Wes' test to the regression set.