summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* tests and fix for pr112756 - use of assert/enum as "identifier" in pointcut ↵acolyer2005-11-095-0/+55
| | | | expression.
* tests for pr104220 - poor toString implementations for adviceexecution join ↵acolyer2005-11-083-0/+45
| | | | points.
* fix for pr104220 - poor toString implementations for adviceexecution join ↵acolyer2005-11-085-5/+19
| | | | points.
* some useful AST testsaclement2005-11-081-0/+13
|
* fix for pr112830, tolerate variations on "aspectjrt.jar" for Maven.acolyer2005-11-081-5/+12
|
* patch from helen to ensure the tests tidy up after themselves.aclement2005-11-082-4/+27
|
* testcode and fix for pr114005: copying annotations to ITDfs on interfaces.aclement2005-11-085-4/+99
|
* For bridge method support - make backing generic member accessible.aclement2005-11-083-0/+19
|
* Second patch from 95516 (ant support for -outxml) - patch from Matthewaclement2005-11-083-0/+53
|
* final part of fix for pr115038aclement2005-11-082-8/+4
|
* organized importsaclement2005-11-081-1/+0
|
* Fixed Bugzilla Bug 113554: support ajsym file generation for command line buildsmkersten2005-11-081-0/+6
|
* Fixed Bugzilla Bug 113554: support ajsym file generation for command line buildsmkersten2005-11-088-2/+105
|
* Helens changes to ensure these tidy up after themselves and avoid ↵aclement2005-11-073-2/+18
| | | | synchronization being a pain.
* bridging tests.aclement2005-11-071-0/+6
|
* bridging tests.aclement2005-11-074-0/+38
|
* Switch to using a parser that should be around on 1.4.aclement2005-11-071-6/+7
|
* test X - matches the spec in the AJDK (work for 112105)aclement2005-11-074-0/+181
|
* test X - matches the spec in the AJDK (work for 112105)aclement2005-11-074-2/+184
|
* test for pr113531. test patch is from Helen. Currently commented out in ↵aclement2005-11-076-1/+54
| | | | MultiProjectIncrementalTests
* tidy up after finishing.aclement2005-11-071-0/+9
|
* fix for 95516 (-outxml / -outxmlfile) - from Matthew.aclement2005-11-078-0/+34
|
* #114897 notreweavable is default on LTW - by Matthew Webster.avasseur2005-11-073-6/+6
|
* fixes for 112783 and 113066aclement2005-11-072-0/+0
|
* tests for 112783 and 113066aclement2005-11-078-6/+35
|
* canBeBoundTo fix for isAssignable.aclement2005-11-071-1/+2
|
* fix for 95516 (-outxml / -outxmlfile) - from Matthew.aclement2005-11-0713-5/+310
|
* #114875 cannot reproduce NPE in @AJ abstract aspectavasseur2005-11-074-1/+72
|
* aspects/include handling and doc update as per #115275avasseur2005-11-078-21/+81
|
* testcode for pr113066aclement2005-11-074-0/+14
|
* moved 1.5 dependency to 1.5 module!aclement2005-11-042-2/+7
|
* Fix for pr90143: I'm on fire today ;)aclement2005-11-043-11/+22
|
* with the change in LTW to default to the same version as the runtime VM (ie ↵acolyer2005-11-0410-4/+50
| | | | java 5 in this case), many LTW tests were failing with Xlint:adviceDidNotMatch messages that previously were not issued. These commits sprinkle @SuppressAjWarnings annotations liberally around to stop that from happening.
* tests for pr73050 :- support for isAnonymous and name pattern matching that ↵acolyer2005-11-043-0/+33
| | | | now only matches "*" against anonymous types
* fix for pr73050 :- support for isAnonymous and name pattern matching that ↵acolyer2005-11-047-10/+37
| | | | now only matches "*" against anonymous types
* pr73050 - added support for isAnonymousacolyer2005-11-041-0/+5
|
* relegate adviceDidNotMatch to info for LTW unless explicitly set as an ↵acolyer2005-11-041-1/+2
| | | | option - don't want this warning coming out by default??
* add support and tests for isAnonymous in JavaClassacolyer2005-11-047-1/+93
|
* oops!aclement2005-11-041-0/+26
|
* testcode and fix for pr112476: binary weaving decpaclement2005-11-048-4/+72
|
* test and fix for pr115038aclement2005-11-044-29/+23
|
* fix for 103741 - use of java 5 specific language features now policed at < ↵acolyer2005-11-0413-1/+83
| | | | 1.5 source level
* tests for 103741 - use of java 5 specific language features now policed at < ↵acolyer2005-11-043-0/+61
| | | | 1.5 source level
* autodetect java version and configure world accordingly (now that aj is ↵acolyer2005-11-041-1/+4
| | | | stricter about not allowing java 5 features at < 1.5 level, this was needed for some LTW tests to pass too)
* bug 102479 example for getting messages from ajc programmaticallywisberg2005-11-041-1/+22
|
* risky... what about '-Xlint:warning'aclement2005-11-041-1/+1
|
* fix for pr62606 - raises a lint warning when itdc does not contain an ↵acolyer2005-11-031-0/+50
| | | | explicit call to a constructor. Can be suppressed using @SuppressAjWarnings
* make sure the harness translates path separators for those of us working on ↵acolyer2005-11-032-0/+8
| | | | superior platforms ;)
* new Lint warning for pr62606 - warns when an ITDC does not contain an ↵acolyer2005-11-032-2/+6
| | | | explicit constructor call.
* tests for pr62606 - itdcs don't run field initialisers in target type. ↵acolyer2005-11-0343-65/+117
| | | | Largely updates to existing tests to cope with new Lint warning.