summaryrefslogtreecommitdiffstats
path: root/tests/ajcTests.xml
Commit message (Collapse)AuthorAgeFilesLines
* Don't panic! The tests haven't all disappeared.....acolyer2004-08-041-7803/+35
|
* Some more fix for Bugzilla Bug 60015 aclement2004-08-031-0/+6
| | | | NPE, Incorrect XLint:unmatchedSuperTypeInCall warning
* Fix for Bugzilla Bug 67774 aclement2004-08-021-0/+8
| | | | Nullpointer-exception in pointcuts using withincode() clause
* Fix for Bugzilla Bug 61536 aclement2004-07-291-0/+13
| | | | Front-end bug, shouldn't allow patterns of the form foo.., should be foo..*
* test for Bugzilla Bug 64262acolyer2004-07-291-0/+5
| | | | ClassCastException at BcelRenderer.java:16
* fix for Bugzilla Bug 48990acolyer2004-07-281-0/+12
| | | | Special case if(false) to not require a dynamic test
* Fix for 64331 aclement2004-07-281-0/+7
| | | | java.lang.NullPointerException in WeaverMessageHandler class
* Fix for bug 69459 aclement2004-07-271-0/+19
| | | | Hiding of Instance Methods by static methods
* Fix for 53999 aclement2004-07-271-0/+6
| | | | "can't bind type" message has $ for . in type name for declare soft
* Fix for Bug 70619 aclement2004-07-261-0/+13
| | | | compiler aborts with "conflicting dominates orders" with circular declare precedences
* Tests for Bugzilla Bug 62458 aclement2004-05-181-0/+23
| | | | An if() pointcut inside a perthis() clause causes an ABORT - null pointer exception in ajc
* Tests for Bugzilla Bug 62073 aclement2004-05-141-2/+14
| | | | false ambigous binding error (introduced in 1.2rc2)
* Tests for 60936,61538,61568aclement2004-05-121-1/+24
|
* Tests for Bugzilla Bug 59778 aclement2004-05-071-0/+10
| | | | InterTypeMethodDeclaration.java:104
* fix for Bugzilla Bug 59895acolyer2004-04-261-0/+15
| | | | NPE updating an aspect in incremental mode
* Test for Bugzilla Bug 59397 aclement2004-04-261-0/+8
| | | | NPE in compiler when using (an unusual) declare warning against a ctor ITD
* Test for Bugzilla Bug 59440 aclement2004-04-231-0/+8
| | | | NPE when binary weaving a ctor ITD.
* Testcase for Bug 58679 aclement2004-04-231-0/+90
| | | | Regression from 1.1: NPE in CompilationResult
* Some of the fix for Bugzilla Bug 57432 aclement2004-04-071-0/+34
| | | | | NPE when creating declare messages [Moved the testcase across and added a second one for the variant with debug info]
* Fix for Bug 55341 aclement2004-04-021-0/+11
| | | | error Type mismatch: cannot convert from java.lang.String to java.lang.String
* Fix for Bugzilla Bug 53012 aclement2004-03-191-0/+12
| | | | declare precedence on a class should be a compile-time error
* fix for Bugzilla Bug 52928 acolyer2004-03-181-1/+9
| | | | Private members introduced via an interface are visible to the class
* fix for Bugzilla Bug 55134 acolyer2004-03-181-0/+14
| | | | Incremental compilation does not delete weaver-generated class files
* 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 41181 aclement2004-03-161-4/+167
| | | | | Support SerialVersionUID field if no new fields declared on class (Regenerated with BcweaverJarMaker)
* fix for Bugzilla Bug 51322 acolyer2004-03-151-0/+7
| | | | Introduce Unknown Type to class causes Null pointer exception
* fix for Bugzilla Bug 44272 acolyer2004-03-151-0/+9
| | | | retitle warning to "circular {advice} dependency at ..."
* test for Bugzilla Bug 54098 acolyer2004-03-151-0/+7
| | | | -deprecation not working
* move weaving to inside of the compiler.compile loop. acolyer2004-03-151-0/+12
| | | | ensure messages are associated with source wherever possible
* regression test - provokes VerifyError in 1.1.1 but not in cvs headwisberg2004-03-071-0/+7
|
* Fix for Bugzilla Bug 50776 aclement2004-03-051-0/+5
| | | | fail in compiling aspect with overriding method introduction with different throws clause
* Fix for Bugzilla Bug 52107 aclement2004-02-261-0/+27
| | | | NoSuchMethodError accessing field declared on interface
* Fix for preventing the use of if/target/this/args/cflow/cflowbelow in ↵aclement2004-02-261-0/+26
| | | | DeclareSofts.
* Fix for Bugzilla Bug 51320 aclement2004-02-251-0/+26
| | | | | 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-241-0/+6
| | | | Polymorphic ITD fails in CVS HEAD (From ajdt 1.1.6)
* fix for Bugzilla Bug 51929 jhugunin2004-02-191-0/+6
| | | | | | | | | 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)
* Fix for Bugzilla Bug 50641 aclement2004-02-091-0/+25
| | | | | 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*
* Fix for Bugzilla Bug 42668 ehilsdal2004-01-291-0/+6
| | | | effect of an after returning type incompatible with a join point return type
* Test and fix for Bugzilla Bug 50570 jhugunin2004-01-281-0/+5
| | | | CatchClauseSignature has broken operation
* fix for Bugzilla Bug 49295 jhugunin2004-01-281-0/+17
| | | | duplicate warning or second join point for constructor-execution
* Test for Bugzilla Bug 42515 acolyer2004-01-151-1/+8
| | | | NPE When compiling intertype declaration
* Fix for 38824.acolyer2004-01-141-0/+6
|
* Fix for Bugzilla Bug 44587 jhugunin2004-01-141-0/+14
| | | | | | | | | | | Erroneous exception conversion and Bugzilla Bug 34206 before():execution(new(..)) does not throw NoAspectBoundException All exceptions that occur during the static intialization of a persingleton aspect will be swallowed. When using that aspect (via aspectOf()) a NoAspectBoundException will be thrown with the original exception from the staitc initializer as the cause.
* Fix for Bugzilla Bug 46280 jhugunin2004-01-141-0/+7
| | | | compiler issues error on inner aspects when privilieged
* Fix for Bugzilla Bug 49784 acolyer2004-01-141-0/+114
| | | | | | | | declaring interface methods should work as it does in interface and Bugzilla Bug 45676 AspectJ enhanced code can not be used with plain old java anymo and Bugzilla Bug 43972 Static crosscutting makes interfaces unusable for javac
* Bugzilla Bug 44586 acolyer2004-01-131-0/+7
| | | | After throwing advice on ctors doesn't execute for inter-type decls
* move to Eclipse 3.0 M6 JDT core (v_396). Also makes 1.4 the acolyer2004-01-131-35/+79
| | | | default mode (inherited behaviour from JDT).
* Fix for Bugzilla Bug 46750 jhugunin2004-01-121-0/+5
| | | | "declare soft" inside nested aspect does not work