| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
| |
Inconsistency in scoping of protected members in ITDs
|
| |
|
|
|
|
| |
ITD name clashes with private members
|
|
|
|
| |
proper handling of ExceptionInIntializer inside <clinit> in presence of after throwing advice
|
|
|
|
|
| |
Bugzilla Bug 67578: Privileged Aspect Access Problem Across Packages
Bugzilla Bug 67579: NPE on privileged aspect error
|
|
|
|
| |
NoSuchMethodError calling private method from around advice in inner aspect
|
|
|
|
| |
scope for intertype methods
|
|
|
|
| |
Compile time declarations (warning and error) do not accept string concatenation (with +)
|
|
|
|
| |
intertype initialisers should match field set pointcuts
|
| |
|
|
|
|
| |
ITDs on inner classes should be static contexts
|
|
|
|
| |
ajc crashes when compiling the following program (binding this() and target())
|
|
|
|
| |
proceed used as method name in around advice
|
| |
|
|
|
|
| |
Weaver fails in BCEL for large classe
|
| |
|
|
|
|
|
| |
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
|
|
|
|
| |
added in docs dir.
|
|
|
|
| |
NPE, Incorrect XLint:unmatchedSuperTypeInCall warning
|
|
|
|
| |
Nullpointer-exception in pointcuts using withincode() clause
|
|
|
|
| |
Front-end bug, shouldn't allow patterns of the form foo.., should be foo..*
|
|
|
|
| |
ClassCastException at BcelRenderer.java:16
|
|
|
|
| |
java.lang.NullPointerException in WeaverMessageHandler class
|
|
|
|
| |
Hiding of Instance Methods by static methods
|
|
|
|
| |
"can't bind type" message has $ for . in type name for declare soft
|
|
|
|
| |
compiler aborts with "conflicting dominates orders" with circular declare precedences
|
|
|
|
| |
by XLint:invalidAbsoluteTypeName
|
|
|
|
| |
An if() pointcut inside a perthis() clause causes an ABORT - null pointer exception in ajc
|
|
|
|
| |
false ambigous binding error (introduced in 1.2rc2)
|
|
|
|
| |
error message for constructor-execution pcd
|
|
|
|
| |
wrong variable binding in || pointcuts
|
|
|
|
| |
nested uses of this() inside constructors not handled properly for initialization and preinitialization pointcuts
|
|
|
|
| |
InterTypeMethodDeclaration.java:104
|
|
|
|
| |
NPE in compiler when using (an unusual) declare warning against a ctor ITD
|
|
|
|
| |
NPE when binary weaving a ctor ITD.
|
|
|
|
| |
Regression from 1.1: NPE in CompilationResult
|
|
|
|
|
| |
NPE when creating declare messages
[Modified XML to build debug/nondebug variants of the library]
|
| |
|
|
|
|
| |
error Type mismatch: cannot convert from java.lang.String to java.lang.String
|
|
|
|
| |
declare precedence on a class should be a compile-time error
|
|
|
|
| |
Private members introduced via an interface are visible to the class
|
| |
|
|
|
|
| |
weaving from an input jar into that same jar.
|
|
|
|
|
| |
Support SerialVersionUID field if no new fields declared on class
(Regenerated with BcweaverJarMaker)
|
|
|
|
| |
Introduce Unknown Type to class causes Null pointer exception
|
|
|
|
| |
retitle warning to "circular {advice} dependency at ..."
|
|
|
|
| |
-deprecation not working
|
|
|
|
| |
fail in compiling aspect with overriding method introduction with different throws clause
|
|
|
|
| |
DeclareSofts.
|
|
|
|
|
| |
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)
|