| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
|
|
|
| |
disjunctions during pointcut rewriting.
|
|
|
|
| |
type (1.4)
|
|
|
|
| |
type (1.4)
|
| |
|
|
|
|
| |
that are affected when compiling at 1.4/1.5 level.
|
|
|
|
| |
optimized too, doesnt build the declaring type twice.
|
| |
|
| |
|
| |
|
|
|
|
| |
arrays. (pr109728)
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
final abstract class.
|
|
|
|
| |
on a 1.2.1 library): fixed the ordering back to what it was for 1.2.1 - shouldn't have moved NONE as it represents an empty pointcut expression (e.g. 'pointcut ffdcScope();' which is valid) - without this change to the old ordering we were interpreting 20 (which is what the FFDC pointcut had written out) as @args and then choking on processing it.
|
|
|
|
| |
on a 1.2.1 library): made reading of a type pattern realise it shouldn't look for a varargs flag if processing a pre 1.5 pattern.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
and tries to create raw types all the time, but Christopher Robin kindly explains that raw types should only be created in -1.5 mode.
|
|
|
|
| |
generic collection erroneously casting to aspect (declaring) type, not owning (target) type.
|
| |
|
|
|
|
| |
when finding declares
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
members representing methods in EclipseSourceTypes
|
| |
|
| |
|
| |
|
|
|
|
| |
synthetic arguments
|
|
|
|
| |
pointcut has a private matching pointcut, then use that rather than any with the same name in a sub-aspect.
|
|
|
|
| |
pass in the actual declaring type of the member owning the pointcut reference.
|
|
|
|
| |
to a pointcut
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
generated for pointcuts
|
|
|
|
| |
generate synchronized members for implementing classes, but not for the interface itself.
|
| |
|