summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* 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..*
* test for Bugzilla Bug 64262acolyer2004-07-292-0/+20
| | | | ClassCastException at BcelRenderer.java:16
* fix for Bugzilla Bug 48990acolyer2004-07-283-0/+86
| | | | Special case if(false) to not require a dynamic test
* Fix for 64331 aclement2004-07-286-0/+15
| | | | java.lang.NullPointerException in WeaverMessageHandler class
* Fix for bug 69459 aclement2004-07-2712-0/+49
| | | | Hiding of Instance Methods by static methods
* Fix for 53999 aclement2004-07-272-0/+17
| | | | "can't bind type" message has $ for . in type name for declare soft
* Fix for Bug 70619 aclement2004-07-265-0/+45
| | | | compiler aborts with "conflicting dominates orders" with circular declare precedences
* harness support for dirchanges delay (milliseconds) attributewisberg2004-06-102-1/+2
|
* @testcase PR#65925 Valid but inaccessible type names should not be flagged ↵wisberg2004-06-072-0/+33
| | | | by XLint:invalidAbsoluteTypeName
* Tests for Bugzilla Bug 62458 aclement2004-05-184-0/+128
| | | | An if() pointcut inside a perthis() clause causes an ABORT - null pointer exception in ajc
* Tests for Bugzilla Bug 62073 aclement2004-05-143-2/+89
| | | | false ambigous binding error (introduced in 1.2rc2)
* Test for Bug 60936 aclement2004-05-121-0/+18
| | | | error message for constructor-execution pcd
* Test for Bugzilla Bug 61568 aclement2004-05-121-0/+76
| | | | wrong variable binding in || pointcuts
* Test for Bugzilla Bug 61538 aclement2004-05-121-0/+117
| | | | nested uses of this() inside constructors not handled properly for initialization and preinitialization pointcuts
* Tests for 60936,61538,61568aclement2004-05-121-1/+24
|
* Tests for Bugzilla Bug 59778 aclement2004-05-073-0/+18
| | | | InterTypeMethodDeclaration.java:104
* fix for Bugzilla Bug 59895acolyer2004-04-262-15/+16
| | | | NPE updating an aspect in incremental mode
* Test for Bugzilla Bug 59397 aclement2004-04-262-0/+24
| | | | NPE in compiler when using (an unusual) declare warning against a ctor ITD
* @testcase 59895 incremental full-rebuildwisberg2004-04-264-0/+29
|
* Test for Bugzilla Bug 59440 aclement2004-04-232-0/+11
| | | | NPE when binary weaving a ctor ITD.
* Testcase for Bug 58679 aclement2004-04-235-0/+228
| | | | Regression from 1.1: NPE in CompilationResult
* Add in unit tests for Ajdocaclement2004-04-071-0/+13
|