summaryrefslogtreecommitdiffstats
path: root/tests/java5/reflection
Commit message (Collapse)AuthorAgeFilesLines
* merge of changes from 1.5.0 branch into HEADacolyer2005-12-191-2/+2
|
* making the tests more resilient to legitimate cross-vm differencesacolyer2005-12-151-7/+45
|
* fixes inefficient ordering of tests in SignaturePattern (that I ↵acolyer2005-12-142-16/+8
| | | | inadvertantly introduced earlier), and corrects @DeclareParents impl in AJTypeSystem :- fields should NOT be shown, and nor should non-interface members.
* tests and fix for ITDS in AjTypeSystemacolyer2005-12-134-0/+415
|
* tests for parameter name generation in advice annotationsacolyer2005-11-291-0/+27
|
* updated tests and fix for pr116229acolyer2005-11-271-1/+2
|
* tests and fix for pr114332 - reflection api not detecting abstract itdms.acolyer2005-11-212-0/+47
|
* test (passing) for pr113368. Tests for reading compiled pointcuts from ↵acolyer2005-11-212-7/+37
| | | | reflection world.
* tests and fix for pr116229 and pr116755. Also adds support and tests for ↵acolyer2005-11-192-0/+36
parseTypePattern in PointcutParser.