aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Allows passing of extra argument to the compiler (-1.5 for autoboxing behavior)aclement2004-12-091-4/+18
|
* Autoboxing testdata - all primitives covered.aclement2004-12-0920-0/+245
|
* add in @this and @target tests to main suiteacolyer2004-12-091-0/+1
|
* more @this @target fixes and testsacolyer2004-12-094-14/+78
|
* Complete varargs support.aclement2004-12-097-23/+52
|
* mock java.lang.annotation.Annotationacolyer2004-12-091-0/+0
|
* annotation tests for this and targetacolyer2004-12-093-0/+101
|
* unwanted importacolyer2004-12-081-1/+0
|
* first @annotation testacolyer2004-12-082-0/+16
|
* Annotation matching.aclement2004-12-082-19/+24
|
* Annotation matching.aclement2004-12-086-0/+67
|
* updated binary formacolyer2004-12-085-0/+0
|
* With type mungers remembering their location, we now get a sensible error ↵aclement2004-12-071-1/+1
| | | | line for this test!
* Rebuilt due to type munger attribute changeaclement2004-12-075-0/+0
|
* work in progress.... annotation pointcuts, parsing, and patternsacolyer2004-12-066-0/+0
|
* work in progress.... annotation pointcuts, parsing, and patternsacolyer2004-12-063-0/+0
|
* Fixes for Bug 80249: Order of types passed to compiler determines weaving ↵aclement2004-12-065-4/+33
| | | | behavior
* 72766 - varargs policing in signature matchingaclement2004-12-034-14/+82
|
* 72766 - varargs policing in signature matchingaclement2004-12-037-0/+56
|
* 72766 - improved build.xml for building the testcode jaraclement2004-12-023-17/+8
|
* 72766 - enum testdataaclement2004-12-028-0/+44
|
* 72766 - annotation testdataaclement2004-12-025-0/+37
|
* 72766 - progress text file for 1.5.0M1aclement2004-12-021-0/+28
|
* 72766 - enum/annotations tests added to suite.aclement2004-12-021-1/+3
|
* 72766 - tests to confirm ITDs on enums/annotations not allowed.aclement2004-12-023-0/+214
|
* fixed unused importsaclement2004-12-021-3/+0
|
* 72766: This is covariance support. only missing bit is for dynamic join ↵aclement2004-12-0118-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 ↵aclement2004-11-3011-3/+227
| | | | (i.e. we ignore it as a source of join points)
* Fix for Bugzilla Bug 74952: before,after !(cflow(within(Trace*))) prints nothingaclement2004-10-213-0/+178
|
* Fix for Bugzilla Bug 76096: Anonymous classes unaware of introductions into ↵aclement2004-10-193-0/+59
| | | | abstract classes (error can't find type $Local$)
* Modified test to account for additional "uses pointcut" relationships.mkersten2004-10-151-5/+5
|
* TEMPORARILY removed some tests - to see if they enable the build to progress.aclement2004-10-151-2/+2
|
* set static variable to avoid reading value set by other testswisberg2004-10-141-0/+3
|
* 76030 - cflow optimizations. Part 2 fix - share counters and stacks when we ↵aclement2004-10-127-9/+336
| | | | can.
* 76030 - cflow optimizations. Part 1 fix - use counters rather than stacks ↵aclement2004-10-113-0/+80
| | | | when we can.
* docs for aspectpath and forkingwisberg2004-10-061-21/+84
|
* aspectpath weave tests - disabled pending weaveinfo suppressionwisberg2004-10-063-0/+36
|
* support for aspectpath attribute in run elementwisberg2004-10-061-0/+1
|
* tests for new java run fork attributeswisberg2004-10-062-0/+37
|
* removing unused file entity, adding fork attributewisberg2004-10-061-4/+3
|
* Fix for Bugzilla Bug 75129aclement2004-09-303-11/+15
| | | | NPE on thisJoinPoint mistake
* @testcase PR#75129 NPE on thisJoinPoint mistakewisberg2004-09-272-0/+38
|
* fix for Bugzilla Bug 72157acolyer2004-09-084-1/+46
| | | | declare soft can cause programs with invalid exception behaviour to be generated
* Fix for Bugzilla Bug 72528aclement2004-09-033-0/+85
| | | | around advice throws java.lang.VerifyError at runtime
* Improved testcase for this 1.5 problem.aclement2004-08-272-3/+17
|
* tests for Bugzilla Bug 70404aclement2004-08-275-4/+69
| | | | passing null to array arguments confuzes static join point signature.
* Fix for Bugzilla Bug 72699aclement2004-08-274-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 72150aclement2004-08-277-0/+63
| | | | AJC possible bug with static nested classes
* fix for Bugzilla Bug 72531acolyer2004-08-245-0/+79
| | | | declare warning warns at wrong points
* Fix for Bugzilla Bug 70794aclement2004-08-202-2/+2
| | | | | The introduction on interface causes the interface implementation class error (testcase now expects the error text)