aboutsummaryrefslogtreecommitdiffstats
path: root/tests/src
Commit message (Collapse)AuthorAgeFilesLines
* fix for Bugzilla Bug 72150aclement2004-08-272-0/+10
| | | | AJC possible bug with static nested classes
* fix for Bugzilla Bug 72531acolyer2004-08-242-0/+12
| | | | declare warning warns at wrong points
* Fix for Bugzilla Bug 70794aclement2004-08-201-1/+1
| | | | | The introduction on interface causes the interface implementation class error (testcase now expects the error text)
* Fix for Bugzilla Bug 70794aclement2004-08-202-1/+43
| | | | The introduction on interface causes the interface implementation class error
* fix for Bugzilla Bug 37020acolyer2004-08-191-4/+4
| | | | wrong line for method execution join point
* fix for Bugzilla Bug 37020acolyer2004-08-191-0/+2
| | | | wrong line for method execution join point
* fix for Bugzilla Bug 37020acolyer2004-08-192-0/+27
| | | | wrong line for method execution join point
* fix for Bugzilla Bug 37020acolyer2004-08-196-7/+8
| | | | wrong line for method execution join point
* fix for Bugzilla Bug 71723acolyer2004-08-182-1/+14
| | | | Inconsistency in scoping of protected members in ITDs
* Removed 1.4 api (doh!)aclement2004-08-181-2/+4
|
* tests for enh 42743 (commented out) should we decide to do it.acolyer2004-08-182-0/+11
|
* test for Bugzilla Bug 64069acolyer2004-08-182-0/+15
| | | | ITD name clashes with private members
* Took out expected error on 'run class'.aclement2004-08-181-4/+2
|
* Test and fix for Bugzilla Bug 62642aclement2004-08-172-1/+17
| | | | proper handling of ExceptionInIntializer inside <clinit> in presence of after throwing advice
* using real slashes rather than those windows things....acolyer2004-08-171-4/+4
|
* Fixes for:aclement2004-08-162-0/+40
| | | | | Bugzilla Bug 67578: Privileged Aspect Access Problem Across Packages Bugzilla Bug 67579: NPE on privileged aspect error
* Tests slightly reworked by matthew due to enhancement 71339aclement2004-08-134-21/+22
|
* Fix and tests for Bugzilla Bug 71372aclement2004-08-132-2/+55
| | | | NoSuchMethodError calling private method from around advice in inner aspect
* fix for Bugzilla Bug 61768acolyer2004-08-112-11/+23
| | | | scope for intertype methods
* Tests and fix for Bugzilla Bug 54421aclement2004-08-112-4/+32
| | | | Compile time declarations (warning and error) do not accept string concatenation (with +)
* Fix and tests for Bugzilla Bug 68991aclement2004-08-112-4/+27
| | | | intertype initialisers should match field set pointcuts
* Tests for bug 65925. Already fixed !aclement2004-08-112-2/+17
|
* tests for pr62475 (disabled at present)acolyer2004-08-112-0/+12
|
* fix for Bugzilla Bug 61572acolyer2004-08-102-2/+12
| | | | ITDs on inner classes should be static contexts
* Fix for Bugzilla Bug 65319aclement2004-08-102-1/+22
| | | | ajc crashes when compiling the following program (binding this() and target())
* fix for Bugzilla Bug 53981acolyer2004-08-102-1/+31
| | | | proceed used as method name in around advice
* fix for Bugzilla Bug 59208acolyer2004-08-102-0/+28
| | | | Weaver fails in BCEL for large classe
* fix for Bugzilla Bug 70201acolyer2004-08-102-1/+15
| | | | Branch target offset too large for short
* Fix for Bug 71377: Cannot advise private method call in around adviceaclement2004-08-092-2/+34
|
* cant find type/organize imports (and hopefully fix the build)aclement2004-08-062-8/+8
|
* run the incremental model tests!aclement2004-08-061-0/+2
|
* promoted code up the hierarchy.aclement2004-08-061-51/+0
|
* incremental model tests.aclement2004-08-063-0/+275
|
* additional incremental tests : bugs 54622, 54621acolyer2004-08-052-0/+261
|
* Tests foraclement2004-08-052-1/+33
| | | | | Bugzilla Bug 71273 - RuntimeException thrown: Could not find instruction: org.apache.bcel.generic.B2I Bugzilla Bug 67591 - invalid warning indicating no match when a match really occurs
* Spring cleaning in the test suite. Docs for AjcTestCase and XMLBasedAjcTestCaseacolyer2004-08-0451-0/+12723
| | | | added in docs dir.
* initial versionwisberg2002-12-162-0/+40