aboutsummaryrefslogtreecommitdiffstats
path: root/weaver
Commit message (Collapse)AuthorAgeFilesLines
* @xxx(@Foo) -> @xxx(Foo)acolyer2005-02-1710-59/+66
|
* Flag indicating if this advice actually matched anything at all.aclement2005-02-171-0/+7
|
* Needed for SuppressAjWarnings supportaclement2005-02-171-0/+3
|
* Deal with putting out the non-matching advice lint warningaclement2005-02-171-1/+22
|
* Utility method adding for quizing whether you can find a SuppressAjWarnings ↵aclement2005-02-171-0/+41
| | | | annotation amongst some bunch of annotations and whether it suppresses a particular lint warning.
* signature for org.aspectj.lang.annotation.SuppressAjWarnings added.aclement2005-02-171-0/+1
|
* New lint message added for non-matching advice warningaclement2005-02-172-2/+6
|
* support for annotations on ITDs, and declare annotationacolyer2005-02-174-1/+196
|
* temporary removal of jsr45 attribute as its format crashes some JVMs. (see ↵aclement2005-02-171-1/+3
| | | | pr80430) - it will be readded once fixed properly.
* Support for @within(), @withincode() annotation binding.aclement2005-02-173-5/+37
|
* corrected typoaclement2005-02-161-1/+1
|
* fix bug whereby we were statically matching annotations that we shouldn'tacolyer2005-02-114-2/+15
|
* Although there isn't anything to resolve - we should say we have tried...aclement2005-02-111-0/+1
|
* New type pattern kind introduced to represent '@Annotation *'aclement2005-02-112-3/+85
|
* Performance optimization - don't use toString() of a pointcut on the main ↵aclement2005-02-081-1/+2
| | | | code path.
* Fix copyright.aclement2005-02-081-1/+1
|
* 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-073-3/+4
|
* Support for @this, @argsaclement2005-02-034-32/+43
|
* Annotation Binding - now complete for @annotation (for *all* kinded PCDs)Root_AspectJ5_Developmentaclement2005-02-012-69/+154
|
* Use the correct 'subject' at the join point for matchingaclement2005-02-011-3/+13
|
* Updates for annotation binding. Support for static methods !!aclement2005-01-312-7/+8
|
* 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
|
* 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.
* 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
|
* copyright holder - test failed when enabled.wisberg2005-01-291-1/+1
|
* 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 null arrays (from AV)aclement2005-01-261-1/+1
|
* Added isSynthetic() to keep Java5 compiler happy (isSynthetic() is a new ↵aclement2005-01-261-0/+4
| | | | method in the Member class)
* Matthew fix for 83380: don't use enum as a variable name.aclement2005-01-261-2/+2
|
* Fix for Bug 83563: pertypewithin() handling of inner classesaclement2005-01-252-6/+24
|
* Fix to ensure woven methods don't lose their annotations.aclement2005-01-241-0/+10
|
* Fix for Bug 82570: Weaved code does not include debug linesaclement2005-01-191-1/+8
|
* PerTypeWithin support.aclement2005-01-1813-5/+430
|
* pass addURL calls onto superacolyer2005-01-171-0/+2
|
* java 5 supportacolyer2005-01-171-1/+1
|
* Fix for AjcPre10xTests.test016 if run standalone. (if run standalone no-one ↵aclement2005-01-141-0/+4
| | | | was setting the world correctly for certain types and you'd get an NPE).
* Fix for "staticinitialization(@Blah *)"aclement2005-01-141-0/+2
|