aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* 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)
* Fix for Bugzilla Bug 70794aclement2004-08-206-1/+139
| | | | The introduction on interface causes the interface implementation class error
* fix for Bugzilla Bug 37020acolyer2004-08-192-5/+5
| | | | wrong line for method execution join point
* BcWeaverJarMaker updates - now line numbers have changed.aclement2004-08-195-0/+0
|
* fix for Bugzilla Bug 37020acolyer2004-08-192-0/+4
| | | | 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-1914-11/+64
| | | | wrong line for method execution join point
* fix for Bugzilla Bug 71723acolyer2004-08-184-1/+67
| | | | Inconsistency in scoping of protected members in ITDs
* Removed 1.4 api (doh!)aclement2004-08-182-3/+5
|
* tests for enh 42743 (commented out) should we decide to do it.acolyer2004-08-183-0/+40
|
* test for Bugzilla Bug 64069acolyer2004-08-183-0/+58
| | | | 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-173-1/+57
| | | | 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-169-0/+107
| | | | | 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-136-0/+128
| | | | NoSuchMethodError calling private method from around advice in inner aspect
* 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-115-23/+99
| | | | scope for intertype methods
* Tests and fix for Bugzilla Bug 54421aclement2004-08-114-4/+110
| | | | Compile time declarations (warning and error) do not accept string concatenation (with +)
* Fix and tests for Bugzilla Bug 68991aclement2004-08-114-4/+130
| | | | intertype initialisers should match field set pointcuts
* Tests for bug 65925. Already fixed !aclement2004-08-113-12/+17
|
* tests for pr62475 (disabled at present)acolyer2004-08-113-0/+40
|
* fix for Bugzilla Bug 61572acolyer2004-08-102-2/+12
| | | | ITDs on inner classes should be static contexts
* fix for Bugzilla Bug 61572acolyer2004-08-101-0/+44
| | | | ITDs on inner classes should be static contexts
* Fix for Bugzilla Bug 65319aclement2004-08-103-1/+52
| | | | ajc crashes when compiling the following program (binding this() and target())
* fix for Bugzilla Bug 53981acolyer2004-08-105-1/+84
| | | | proceed used as method name in around advice
* test for 70201acolyer2004-08-101-0/+13002
|
* fix for Bugzilla Bug 59208acolyer2004-08-107-0/+16505
| | | | 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-095-2/+202
|
* cant find type/organize imports (and hopefully fix the build)aclement2004-08-062-8/+8
|
* more deps for inc model tests.aclement2004-08-061-0/+2
|
* 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
|
* Moved around to fit in with new way of executing the incremental model tests ↵aclement2004-08-0636-0/+0
| | | | as junit tests.
* additional incremental tests : bugs 54622, 54621acolyer2004-08-0543-0/+529
|
* Tests foraclement2004-08-054-1/+180
| | | | | 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-042-0/+10
| | | | added in docs dir.
* A few extra failing tests I unearthed along the way.acolyer2004-08-041-0/+20
|
* Don't panic! The tests haven't all disappeared.....acolyer2004-08-041-7803/+35
|
* Spring cleaning in the test suite. Docs for AjcTestCase and XMLBasedAjcTestCaseacolyer2004-08-04131-6/+17659
| | | | added in docs dir.
* Some more fix for Bugzilla Bug 60015 aclement2004-08-032-0/+35
| | | | NPE, Incorrect XLint:unmatchedSuperTypeInCall warning
* The BIG commit. aclement2004-08-0338-0/+779
| | | | | | | | | - Enhanced structure model support. - *Incremental* structure model support written and tested (currently switched off, see incModelTests.xml) - -showWeaveInfo compiler option - existence of a 'runtimetest' surfaced through relationships - UI can determine if errors/warnings came from DEOWs. - Code to enable type mungers to remember source locations written (currently switched off)
* Fix for Bugzilla Bug 67774 aclement2004-08-022-0/+21
| | | | Nullpointer-exception in pointcuts using withincode() clause
* Fix for Bugzilla Bug 61536 aclement2004-07-292-0/+26
| | | | Front-end bug, shouldn't allow patterns of the form foo.., should be foo..*