| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
| |
Spring AOP
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Modified test expectation system so it is possible to say
the test cares about one particular message and the rest
do not matter (prefix message string with '*') - crude but
quick.
Polished many places to exploit generics
Upgraded all the tests to work on Java8 - some serious changes
regarding ajdoc on Java8. Hopefully it has stayed backwards
compatible with earlier JDK versions (e.g. if using AspectJ 1.8.3+
with a JDK less than 8) but no explicit testing done for this.
|
|
|
| |
https://bugs.eclipse.org/bugs/show_bug.cgi?id=407494
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
to referencetype
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
and fatal)
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
pointcuts in the same type, in a reflective world...
|
|
|
|
| |
in the java.lang package !!
|
|
|
|
| |
find the pointcut parameter names
|
| |
|
|
|
|
| |
<init> and a return type of 'void'. Fix for 119353
|
| |
|
|
|
|
| |
GenericSignatureInformationProvider allows this to work across both 1.4 and 1.5
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
parseTypePattern in PointcutParser.
|