summaryrefslogtreecommitdiffstats
path: root/tests/src/org
Commit message (Collapse)AuthorAgeFilesLines
* Fix for problem introduced when checking contents of dirs on the classpath ↵aclement2005-04-051-0/+25
| | | | for changes. (see PR85297)
* new tests for ASM testing of declare annotation targetting ITDsaclement2005-03-244-13/+104
|
* added test for pr83645 into suiteacolyer2005-03-242-1/+10
|
* Enhancement 88862: declare annotation hitting ITDs.aclement2005-03-233-21/+161
|
* fix for Bugzilla Bug 84333acolyer2005-03-233-0/+37
| | | | BCException: Bad type name: TypeX.nameToSignature(TypeX.java:635)
* not useful anymoreaclement2005-03-231-21/+0
|
* fix for Bug 84122 - Allow aspectPath to contain directoriesacolyer2005-03-232-1/+15
|
* test and fix for handling a *... varargs patternacolyer2005-03-232-0/+11
|
* Fix for Bugzilla Bug 88652: an array type as the last parameter in a ↵acolyer2005-03-222-0/+11
| | | | signature does not match on the varargs declared method
* fix for missing syntax error on execution((@XXX *) Foo.new(..))acolyer2005-03-142-1/+11
| | | | ^^^
* test cases for Bugzilla Bug 42743: declare soft limitationacolyer2005-03-142-1/+28
|
* the "challenge Andy" mother of all dec @xxx tests.acolyer2005-03-112-0/+42
|
* Guard test execution on 1.5 vm level.aclement2005-03-111-30/+33
|
* added test for declare @constructoracolyer2005-03-111-5/+7
|
* Declare annotation: all the XML specs for the testsaclement2005-03-101-12/+699
|
* Declare annotation: Buckets of test cases!aclement2005-03-101-0/+322
|
* temporarily removed one test... until parser reopened for next compiler ↵aclement2005-03-101-3/+4
| | | | integration.
* Declare annotation: add the 50 odd tests in.aclement2005-03-101-0/+1
|
* fix for Bugzilla Bug 87376acolyer2005-03-102-0/+11
| | | | NPE when unresolved type of a bound var in a pointcut expression (EclipseFactory.java:224)
* fixes for annotation type pattern bugs uncovered in 150 testsacolyer2005-03-101-4/+6
|
* fixes for annotation type pattern bugs uncovered in 150 testsacolyer2005-03-101-13/+14
|
* fix for varargs example in AJDK - 9 failing tests now left in Ajc150...acolyer2005-03-091-4/+4
|
* remove accidental 1.5 dependency in tests moduleacolyer2005-03-092-19/+2
|
* completing the set of AJDK examples coded up as test casesacolyer2005-03-095-0/+117
|
* test cases from ajdk:annotations chapteracolyer2005-03-092-19/+198
|
* SuppressAjWarnings test.aclement2005-02-174-5/+66
|
* remove syserracolyer2005-02-171-1/+0
|
* only inspect results if test could runacolyer2005-02-171-8/+10
|
* support for annotations on ITDs, and declare annotationacolyer2005-02-173-1/+141
|
* Testcases for @within() and @withincode() binding.aclement2005-02-172-0/+37
|
* organized importsaclement2005-02-161-5/+0
|
* move all java 5 tests out of code and back into .xml files now that we can ↵acolyer2005-02-1123-1138/+1300
| | | | compile them properly
* Tests for 2 new annotation bugs: (1) Using the pattern '@Annotation *' in ↵aclement2005-02-111-0/+21
| | | | declare parents wasn't working (2) Using an annotation without importing it was causing the compiler to go bang.
* Testcases and fix for using @target() when the annotation is in a package.aclement2005-02-071-0/+8
|
* New annotation binding tests for @args, @this. Also test for 84290.aclement2005-02-031-1/+83
|
* Delete unnecessary printingaclement2005-02-032-2/+2
|
* Annotation Binding - now complete for @annotation (for *all* kinded PCDs)Root_AspectJ5_Developmentaclement2005-02-011-10/+82
|
* Tests for static method call/execution with @annotationaclement2005-01-311-0/+7
|
* Removed test that verified restriction on binding annotationsaclement2005-01-311-5/+7
|
* Added new tests for annotation bindingaclement2005-01-311-0/+1
|
* Annotation binding tests: @target and call/@annotation and execution/@annotationaclement2005-01-311-0/+147
|
* Fix for Bug 83645: pertypewithin({interface}) illegal field modifieraclement2005-01-271-2/+8
| | | | - moving Wes' test to the regression set.
* tests for PR48650 partial workaround - ughwisberg2005-01-272-0/+74
|
* Fix for Bug 83563: pertypewithin() handling of inner classesaclement2005-01-251-0/+12
|
* Fix to ensure woven methods don't lose their annotations.aclement2005-01-246-82/+139
|
* Fix for Bug 83303: complier error when mixing inheritance, overriding and ↵aclement2005-01-201-0/+5
| | | | polymorphism
* Get enum value fields to work in the ASM. Plus test reorg as we are now ↵aclement2005-01-206-0/+103
| | | | adding tests that will only run on 1.5
* Fix for Bug 82570: Weaved code does not include debug linesaclement2005-01-191-0/+54
|
* PerTypeWithin support.aclement2005-01-182-6/+152
|
* java 5 supportacolyer2005-01-176-14/+30
|