summaryrefslogtreecommitdiffstats
path: root/tests/src
Commit message (Expand)AuthorAgeFilesLines
* Annotation Binding - now complete for @annotation (for *all* kinded PCDs)Root_AspectJ5_Developmentaclement2005-02-011-10/+82
* Tests for static method call/execution with @annotationaclement2005-01-311-0/+7
* Removed test that verified restriction on binding annotationsaclement2005-01-311-5/+7
* Added new tests for annotation bindingaclement2005-01-311-0/+1
* Annotation binding tests: @target and call/@annotation and execution/@annotationaclement2005-01-311-0/+147
* Fix for Bug 83645: pertypewithin({interface}) illegal field modifieraclement2005-01-271-2/+8
* tests for PR48650 partial workaround - ughwisberg2005-01-272-0/+74
* Fix for Bug 83563: pertypewithin() handling of inner classesaclement2005-01-251-0/+12
* Fix to ensure woven methods don't lose their annotations.aclement2005-01-246-82/+139
* Fix for Bug 83303: complier error when mixing inheritance, overriding and pol...aclement2005-01-201-0/+5
* Get enum value fields to work in the ASM. Plus test reorg as we are now addin...aclement2005-01-206-0/+103
* Fix for Bug 82570: Weaved code does not include debug linesaclement2005-01-191-0/+54
* PerTypeWithin support.aclement2005-01-182-6/+152
* java 5 supportacolyer2005-01-176-14/+30
* Fixes for 78021, 79554 - both to do with us breaking the exception table for ...aclement2005-01-114-4/+49
* Fix for Bug 82134: AspectJ 5 M2 should implement backwards compatibility for ...aclement2005-01-072-0/+60
* Removed warning that no longer comes out for this test. We were putting out ...aclement2005-01-071-1/+1
* test was failing because a message was coming out twice - once when applying ...aclement2005-01-061-1/+1
* BWD: Improvements in source location handling allow us to now include a line ...aclement2005-01-051-1/+1
* BWD: New error checking catches one more error in this testcase.aclement2005-01-051-0/+1
* Recent changes seem to have made some messages come out in a different order !aclement2005-01-052-6/+8
* test cases and fix for Bugzilla Bug 81863acolyer2005-01-052-14/+22
* more ambiguous bindings testingacolyer2004-12-162-0/+24
* it is now safe to short-circuit in and/or pc matching (all side-effects removed)acolyer2004-12-161-13/+7
* partial fix for bug 61568.acolyer2004-12-153-15/+11
* check errors/xlints for decp'ing on annos/enumsaclement2004-12-102-13/+54
* Autoboxing tests - not checked in as need 1.5 JVM to run.aclement2004-12-101-0/+155
* test correct detection of @args in a declareacolyer2004-12-101-2/+11
* @within, @withincode testsacolyer2004-12-101-2/+24
* testing for @argsacolyer2004-12-101-1/+7
* more testsacolyer2004-12-094-2/+21
* Allows passing of extra argument to the compiler (-1.5 for autoboxing behavior)aclement2004-12-091-4/+18
* add in @this and @target tests to main suiteacolyer2004-12-091-0/+1
* more @this @target fixes and testsacolyer2004-12-091-0/+48
* Complete varargs support.aclement2004-12-093-23/+41
* unwanted importacolyer2004-12-081-1/+0
* first @annotation testacolyer2004-12-081-0/+9
* Annotation matching.aclement2004-12-082-19/+24
* Annotation matching.aclement2004-12-081-0/+50
* With type mungers remembering their location, we now get a sensible error lin...aclement2004-12-071-1/+1
* Fixes for Bug 80249: Order of types passed to compiler determines weaving beh...aclement2004-12-062-4/+16
* 72766 - varargs policing in signature matchingaclement2004-12-034-14/+82
* 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 poin...aclement2004-12-012-0/+303
* Part of 72766: Bridge methods - we now do the right thing if we see one (i.e....aclement2004-11-306-3/+174
* Fix for Bugzilla Bug 74952: before,after !(cflow(within(Trace*))) prints nothingaclement2004-10-212-0/+27
* Fix for Bugzilla Bug 76096: Anonymous classes unaware of introductions into a...aclement2004-10-192-0/+9