aboutsummaryrefslogtreecommitdiffstats
path: root/tests/src/org/aspectj/systemtest/ajc150/AllTestsJava5_binaryWeaving.java
Commit message (Collapse)AuthorAgeFilesLines
* Fixes for 78021, 79554 - both to do with us breaking the exception table for ↵aclement2005-01-111-39/+0
| | | | a method on weaving *if* finally blocks are involved.
* Fix for Bug 82134: AspectJ 5 M2 should implement backwards compatibility for ↵aclement2005-01-071-0/+1
| | | | binary aspect form
* add in @this and @target tests to main suiteacolyer2004-12-091-0/+1
|
* Complete varargs support.aclement2004-12-091-2/+2
|
* Annotation matching.aclement2004-12-081-0/+1
|
* 72766 - varargs policing in signature matchingaclement2004-12-031-0/+1
|
* 72766 - enum/annotations tests added to suite.aclement2004-12-021-1/+3
|
* 72766: This is covariance support. only missing bit is for dynamic join ↵aclement2004-12-011-0/+1
| | | | point matching (marked XXXAJ5 in the code) - thats not a 1.5.0M1 item I dont think...
* Part of 72766: Bridge methods - we now do the right thing if we see one ↵aclement2004-11-301-0/+32
(i.e. we ignore it as a source of join points)