aboutsummaryrefslogtreecommitdiffstats
path: root/tests/java5
Commit message (Collapse)AuthorAgeFilesLines
...
* Readded test, order fixed via precedenceaclement2005-06-091-0/+2
|
* test for if @style - a todo for Adrianavasseur2005-06-092-24/+18
|
* Tests for 98901: annotation copying on public ITDsaclement2005-06-081-0/+46
|
* Tests and fixes for 98901: annotation copying on public ITDsaclement2005-06-082-0/+66
|
* Improved generic ITD tests.aclement2005-06-083-2/+5
|
* finally fixed 75442+78383, impl a visitor pattern in patterns package, ↵avasseur2005-06-071-0/+1
| | | | turned on LTWperClause tests (clean up will follow, just want this visitor in for now)
* perClause inheritance in @AJ (in ajdt module), fixed FIXME AVavasseur2005-06-034-0/+116
|
* 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
|
* test case fixavasseur2005-05-312-3/+2
|
* @AJ aspect inheritance and static pc refavasseur2005-05-313-0/+87
|
* #96371 META-INF/aop.xml lookup fix + testavasseur2005-05-303-9/+3
|
* moved bcel things to bcel package in weaver, deow test + fix for @AJavasseur2005-05-201-0/+41
|
* deow @AJ + @AfterXX annotation warnings + test + JDWP sample for LTW tests + ↵avasseur2005-05-192-4/+35
| | | | some AJ5 doc fix
* LTW and around inling test for code styleavasseur2005-05-174-0/+143
|
* aspects are reweavable by default, fixed issue in (AJC + LTW + Inlining + @AJ)avasseur2005-05-176-73/+107
|
* added test entries instead of autowiredtest for Andy sake, fix 1.4 ↵avasseur2005-05-131-1/+1
| | | | dependancies in loadtime module and util module
* Fix and tests for pr84312: runtime retention checking. From Andrew Huff.aclement2005-05-121-18/+23
|
* remove bad _IDE folder instead of bin/ that leads to odd side effects, add ↵avasseur2005-05-111-1/+1
| | | | tools.jar to tests .classpath module for LTW tests using AntSpec
* fix LTW testavasseur2005-05-112-1/+11
|
* fix 75442 thru lateTypeMungers, currently @AJaspectOf and perObject are ↵avasseur2005-05-106-103/+169
| | | | lateTypeMungers. new LTW tests, some fix in the LTW test error reporting
* tests and fixes for 93345 and static imports. From Andrew Huff.aclement2005-05-091-0/+9
|
* 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
* LTW modules + AntSpec to test LTW in the sandbox + code cleanup in my FIXME ↵avasseur2005-05-044-4/+95
| | | | + fix in error handling when no debug info can be read from @Aj aspect (many files modified since refactored IMessageHanlder for LTW dontIgnore method)
* @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 ↵avasseur2005-04-281-0/+103
| | | | | | within the advice splitted ajc150 xml test file
* fix some build. Move AspectJrt5 test to AllTest15. Add weaver checks for @AJ ↵avasseur2005-04-2611-0/+123
| | | | annotations + tests from Andy H
* 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 ↵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.
* commented jar target from bcel-builder/build.xml since broken (can someone ↵avasseur2005-04-201-0/+1
| | | | | | | comment ?) impl @Aspect("issingleton") fixed error reporting on readPerClause from @AJ
* Fix for pr92053: atargs causes a VerifyError: Unable to pop operand off an ↵aclement2005-04-201-0/+23
| | | | empty stack
* fix for Bugzilla Bug 91858acolyer2005-04-201-0/+7
| | | | | | NullPointerException when declare @type is spelt with capital letter patch submitted by Andrew Huff
* 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
| | | | BCException: Bad type name: TypeX.nameToSignature(TypeX.java:635)
* reworked, temporarily commented out the MethodSignature stuff as it ↵aclement2005-03-231-26/+26
| | | | misbehaves for me.
* 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 ↵acolyer2005-03-221-0/+20
| | | | signature does not match on the varargs declared method
* 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
|