| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
|
|
|
| |
Committing source changes and testcase.
|
| |
|
|
|
|
| |
the compiler... will it work ...
|
| |
|
|
|
|
| |
polymorphism
|
|
|
|
| |
adding tests that will only run on 1.5
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
java.lang.Class
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
was setting the world correctly for certain types and you'd get an NPE).
|
| |
|
|
|
|
| |
modifiers.
|
| |
|
| |
|
|
|
|
| |
a method on weaving *if* finally blocks are involved.
|
|
|
|
| |
binary aspect form
|
| |
|
|
|
|
| |
AspectJ5 (AJ1.2.1 had version 1.0)
|
| |
|
|
|
|
| |
warnings about changes to serialveruid even if a decp implements was going to fail - we no longer put out this misleading warning.
|
|
|
|
| |
decp at source time, once when applying it at weave time. Now removed the reporting at source time.
|
| |
|
| |
|
| |
|
|
|
|
| |
order processing. Before weaving decp on type A, we look at supertypes and superinterfaces of A.
|
|
|
|
| |
the DECP to proceed.
|
| |
|
|
|
|
| |
number here.
|
| |
|
| |
|
|
|
|
| |
don't get an error here.
|
| |
|
|
|
|
| |
and don't put out weaving messages for decp.
|
|
|
|
| |
the type hierarchy before we munge it up. In ClassFile we generate code for the original hierarchy rather than any munged variant. (this gets fixed up later when decp is done at weave time)
|
|
|
|
| |
Annotation matching using within() PCD doesn't appear to be working.
|