summaryrefslogtreecommitdiffstats
path: root/tests/java5/generics
Commit message (Collapse)AuthorAgeFilesLines
...
* fix some glitches in test cases to ensure that these are legal AspectJ ↵acolyer2005-06-024-6/+6
| | | | declarations...
* GenericsWork: ITD testcodeaclement2005-06-0212-0/+136
|
* GenericsWork: new test programs for bug reports.aclement2005-06-014-0/+60
|
* Tests for 87282, 88606aclement2005-05-062-0/+26
|
* Fix for 91053 (Generics): Generics problem with Setaclement2005-05-061-0/+18
|
* Fix for pr91267 (Generics): NPE at EclipseFactory.java:143 when using ↵aclement2005-05-062-0/+28
| | | | generic methods in aspects
* this set of commits teaches the TypeX world about parameterized types. it ↵acolyer2005-04-201-0/+2
| | | | handles passing of parameterized types into the weaver from Eclipse, and back out again. Fixes the ITD and parameterized types issue that shows up in the examples. Much more work to be done in this area of course before M3.
* fix for Bugzilla Bug 84333acolyer2005-03-231-0/+21
| | | | BCException: Bad type name: TypeX.nameToSignature(TypeX.java:635)
* move all java 5 tests out of code and back into .xml files now that we can ↵acolyer2005-02-116-0/+204
compile them properly