summaryrefslogtreecommitdiffstats
path: root/tests/java5
Commit message (Expand)AuthorAgeFilesLines
* @AJ around inline + test, fix a bug in BcelClassWeaver on my wayavasseur2005-05-031-0/+108
* PTW perClause for @AJ + perClause testavasseur2005-05-022-7/+169
* it's a whole new compiler in there...acolyer2005-04-292-5/+24
* inlining of around for @AJ works unless non public member accessed from withi...avasseur2005-04-281-0/+103
* fix some build. Move AspectJrt5 test to AllTest15. Add weaver checks for @AJ ...avasseur2005-04-2611-0/+123
* test cases for @AspectJ visitorsacolyer2005-04-2529-11/+537
* @AJ annotation are runtime visible, fixed all licenses from branch for EPLavasseur2005-04-2210-50/+90
* this set of commits teaches the TypeX world about parameterized types. it han...acolyer2005-04-201-0/+2
* commented jar target from bcel-builder/build.xml since broken (can someone co...avasseur2005-04-201-0/+1
* Fix for pr92053: atargs causes a VerifyError: Unable to pop operand off an em...aclement2005-04-201-0/+23
* fix for Bugzilla Bug 91858acolyer2005-04-201-0/+7
* removed issingleton - causes crashaclement2005-04-191-1/+1
* From branch: @AJ test materialaclement2005-04-1912-0/+980
* Andrew Huffs test programs for @AJaclement2005-04-1944-0/+498
* fix for Bugzilla Bug 84333acolyer2005-03-231-0/+21
* reworked, temporarily commented out the MethodSignature stuff as it misbehave...aclement2005-03-231-26/+26
* test and fix for handling a *... varargs patternacolyer2005-03-231-0/+11
* Fix for Bugzilla Bug 88652: an array type as the last parameter in a signatur...acolyer2005-03-221-0/+20
* Declare annotation with ITDs: testcodeaclement2005-03-177-0/+252
* fix for missing syntax error on execution((@XXX *) Foo.new(..))acolyer2005-03-141-0/+21
* the "challenge Andy" mother of all dec @xxx tests.acolyer2005-03-111-0/+183
* added test for declare @constructoracolyer2005-03-111-0/+8
* fixes for annotation type pattern bugs uncovered in 150 testsacolyer2005-03-102-6/+6
* Declare annotation: tons of testcodeaclement2005-03-1048-0/+713
* fixes for annotation type pattern bugs uncovered in 150 testsacolyer2005-03-1017-9/+17
* fix for varargs example in AJDK - 9 failing tests now left in Ajc150...acolyer2005-03-091-0/+1
* remove accidental 1.5 dependency in tests moduleacolyer2005-03-091-1/+13
* completing the set of AJDK examples coded up as test casesacolyer2005-03-0911-0/+348
* test cases from ajdk:annotations chapteracolyer2005-03-0927-0/+576
* @xxx(@Foo) -> @xxx(Foo)acolyer2005-02-1710-29/+29
* Updated with suppression attribute for non-matching advice.aclement2005-02-179-12/+18
* SuppressAjWarnings test.aclement2005-02-175-0/+71
* support for annotations on ITDs, and declare annotationacolyer2005-02-179-0/+153
* Testcases for @within() and @withincode() binding.aclement2005-02-173-0/+134
* move all java 5 tests out of code and back into .xml files now that we can co...acolyer2005-02-1110-10/+254
* Tests for 2 new annotation bugs: (1) Using the pattern '@Annotation *' in dec...aclement2005-02-114-0/+34
* Testcases and fix for using @target() when the annotation is in a package.aclement2005-02-073-0/+27
* Annotation Binding: testcases for @this/@args and one for using named pointcu...aclement2005-02-0311-0/+462
* Annotation Binding - more test data.aclement2005-02-011-0/+15
* Annotation Binding - more test data.aclement2005-02-0110-0/+408
* Tests for static method call/execution with @annotationaclement2005-01-311-0/+28
* No longer a restriction.aclement2005-01-311-10/+11
* AnnotationBinding testcases: call and execution. Also verifies annotations i...aclement2005-01-3116-0/+556
* Fix to ensure woven methods don't lose their annotations.aclement2005-01-242-0/+32
* PerTypeWithin: Test dataaclement2005-01-1813-0/+277
* java 5 supportacolyer2005-01-171-1/+3
* test cases and fix for Bugzilla Bug 81863acolyer2005-01-052-1/+1
* extra test resources for within(@Foo *) testsacolyer2005-01-052-0/+41
* forgot to check in this updated java 5 jar for test casesacolyer2004-12-161-0/+0
* it is now safe to short-circuit in and/or pc matching (all side-effects removed)acolyer2004-12-161-2/+7