| Commit message (Expand) | Author | Age | Files | Lines |
* | fix for varargs example in AJDK - 9 failing tests now left in Ajc150... | acolyer | 2005-03-09 | 1 | -4/+4 |
* | remove accidental 1.5 dependency in tests module | acolyer | 2005-03-09 | 2 | -19/+2 |
* | completing the set of AJDK examples coded up as test cases | acolyer | 2005-03-09 | 5 | -0/+117 |
* | test cases from ajdk:annotations chapter | acolyer | 2005-03-09 | 2 | -19/+198 |
* | SuppressAjWarnings test. | aclement | 2005-02-17 | 4 | -5/+66 |
* | remove syserr | acolyer | 2005-02-17 | 1 | -1/+0 |
* | only inspect results if test could run | acolyer | 2005-02-17 | 1 | -8/+10 |
* | support for annotations on ITDs, and declare annotation | acolyer | 2005-02-17 | 3 | -1/+141 |
* | Testcases for @within() and @withincode() binding. | aclement | 2005-02-17 | 2 | -0/+37 |
* | organized imports | aclement | 2005-02-16 | 1 | -5/+0 |
* | move all java 5 tests out of code and back into .xml files now that we can co... | acolyer | 2005-02-11 | 23 | -1138/+1300 |
* | Tests for 2 new annotation bugs: (1) Using the pattern '@Annotation *' in dec... | aclement | 2005-02-11 | 1 | -0/+21 |
* | Testcases and fix for using @target() when the annotation is in a package. | aclement | 2005-02-07 | 1 | -0/+8 |
* | New annotation binding tests for @args, @this. Also test for 84290. | aclement | 2005-02-03 | 1 | -1/+83 |
* | Delete unnecessary printing | aclement | 2005-02-03 | 2 | -2/+2 |
* | Annotation Binding - now complete for @annotation (for *all* kinded PCDs)Root_AspectJ5_Development | aclement | 2005-02-01 | 1 | -10/+82 |
* | Tests for static method call/execution with @annotation | aclement | 2005-01-31 | 1 | -0/+7 |
* | Removed test that verified restriction on binding annotations | aclement | 2005-01-31 | 1 | -5/+7 |
* | Added new tests for annotation binding | aclement | 2005-01-31 | 1 | -0/+1 |
* | Annotation binding tests: @target and call/@annotation and execution/@annotation | aclement | 2005-01-31 | 1 | -0/+147 |
* | Fix for Bug 83645: pertypewithin({interface}) illegal field modifier | aclement | 2005-01-27 | 1 | -2/+8 |
* | tests for PR48650 partial workaround - ugh | wisberg | 2005-01-27 | 2 | -0/+74 |
* | Fix for Bug 83563: pertypewithin() handling of inner classes | aclement | 2005-01-25 | 1 | -0/+12 |
* | Fix to ensure woven methods don't lose their annotations. | aclement | 2005-01-24 | 6 | -82/+139 |
* | Fix for Bug 83303: complier error when mixing inheritance, overriding and pol... | aclement | 2005-01-20 | 1 | -0/+5 |
* | Get enum value fields to work in the ASM. Plus test reorg as we are now addin... | aclement | 2005-01-20 | 6 | -0/+103 |
* | Fix for Bug 82570: Weaved code does not include debug lines | aclement | 2005-01-19 | 1 | -0/+54 |
* | PerTypeWithin support. | aclement | 2005-01-18 | 2 | -6/+152 |
* | java 5 support | acolyer | 2005-01-17 | 6 | -14/+30 |
* | Fixes for 78021, 79554 - both to do with us breaking the exception table for ... | aclement | 2005-01-11 | 4 | -4/+49 |
* | Fix for Bug 82134: AspectJ 5 M2 should implement backwards compatibility for ... | aclement | 2005-01-07 | 2 | -0/+60 |
* | Removed warning that no longer comes out for this test. We were putting out ... | aclement | 2005-01-07 | 1 | -1/+1 |
* | test was failing because a message was coming out twice - once when applying ... | aclement | 2005-01-06 | 1 | -1/+1 |
* | BWD: Improvements in source location handling allow us to now include a line ... | aclement | 2005-01-05 | 1 | -1/+1 |
* | BWD: New error checking catches one more error in this testcase. | aclement | 2005-01-05 | 1 | -0/+1 |
* | Recent changes seem to have made some messages come out in a different order ! | aclement | 2005-01-05 | 2 | -6/+8 |
* | test cases and fix for Bugzilla Bug 81863 | acolyer | 2005-01-05 | 2 | -14/+22 |
* | more ambiguous bindings testing | acolyer | 2004-12-16 | 2 | -0/+24 |
* | it is now safe to short-circuit in and/or pc matching (all side-effects removed) | acolyer | 2004-12-16 | 1 | -13/+7 |
* | partial fix for bug 61568. | acolyer | 2004-12-15 | 3 | -15/+11 |
* | check errors/xlints for decp'ing on annos/enums | aclement | 2004-12-10 | 2 | -13/+54 |
* | Autoboxing tests - not checked in as need 1.5 JVM to run. | aclement | 2004-12-10 | 1 | -0/+155 |
* | test correct detection of @args in a declare | acolyer | 2004-12-10 | 1 | -2/+11 |
* | @within, @withincode tests | acolyer | 2004-12-10 | 1 | -2/+24 |
* | testing for @args | acolyer | 2004-12-10 | 1 | -1/+7 |
* | more tests | acolyer | 2004-12-09 | 4 | -2/+21 |
* | Allows passing of extra argument to the compiler (-1.5 for autoboxing behavior) | aclement | 2004-12-09 | 1 | -4/+18 |
* | 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 | 1 | -0/+48 |
* | Complete varargs support. | aclement | 2004-12-09 | 3 | -23/+41 |