| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
type parameter declarations inside the weaver / pattern parser
|
| |
|
| |
|
|
|
|
| |
includes java 5 modules if running in a 1.5 VM.
|
| |
|
| |
|
|
|
|
| |
declarations...
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
AJDT themselves.
|
| |
|
|
|
|
| |
problem where we report errors on empty lines though ?!?
|
|
|
|
| |
can request raw type or parameterized type info.
|
| |
|
|
|
|
| |
parameterized signature.
|
|
|
|
| |
prior to 1.5.0 completion
|
|
|
|
| |
getDeclaredSignature() - not currently used yet ... may yet prove redundant...
|
| |
|
|
|
|
| |
work in progress.
|
|
|
|
| |
progress.
|
|
|
|
| |
in testing
|
| |
|
|
|
|
| |
Have made some of the signature processing generics aware (still work in progress) - also started adding new parsing code for the more complex signatures we are likely to encounter, this is tested but not currently used anywhere. See GenericSignatureParsingTest
|
|
|
|
| |
attached that records the signature pre-erasure. It is accessible through 'getDeclaredSignature()' and is resolved lazily.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
wrong output
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
*TestCase.java
|
| |
|
| |
|
|
|
|
| |
don't run but pass (false positives)
|
|
|
|
| |
load the classes
|
|
|
|
| |
by ant junit
|
| |
|