aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* new module for Java5-specific additions to aspectjrt.jar. aspectjrt.jar is a...wisberg2005-02-116-0/+138
* Building releases under 1.5 now. Scripts should define java15.home and shoul...wisberg2005-02-111-12/+59
* testing aspectj5rt modulewisberg2005-02-111-0/+17
* support for building Java 5 sourceswisberg2005-02-111-6/+33
* Module aliases in a .properties filewisberg2005-02-112-18/+34
* Constantswisberg2005-02-111-0/+15
* support for building Java 5 sourceswisberg2005-02-114-37/+66
* serialVersionUIDwisberg2005-02-112-1/+4
* cvsignore for .generated.[lst|ajsym]wisberg2005-02-101-0/+2
* Performance optimization - use stringbuffer (found using xray)aclement2005-02-081-3/+4
* Performance optimization - don't use toString() of a pointcut on the main cod...aclement2005-02-081-1/+2
* Fix copyright.aclement2005-02-081-1/+1
* missing copyright.aclement2005-02-081-3/+10
* taking the print out *again*aclement2005-02-071-1/+1
* Testcases and fix for using @target() when the annotation is in a package.aclement2005-02-077-3/+39
* Fix for atrocious incremental compilation performance.aclement2005-02-043-17/+44
* commented out tracingaclement2005-02-041-1/+2
* ignore invalid aspectj-home's when seeking aspectj libswisberg2005-02-032-14/+28
* Fix for PR84290: Runtime retention not recognized; inhibts use of annotation ...aclement2005-02-031-1/+23
* Support for @this, @argsaclement2005-02-034-32/+43
* New annotation binding tests for @args, @this. Also test for 84290.aclement2005-02-031-1/+83
* Delete unnecessary printingaclement2005-02-032-2/+2
* Annotation Binding: testcases for @this/@args and one for using named pointcu...aclement2005-02-0311-0/+462
* Removing last 'use the static type for accessing static field' warnings from ...aclement2005-02-026-11/+11
* Fix NPE if attempting annotation usage on 1.4 rt.jar !aclement2005-02-011-0/+5
* 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 verif...aclement2005-01-311-1/+19
* Annotation binding supportaclement2005-01-312-0/+257
* Annotation Binding: works for @target and @annotation (when combined with cal...aclement2005-01-311-1/+59
* 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
* 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 aspe...acolyer2005-01-311-10/+17
* @testcase PR#84033 incremental declare error persists after fixwisberg2005-01-314-0/+30