aboutsummaryrefslogtreecommitdiffstats
path: root/tests/bugs
Commit message (Collapse)AuthorAgeFilesLines
...
* fix for Bugzilla Bug 71723acolyer2004-08-182-0/+53
| | | | Inconsistency in scoping of protected members in ITDs
* Removed 1.4 api (doh!)aclement2004-08-181-1/+1
|
* test for Bugzilla Bug 64069acolyer2004-08-181-0/+43
| | | | ITD name clashes with private members
* Test and fix for Bugzilla Bug 62642aclement2004-08-171-0/+40
| | | | proper handling of ExceptionInIntializer inside <clinit> in presence of after throwing advice
* Fixes for:aclement2004-08-167-0/+67
| | | | | Bugzilla Bug 67578: Privileged Aspect Access Problem Across Packages Bugzilla Bug 67579: NPE on privileged aspect error
* Fix and tests for Bugzilla Bug 71372aclement2004-08-136-0/+128
| | | | NoSuchMethodError calling private method from around advice in inner aspect
* fix for Bugzilla Bug 61768acolyer2004-08-113-12/+76
| | | | scope for intertype methods
* Tests and fix for Bugzilla Bug 54421aclement2004-08-112-0/+78
| | | | Compile time declarations (warning and error) do not accept string concatenation (with +)
* Fix and tests for Bugzilla Bug 68991aclement2004-08-112-0/+103
| | | | intertype initialisers should match field set pointcuts
* tests for pr62475 (disabled at present)acolyer2004-08-111-0/+28
|
* fix for Bugzilla Bug 61572acolyer2004-08-101-0/+44
| | | | ITDs on inner classes should be static contexts
* Fix for Bugzilla Bug 65319aclement2004-08-101-0/+30
| | | | ajc crashes when compiling the following program (binding this() and target())
* fix for Bugzilla Bug 53981acolyer2004-08-103-0/+53
| | | | proceed used as method name in around advice
* test for 70201acolyer2004-08-101-0/+13002
|
* fix for Bugzilla Bug 59208acolyer2004-08-105-0/+16477
| | | | Weaver fails in BCEL for large classe
* Fix for Bug 71377: Cannot advise private method call in around adviceaclement2004-08-093-0/+168
|
* Tests foraclement2004-08-052-0/+147
| | | | | 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 XMLBasedAjcTestCaseacolyer2004-08-041-0/+13
| | | | added in docs dir.
* Some more fix for Bugzilla Bug 60015 aclement2004-08-031-0/+29
| | | | NPE, Incorrect XLint:unmatchedSuperTypeInCall warning
* Fix for Bugzilla Bug 67774 aclement2004-08-021-0/+13
| | | | 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/+15
| | | | ClassCastException at BcelRenderer.java:16
* Fix for 64331 aclement2004-07-285-0/+8
| | | | java.lang.NullPointerException in WeaverMessageHandler class
* Fix for bug 69459 aclement2004-07-2711-0/+30
| | | | Hiding of Instance Methods by static methods
* Fix for 53999 aclement2004-07-271-0/+11
| | | | "can't bind type" message has $ for . in type name for declare soft
* Fix for Bug 70619 aclement2004-07-264-0/+32
| | | | compiler aborts with "conflicting dominates orders" with circular declare precedences
* @testcase PR#65925 Valid but inaccessible type names should not be flagged ↵wisberg2004-06-071-0/+24
| | | | by XLint:invalidAbsoluteTypeName
* Tests for Bugzilla Bug 62458 aclement2004-05-183-0/+105
| | | | An if() pointcut inside a perthis() clause causes an ABORT - null pointer exception in ajc
* Tests for Bugzilla Bug 62073 aclement2004-05-142-0/+75
| | | | 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 Bugzilla Bug 59778 aclement2004-05-072-0/+8
| | | | InterTypeMethodDeclaration.java:104
* Test for Bugzilla Bug 59397 aclement2004-04-261-0/+16
| | | | NPE in compiler when using (an unusual) declare warning against a ctor ITD
* Test for Bugzilla Bug 59440 aclement2004-04-231-0/+3
| | | | NPE when binary weaving a ctor ITD.
* Testcase for Bug 58679 aclement2004-04-234-0/+138
| | | | Regression from 1.1: NPE in CompilationResult
* 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-054-0/+72
|
* Fix for Bug 55341 aclement2004-04-023-0/+38
| | | | error Type mismatch: cannot convert from java.lang.String to java.lang.String
* Fix for Bugzilla Bug 53012 aclement2004-03-192-0/+26
| | | | declare precedence on a class should be a compile-time error
* fix for Bugzilla Bug 52928 acolyer2004-03-181-0/+24
| | | | Private members introduced via an interface are visible to the class
* Deleting unnecessary class files that crept into the build.aclement2004-03-164-0/+0
|
* 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-1624-0/+279
| | | | | Support SerialVersionUID field if no new fields declared on class (Regenerated with BcweaverJarMaker)
* fix for Bugzilla Bug 51322 acolyer2004-03-151-0/+6
| | | | Introduce Unknown Type to class causes Null pointer exception
* fix for Bugzilla Bug 44272 acolyer2004-03-151-0/+13
| | | | retitle warning to "circular {advice} dependency at ..."
* test for Bugzilla Bug 54098 acolyer2004-03-152-0/+14
| | | | -deprecation not working
* Fix for Bugzilla Bug 50776 aclement2004-03-051-0/+17
| | | | fail in compiling aspect with overriding method introduction with different throws clause
* Fix for preventing the use of if/target/this/args/cflow/cflowbelow in ↵aclement2004-02-261-0/+58
| | | | DeclareSofts.
* Fix for Bugzilla Bug 51320 aclement2004-02-251-0/+56
| | | | | 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)