summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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.
* test and fix for 86903aclement2005-11-032-13/+20
|
* test and fix for 86903aclement2005-11-037-10/+50
|
* possibly useful method being added ... investigating using it for 86903aclement2005-11-031-0/+15
|
* fixing a problem that services in the debugger when toString fails NPE!aclement2005-11-031-1/+1
|
* test for 114343 (see comment #5): another potential caseaclement2005-11-035-0/+88
|
* fix for latest variant of 114343 (see comment #5): around advice on method ↵aclement2005-11-039-7/+88
| | | | returning type variable.
* test and fix for pr114744aclement2005-11-024-2/+23
|
* Matthews patch for 113510aclement2005-11-021-40/+5
|
* pr93253: lazytjp the default. removed mention of lazytjp.aclement2005-11-011-9/+2
|
* pr93253: lazytjp the defaultaclement2005-11-0111-23/+263
|
* wasnt setting the defaults if nothing supplied.aclement2005-11-011-1/+3
|
* pr105479: fix. And so it begins ... the dreaded complex bridge method ↵aclement2005-11-011-2/+194
| | | | mechanism. (pr108101)
* pr105479: new testcaseaclement2005-11-012-4/+16
|
* pr105479: reorganized testcases.aclement2005-11-015-0/+35
|
* helpersaclement2005-11-011-0/+14
|
* test and fix for pr114343aclement2005-11-019-4/+71
|
* new testaclement2005-11-011-3/+8
|
* some nastiness removed from the testcases (co-dependant decps) - see pr112105aclement2005-11-011-21/+6
|