| Commit message (Expand) | Author | Age | Files | Lines |
* | Flag indicating if this advice actually matched anything at all. | aclement | 2005-02-17 | 1 | -0/+7 |
* | Needed for SuppressAjWarnings support | aclement | 2005-02-17 | 1 | -0/+3 |
* | Deal with putting out the non-matching advice lint warning | aclement | 2005-02-17 | 1 | -1/+22 |
* | Utility method adding for quizing whether you can find a SuppressAjWarnings a... | aclement | 2005-02-17 | 1 | -0/+41 |
* | signature for org.aspectj.lang.annotation.SuppressAjWarnings added. | aclement | 2005-02-17 | 1 | -0/+1 |
* | New lint message added for non-matching advice warning | aclement | 2005-02-17 | 2 | -2/+6 |
* | support for annotations on ITDs, and declare annotation | acolyer | 2005-02-17 | 4 | -1/+196 |
* | temporary removal of jsr45 attribute as its format crashes some JVMs. (see pr... | aclement | 2005-02-17 | 1 | -1/+3 |
* | Support for @within(), @withincode() annotation binding. | aclement | 2005-02-17 | 3 | -5/+37 |
* | corrected typo | aclement | 2005-02-16 | 1 | -1/+1 |
* | fix bug whereby we were statically matching annotations that we shouldn't | acolyer | 2005-02-11 | 4 | -2/+15 |
* | Although there isn't anything to resolve - we should say we have tried... | aclement | 2005-02-11 | 1 | -0/+1 |
* | New type pattern kind introduced to represent '@Annotation *' | aclement | 2005-02-11 | 2 | -3/+85 |
* | Performance optimization - don't use toString() of a pointcut on the main cod... | aclement | 2005-02-08 | 1 | -1/+2 |
* | Fix copyright. | aclement | 2005-02-08 | 1 | -1/+1 |
* | taking the print out *again* | aclement | 2005-02-07 | 1 | -1/+1 |
* | Testcases and fix for using @target() when the annotation is in a package. | aclement | 2005-02-07 | 3 | -3/+4 |
* | Support for @this, @args | aclement | 2005-02-03 | 4 | -32/+43 |
* | Annotation Binding - now complete for @annotation (for *all* kinded PCDs)Root_AspectJ5_Development | aclement | 2005-02-01 | 2 | -69/+154 |
* | Use the correct 'subject' at the join point for matching | aclement | 2005-02-01 | 1 | -3/+13 |
* | Updates for annotation binding. Support for static methods !! | aclement | 2005-01-31 | 2 | -7/+8 |
* | Annotation Binding | aclement | 2005-01-31 | 1 | -10/+13 |
* | No longer a restriction | aclement | 2005-01-31 | 1 | -4/+4 |
* | Puts out binding restriction message for unsupported kinded pcds - also verif... | aclement | 2005-01-31 | 1 | -1/+19 |
* | Annotation binding support | aclement | 2005-01-31 | 2 | -0/+257 |
* | Annotation Binding: works for @target and @annotation (when combined with cal... | aclement | 2005-01-31 | 1 | -1/+59 |
* | Organized imports. | aclement | 2005-01-31 | 1 | -1/+0 |
* | Remove message about binding restriction for @annotation | aclement | 2005-01-31 | 1 | -5/+0 |
* | Fix for annotation resolution - allow for package names! | aclement | 2005-01-31 | 1 | -1/+16 |
* | Fix for hasAnnotation() - add the annotation type through the standard route ... | aclement | 2005-01-31 | 1 | -2/+4 |
* | Updated javadoc to tell you not to use a particular method if you can help it. | aclement | 2005-01-31 | 1 | -0/+1 |
* | some of these tests were failing in an environment which did not have an aspe... | acolyer | 2005-01-31 | 1 | -10/+17 |
* | Putting println back in. | aclement | 2005-01-31 | 1 | -1/+1 |
* | weaver manifest for aspectjweaver.jar (if it changes to using this) | wisberg | 2005-01-29 | 1 | -0/+10 |
* | copyright holder - test failed when enabled. | wisberg | 2005-01-29 | 1 | -1/+1 |
* | Removing string temporarily - might be interfering with XML output for test r... | aclement | 2005-01-28 | 1 | -1/+1 |
* | Fix for Bug 83645: pertypewithin({interface}) illegal field modifier | aclement | 2005-01-27 | 1 | -1/+3 |
* | Fix for Bug 83645: pertypewithin({interface}) illegal field modifier | aclement | 2005-01-27 | 1 | -0/+2 |
* | Fix for null arrays (from AV) | aclement | 2005-01-26 | 1 | -1/+1 |
* | Added isSynthetic() to keep Java5 compiler happy (isSynthetic() is a new meth... | aclement | 2005-01-26 | 1 | -0/+4 |
* | Matthew fix for 83380: don't use enum as a variable name. | aclement | 2005-01-26 | 1 | -2/+2 |
* | Fix for Bug 83563: pertypewithin() handling of inner classes | aclement | 2005-01-25 | 2 | -6/+24 |
* | Fix to ensure woven methods don't lose their annotations. | aclement | 2005-01-24 | 1 | -0/+10 |
* | Fix for Bug 82570: Weaved code does not include debug lines | aclement | 2005-01-19 | 1 | -1/+8 |
* | PerTypeWithin support. | aclement | 2005-01-18 | 13 | -5/+430 |
* | pass addURL calls onto super | acolyer | 2005-01-17 | 1 | -0/+2 |
* | java 5 support | acolyer | 2005-01-17 | 1 | -1/+1 |
* | Fix for AjcPre10xTests.test016 if run standalone. (if run standalone no-one ... | aclement | 2005-01-14 | 1 | -0/+4 |
* | Fix for "staticinitialization(@Blah *)" | aclement | 2005-01-14 | 1 | -0/+2 |
* | Fixes for 78021, 79554 - both to do with us breaking the exception table for ... | aclement | 2005-01-11 | 6 | -37/+54 |