Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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) | ||||
* | Bugzilla Bug 51919 | aclement | 2004-02-24 | 2 | -0/+16 |
| | | | | Polymorphic ITD fails in CVS HEAD (From ajdt 1.1.6) | ||||
* | fix for Bugzilla Bug 51929 | jhugunin | 2004-02-19 | 5 | -10/+14 |
| | | | | | | | | | Advice calling protected super method causing java.lang.VerifyError 'Bad access to protected data' Also expanded test to cover protected field access as well as methods Fix required getting the correct receiver type for both field access and method calls to correspond to Java's complicated rules for accessing protected members (JLSv2 6.6.2 and mentioned in passing in JVMv2 5.4.4) | ||||
* | @testcase PR#52107 declare [int | String | Object] field on interface | wisberg | 2004-02-15 | 4 | -0/+103 |
| | |||||
* | mailing list verify error | wisberg | 2004-02-13 | 4 | -0/+67 |
| | |||||
* | Fix for Bugzilla Bug 50641 | aclement | 2004-02-09 | 6 | -17/+86 |
| | | | | | Better binary compatibility for advice method names - I've run the tests a thousand times and they all pass, I'm still nervous about this first big commit though *gulp* |