Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Some of the fix for Bugzilla Bug 57432 | aclement | 2004-04-07 | 2 | -27/+34 |
| | | | | | NPE when creating declare messages [Moved the testcase across and added a second one for the variant with debug info] | ||||
* | Some of the fix for Bugzilla Bug 57432 | aclement | 2004-04-07 | 3 | -4/+27 |
| | | | | | NPE when creating declare messages [Modified XML to build debug/nondebug variants of the library] | ||||
* | @testcase PR#57432 NPE's when writing some declare error | wisberg | 2004-04-05 | 5 | -0/+99 |
| | |||||
* | Fix for Bug 55341 | aclement | 2004-04-02 | 4 | -0/+49 |
| | | | | error Type mismatch: cannot convert from java.lang.String to java.lang.String | ||||
* | dir-changes tests | wisberg | 2004-03-31 | 7 | -0/+158 |
| | |||||
* | Fix for Bugzilla Bug 53012 | aclement | 2004-03-19 | 3 | -0/+38 |
| | | | | declare precedence on a class should be a compile-time error | ||||
* | fix for Bugzilla Bug 52928 | acolyer | 2004-03-18 | 2 | -1/+33 |
| | | | | Private members introduced via an interface are visible to the class | ||||
* | fix for Bugzilla Bug 55134 | acolyer | 2004-03-18 | 4 | -0/+75 |
| | | | | Incremental compilation does not delete weaver-generated class files | ||||
* | Deleting unnecessary class files that crept into the build. | aclement | 2004-03-16 | 4 | -0/+0 |
| | |||||
* | commenting out unreliable test - can't always delete sandbox afterwards, ↵ | acolyer | 2004-03-16 | 1 | -0/+3 |
| | | | | need to find out why... | ||||
* | fix for Bugzilla Bug 43714 | acolyer | 2004-03-16 | 1 | -1/+1 |
| | | | | better test name for second test | ||||
* | fix for Bugzilla Bug 43714 | acolyer | 2004-03-16 | 1 | -5/+18 |
| | | | | weaving from an input jar into that same jar. | ||||
* | fix for Bugzilla Bug 43714 | acolyer | 2004-03-16 | 1 | -0/+1 |
| | | | | | weaving from an input jar into that same jar. (adds outjar attribute to 'compile') | ||||
* | fix for Bugzilla Bug 43714 | acolyer | 2004-03-16 | 1 | -0/+1 |
| | | | | weaving from an input jar into that same jar. | ||||
* | Fix for Bugzilla Bug 41181 | aclement | 2004-03-16 | 25 | -4/+446 |
| | | | | | Support SerialVersionUID field if no new fields declared on class (Regenerated with BcweaverJarMaker) | ||||
* | fix for Bugzilla Bug 51322 | acolyer | 2004-03-15 | 2 | -0/+13 |
| | | | | Introduce Unknown Type to class causes Null pointer exception | ||||
* | fix for Bugzilla Bug 44272 | acolyer | 2004-03-15 | 2 | -0/+22 |
| | | | | retitle warning to "circular {advice} dependency at ..." | ||||
* | test for Bugzilla Bug 54098 | acolyer | 2004-03-15 | 3 | -0/+21 |
| | | | | -deprecation not working | ||||
* | move weaving to inside of the compiler.compile loop. | acolyer | 2004-03-15 | 4 | -0/+39 |
| | | | | ensure messages are associated with source wherever possible | ||||
* | -xlintfile option support in the harness, and tests | wisberg | 2004-03-08 | 6 | -10/+58 |
| | |||||
* | regression test - provokes VerifyError in 1.1.1 but not in cvs head | wisberg | 2004-03-07 | 2 | -0/+28 |
| | |||||
* | Fix for Bugzilla Bug 50776 | aclement | 2004-03-05 | 2 | -0/+22 |
| | | | | fail in compiling aspect with overriding method introduction with different throws clause | ||||
* | Fixing last test failures - per Georges suggestions. | aclement | 2004-03-02 | 1 | -4/+13 |
| | |||||
* | Fix for Bugzilla Bug 52107 | aclement | 2004-02-26 | 2 | -21/+27 |
| | | | | NoSuchMethodError accessing field declared on interface | ||||
* | Fix for preventing the use of if/target/this/args/cflow/cflowbelow in ↵ | aclement | 2004-02-26 | 2 | -0/+84 |
| | | | | DeclareSofts. | ||||
* | Fix for Bugzilla Bug 51320 | aclement | 2004-02-25 | 2 | -0/+82 |
| | | | | | ClasscastException on concretization of if(false) (i.e. you can't use if/target/args/cflow/cflowbelow/this in deow - you get an error if you try) |