Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix for Bugzilla Bug 61768 | acolyer | 2004-08-11 | 5 | -23/+99 |
| | | | | scope for intertype methods | ||||
* | Tests and fix for Bugzilla Bug 54421 | aclement | 2004-08-11 | 4 | -4/+110 |
| | | | | Compile time declarations (warning and error) do not accept string concatenation (with +) | ||||
* | Fix and tests for Bugzilla Bug 68991 | aclement | 2004-08-11 | 4 | -4/+130 |
| | | | | intertype initialisers should match field set pointcuts | ||||
* | Tests for bug 65925. Already fixed ! | aclement | 2004-08-11 | 3 | -12/+17 |
| | |||||
* | tests for pr62475 (disabled at present) | acolyer | 2004-08-11 | 3 | -0/+40 |
| | |||||
* | fix for Bugzilla Bug 61572 | acolyer | 2004-08-10 | 2 | -2/+12 |
| | | | | ITDs on inner classes should be static contexts | ||||
* | fix for Bugzilla Bug 61572 | acolyer | 2004-08-10 | 1 | -0/+44 |
| | | | | ITDs on inner classes should be static contexts | ||||
* | Fix for Bugzilla Bug 65319 | aclement | 2004-08-10 | 3 | -1/+52 |
| | | | | ajc crashes when compiling the following program (binding this() and target()) | ||||
* | fix for Bugzilla Bug 53981 | acolyer | 2004-08-10 | 5 | -1/+84 |
| | | | | proceed used as method name in around advice | ||||
* | test for 70201 | acolyer | 2004-08-10 | 1 | -0/+13002 |
| | |||||
* | fix for Bugzilla Bug 59208 | acolyer | 2004-08-10 | 7 | -0/+16505 |
| | | | | Weaver fails in BCEL for large classe | ||||
* | fix for Bugzilla Bug 70201 | acolyer | 2004-08-10 | 2 | -1/+15 |
| | | | | Branch target offset too large for short | ||||
* | Fix for Bug 71377: Cannot advise private method call in around advice | aclement | 2004-08-09 | 5 | -2/+202 |
| | |||||
* | cant find type/organize imports (and hopefully fix the build) | aclement | 2004-08-06 | 2 | -8/+8 |
| | |||||
* | more deps for inc model tests. | aclement | 2004-08-06 | 1 | -0/+2 |
| | |||||
* | run the incremental model tests! | aclement | 2004-08-06 | 1 | -0/+2 |
| | |||||
* | promoted code up the hierarchy. | aclement | 2004-08-06 | 1 | -51/+0 |
| | |||||
* | incremental model tests. | aclement | 2004-08-06 | 3 | -0/+275 |
| | |||||
* | Moved around to fit in with new way of executing the incremental model tests ↵ | aclement | 2004-08-06 | 36 | -0/+0 |
| | | | | as junit tests. | ||||
* | additional incremental tests : bugs 54622, 54621 | acolyer | 2004-08-05 | 43 | -0/+529 |
| | |||||
* | Tests for | aclement | 2004-08-05 | 4 | -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 XMLBasedAjcTestCase | acolyer | 2004-08-04 | 2 | -0/+10 |
| | | | | added in docs dir. | ||||
* | A few extra failing tests I unearthed along the way. | acolyer | 2004-08-04 | 1 | -0/+20 |
| | |||||
* | Don't panic! The tests haven't all disappeared..... | acolyer | 2004-08-04 | 1 | -7803/+35 |
| | |||||
* | Spring cleaning in the test suite. Docs for AjcTestCase and XMLBasedAjcTestCase | acolyer | 2004-08-04 | 131 | -6/+17659 |
| | | | | added in docs dir. | ||||
* | Some more fix for Bugzilla Bug 60015 | aclement | 2004-08-03 | 2 | -0/+35 |
| | | | | NPE, Incorrect XLint:unmatchedSuperTypeInCall warning | ||||
* | The BIG commit. | aclement | 2004-08-03 | 38 | -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 | aclement | 2004-08-02 | 2 | -0/+21 |
| | | | | Nullpointer-exception in pointcuts using withincode() clause | ||||
* | Fix for Bugzilla Bug 61536 | aclement | 2004-07-29 | 2 | -0/+26 |
| | | | | Front-end bug, shouldn't allow patterns of the form foo.., should be foo..* | ||||
* | test for Bugzilla Bug 64262 | acolyer | 2004-07-29 | 2 | -0/+20 |
| | | | | ClassCastException at BcelRenderer.java:16 | ||||
* | fix for Bugzilla Bug 48990 | acolyer | 2004-07-28 | 3 | -0/+86 |
| | | | | Special case if(false) to not require a dynamic test | ||||
* | Fix for 64331 | aclement | 2004-07-28 | 6 | -0/+15 |
| | | | | java.lang.NullPointerException in WeaverMessageHandler class | ||||
* | Fix for bug 69459 | aclement | 2004-07-27 | 12 | -0/+49 |
| | | | | Hiding of Instance Methods by static methods | ||||
* | Fix for 53999 | aclement | 2004-07-27 | 2 | -0/+17 |
| | | | | "can't bind type" message has $ for . in type name for declare soft | ||||
* | Fix for Bug 70619 | aclement | 2004-07-26 | 5 | -0/+45 |
| | | | | compiler aborts with "conflicting dominates orders" with circular declare precedences | ||||
* | harness support for dirchanges delay (milliseconds) attribute | wisberg | 2004-06-10 | 2 | -1/+2 |
| | |||||
* | @testcase PR#65925 Valid but inaccessible type names should not be flagged ↵ | wisberg | 2004-06-07 | 2 | -0/+33 |
| | | | | by XLint:invalidAbsoluteTypeName | ||||
* | Tests for Bugzilla Bug 62458 | aclement | 2004-05-18 | 4 | -0/+128 |
| | | | | An if() pointcut inside a perthis() clause causes an ABORT - null pointer exception in ajc | ||||
* | Tests for Bugzilla Bug 62073 | aclement | 2004-05-14 | 3 | -2/+89 |
| | | | | false ambigous binding error (introduced in 1.2rc2) | ||||
* | Test for Bug 60936 | aclement | 2004-05-12 | 1 | -0/+18 |
| | | | | error message for constructor-execution pcd | ||||
* | Test for Bugzilla Bug 61568 | aclement | 2004-05-12 | 1 | -0/+76 |
| | | | | wrong variable binding in || pointcuts | ||||
* | Test for Bugzilla Bug 61538 | aclement | 2004-05-12 | 1 | -0/+117 |
| | | | | nested uses of this() inside constructors not handled properly for initialization and preinitialization pointcuts | ||||
* | Tests for 60936,61538,61568 | aclement | 2004-05-12 | 1 | -1/+24 |
| | |||||
* | Tests for Bugzilla Bug 59778 | aclement | 2004-05-07 | 3 | -0/+18 |
| | | | | InterTypeMethodDeclaration.java:104 | ||||
* | fix for Bugzilla Bug 59895 | acolyer | 2004-04-26 | 2 | -15/+16 |
| | | | | NPE updating an aspect in incremental mode | ||||
* | Test for Bugzilla Bug 59397 | aclement | 2004-04-26 | 2 | -0/+24 |
| | | | | NPE in compiler when using (an unusual) declare warning against a ctor ITD | ||||
* | @testcase 59895 incremental full-rebuild | wisberg | 2004-04-26 | 4 | -0/+29 |
| | |||||
* | Test for Bugzilla Bug 59440 | aclement | 2004-04-23 | 2 | -0/+11 |
| | | | | NPE when binary weaving a ctor ITD. | ||||
* | Testcase for Bug 58679 | aclement | 2004-04-23 | 5 | -0/+228 |
| | | | | Regression from 1.1: NPE in CompilationResult | ||||
* | Add in unit tests for Ajdoc | aclement | 2004-04-07 | 1 | -0/+13 |
| |