Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Allows passing of extra argument to the compiler (-1.5 for autoboxing behavior) | aclement | 2004-12-09 | 1 | -4/+18 |
| | |||||
* | Autoboxing testdata - all primitives covered. | aclement | 2004-12-09 | 20 | -0/+245 |
| | |||||
* | add in @this and @target tests to main suite | acolyer | 2004-12-09 | 1 | -0/+1 |
| | |||||
* | more @this @target fixes and tests | acolyer | 2004-12-09 | 4 | -14/+78 |
| | |||||
* | Complete varargs support. | aclement | 2004-12-09 | 7 | -23/+52 |
| | |||||
* | mock java.lang.annotation.Annotation | acolyer | 2004-12-09 | 1 | -0/+0 |
| | |||||
* | annotation tests for this and target | acolyer | 2004-12-09 | 3 | -0/+101 |
| | |||||
* | unwanted import | acolyer | 2004-12-08 | 1 | -1/+0 |
| | |||||
* | first @annotation test | acolyer | 2004-12-08 | 2 | -0/+16 |
| | |||||
* | Annotation matching. | aclement | 2004-12-08 | 2 | -19/+24 |
| | |||||
* | Annotation matching. | aclement | 2004-12-08 | 6 | -0/+67 |
| | |||||
* | updated binary form | acolyer | 2004-12-08 | 5 | -0/+0 |
| | |||||
* | With type mungers remembering their location, we now get a sensible error ↵ | aclement | 2004-12-07 | 1 | -1/+1 |
| | | | | line for this test! | ||||
* | Rebuilt due to type munger attribute change | aclement | 2004-12-07 | 5 | -0/+0 |
| | |||||
* | work in progress.... annotation pointcuts, parsing, and patterns | acolyer | 2004-12-06 | 6 | -0/+0 |
| | |||||
* | work in progress.... annotation pointcuts, parsing, and patterns | acolyer | 2004-12-06 | 3 | -0/+0 |
| | |||||
* | Fixes for Bug 80249: Order of types passed to compiler determines weaving ↵ | aclement | 2004-12-06 | 5 | -4/+33 |
| | | | | behavior | ||||
* | 72766 - varargs policing in signature matching | aclement | 2004-12-03 | 4 | -14/+82 |
| | |||||
* | 72766 - varargs policing in signature matching | aclement | 2004-12-03 | 7 | -0/+56 |
| | |||||
* | 72766 - improved build.xml for building the testcode jar | aclement | 2004-12-02 | 3 | -17/+8 |
| | |||||
* | 72766 - enum testdata | aclement | 2004-12-02 | 8 | -0/+44 |
| | |||||
* | 72766 - annotation testdata | aclement | 2004-12-02 | 5 | -0/+37 |
| | |||||
* | 72766 - progress text file for 1.5.0M1 | aclement | 2004-12-02 | 1 | -0/+28 |
| | |||||
* | 72766 - enum/annotations tests added to suite. | aclement | 2004-12-02 | 1 | -1/+3 |
| | |||||
* | 72766 - tests to confirm ITDs on enums/annotations not allowed. | aclement | 2004-12-02 | 3 | -0/+214 |
| | |||||
* | fixed unused imports | aclement | 2004-12-02 | 1 | -3/+0 |
| | |||||
* | 72766: This is covariance support. only missing bit is for dynamic join ↵ | aclement | 2004-12-01 | 18 | -0/+506 |
| | | | | 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 ↵ | aclement | 2004-11-30 | 11 | -3/+227 |
| | | | | (i.e. we ignore it as a source of join points) | ||||
* | Fix for Bugzilla Bug 74952: before,after !(cflow(within(Trace*))) prints nothing | aclement | 2004-10-21 | 3 | -0/+178 |
| | |||||
* | Fix for Bugzilla Bug 76096: Anonymous classes unaware of introductions into ↵ | aclement | 2004-10-19 | 3 | -0/+59 |
| | | | | abstract classes (error can't find type $Local$) | ||||
* | Modified test to account for additional "uses pointcut" relationships. | mkersten | 2004-10-15 | 1 | -5/+5 |
| | |||||
* | TEMPORARILY removed some tests - to see if they enable the build to progress. | aclement | 2004-10-15 | 1 | -2/+2 |
| | |||||
* | set static variable to avoid reading value set by other tests | wisberg | 2004-10-14 | 1 | -0/+3 |
| | |||||
* | 76030 - cflow optimizations. Part 2 fix - share counters and stacks when we ↵ | aclement | 2004-10-12 | 7 | -9/+336 |
| | | | | can. | ||||
* | 76030 - cflow optimizations. Part 1 fix - use counters rather than stacks ↵ | aclement | 2004-10-11 | 3 | -0/+80 |
| | | | | when we can. | ||||
* | docs for aspectpath and forking | wisberg | 2004-10-06 | 1 | -21/+84 |
| | |||||
* | aspectpath weave tests - disabled pending weaveinfo suppression | wisberg | 2004-10-06 | 3 | -0/+36 |
| | |||||
* | support for aspectpath attribute in run element | wisberg | 2004-10-06 | 1 | -0/+1 |
| | |||||
* | tests for new java run fork attributes | wisberg | 2004-10-06 | 2 | -0/+37 |
| | |||||
* | removing unused file entity, adding fork attribute | wisberg | 2004-10-06 | 1 | -4/+3 |
| | |||||
* | Fix for Bugzilla Bug 75129 | aclement | 2004-09-30 | 3 | -11/+15 |
| | | | | NPE on thisJoinPoint mistake | ||||
* | @testcase PR#75129 NPE on thisJoinPoint mistake | wisberg | 2004-09-27 | 2 | -0/+38 |
| | |||||
* | fix for Bugzilla Bug 72157 | acolyer | 2004-09-08 | 4 | -1/+46 |
| | | | | declare soft can cause programs with invalid exception behaviour to be generated | ||||
* | Fix for Bugzilla Bug 72528 | aclement | 2004-09-03 | 3 | -0/+85 |
| | | | | around advice throws java.lang.VerifyError at runtime | ||||
* | Improved testcase for this 1.5 problem. | aclement | 2004-08-27 | 2 | -3/+17 |
| | |||||
* | tests for Bugzilla Bug 70404 | aclement | 2004-08-27 | 5 | -4/+69 |
| | | | | passing null to array arguments confuzes static join point signature. | ||||
* | Fix for Bugzilla Bug 72699 | aclement | 2004-08-27 | 4 | -0/+30 |
| | | | | Bogus error message: The abstract method ajc$pointcut$$tracingScope$a2 in type Tracing can only be defined by an abstract class | ||||
* | fix for Bugzilla Bug 72150 | aclement | 2004-08-27 | 7 | -0/+63 |
| | | | | AJC possible bug with static nested classes | ||||
* | fix for Bugzilla Bug 72531 | acolyer | 2004-08-24 | 5 | -0/+79 |
| | | | | declare warning warns at wrong points | ||||
* | Fix for Bugzilla Bug 70794 | aclement | 2004-08-20 | 2 | -2/+2 |
| | | | | | The introduction on interface causes the interface implementation class error (testcase now expects the error text) |