summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Some of the fix for Bugzilla Bug 57432 aclement2004-04-072-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 aclement2004-04-073-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 errorwisberg2004-04-055-0/+99
|
* Fix for Bug 55341 aclement2004-04-024-0/+49
| | | | error Type mismatch: cannot convert from java.lang.String to java.lang.String
* dir-changes testswisberg2004-03-317-0/+158
|
* Fix for Bugzilla Bug 53012 aclement2004-03-193-0/+38
| | | | declare precedence on a class should be a compile-time error
* fix for Bugzilla Bug 52928 acolyer2004-03-182-1/+33
| | | | Private members introduced via an interface are visible to the class
* fix for Bugzilla Bug 55134 acolyer2004-03-184-0/+75
| | | | Incremental compilation does not delete weaver-generated class files
* Deleting unnecessary class files that crept into the build.aclement2004-03-164-0/+0
|
* commenting out unreliable test - can't always delete sandbox afterwards, ↵acolyer2004-03-161-0/+3
| | | | need to find out why...
* fix for Bugzilla Bug 43714 acolyer2004-03-161-1/+1
| | | | better test name for second test
* fix for Bugzilla Bug 43714 acolyer2004-03-161-5/+18
| | | | weaving from an input jar into that same jar.
* fix for Bugzilla Bug 43714 acolyer2004-03-161-0/+1
| | | | | weaving from an input jar into that same jar. (adds outjar attribute to 'compile')
* fix for Bugzilla Bug 43714 acolyer2004-03-161-0/+1
| | | | weaving from an input jar into that same jar.
* Fix for Bugzilla Bug 41181 aclement2004-03-1625-4/+446
| | | | | Support SerialVersionUID field if no new fields declared on class (Regenerated with BcweaverJarMaker)
* fix for Bugzilla Bug 51322 acolyer2004-03-152-0/+13
| | | | Introduce Unknown Type to class causes Null pointer exception
* fix for Bugzilla Bug 44272 acolyer2004-03-152-0/+22
| | | | retitle warning to "circular {advice} dependency at ..."
* test for Bugzilla Bug 54098 acolyer2004-03-153-0/+21
| | | | -deprecation not working
* move weaving to inside of the compiler.compile loop. acolyer2004-03-154-0/+39
| | | | ensure messages are associated with source wherever possible
* -xlintfile option support in the harness, and testswisberg2004-03-086-10/+58
|
* regression test - provokes VerifyError in 1.1.1 but not in cvs headwisberg2004-03-072-0/+28
|
* Fix for Bugzilla Bug 50776 aclement2004-03-052-0/+22
| | | | fail in compiling aspect with overriding method introduction with different throws clause
* Fixing last test failures - per Georges suggestions.aclement2004-03-021-4/+13
|
* Fix for Bugzilla Bug 52107 aclement2004-02-262-21/+27
| | | | NoSuchMethodError accessing field declared on interface
* Fix for preventing the use of if/target/this/args/cflow/cflowbelow in ↵aclement2004-02-262-0/+84
| | | | DeclareSofts.
* Fix for Bugzilla Bug 51320 aclement2004-02-252-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 aclement2004-02-242-0/+16
| | | | Polymorphic ITD fails in CVS HEAD (From ajdt 1.1.6)
* fix for Bugzilla Bug 51929 jhugunin2004-02-195-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 interfacewisberg2004-02-154-0/+103
|
* mailing list verify errorwisberg2004-02-134-0/+67
|
* Fix for Bugzilla Bug 50641 aclement2004-02-096-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*