aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* pipeline changes: testcodeaclement2006-07-2613-0/+281
|
* test and fixes for Bug 145963: add injar aspects to the modelaclement2006-07-2510-1/+132
|
* test and fix for Bug 150671: declare error on set of volatile field does not ↵aclement2006-07-253-0/+25
| | | | work
* pr145689 - telling AJDT through the progress monitor (rather than a debug ↵aclement2006-07-241-1/+10
| | | | interface) whether the build was full or incremental.
* Testcases for 145442 "The line number is missing for an advised class."mwebster2006-07-116-4/+108
|
* oopsaclement2006-07-111-1/+1
|
* removing 121805 for now...aclement2006-07-111-1/+1
|
* test for 121805. commented out test for 145442 (not recreated yet)aclement2006-07-114-1/+71
|
* Testcases for Bug 149322 "Change Xlint cantFindType default to warning"mwebster2006-07-1012-60/+117
|
* testcode for 150095: generics binary decpaclement2006-07-103-0/+33
|
* 145018: moved 152>153aclement2006-07-102-10/+0
|
* 145018: moved 152>153aclement2006-07-104-47/+42
|
* Testcase for Bug 149322 "Change Xlint cantFindType default to warning"mwebster2006-07-078-0/+83
|
* test and fix for 148409aclement2006-07-065-2/+45
|
* 149071 testcaseaclement2006-07-062-2/+2
|
* remaining fix for 145693aclement2006-07-061-8/+9
|
* testcode for 149071aclement2006-07-062-0/+28
|
* promoted test 147841 to 153testsaclement2006-07-064-18/+2
|
* look in the right place you foolaclement2006-07-061-1/+1
|
* last patches for 141730aclement2006-07-064-40/+696
|
* pr145693 - fix for part 1aclement2006-07-052-1/+31
|
* moved tests to 153aclement2006-07-055-8/+5
|
* test and fix for 148537aclement2006-07-053-3/+5
|
* test for 148537aclement2006-07-053-0/+13
|
* test and fix for 148693aclement2006-07-052-63/+88
|
* testcode for 149305, 149096, 149305: fix for 149305aclement2006-07-041-1/+68
|
* testcode for 149305, 149096, 149305aclement2006-07-0411-0/+226
|
* change from 149321aclement2006-07-041-4/+4
|
* testcode for new handle provider (pr141730)aclement2006-07-031-0/+211
|
* testcode for new handle provider (pr141730)aclement2006-07-033-0/+69
|
* test and fix for 148737aclement2006-07-033-0/+27
|
* testcode for new handle provider (pr141730)aclement2006-07-0320-0/+298
|
* and away we go ... 1.5.3 testsaclement2006-07-034-0/+76
|
* bit of reordering to Ajc152Tests - and fixed 148972V1_5_2_finalaclement2006-06-281-5/+9
|
* test and fix for 148727 - reverse synthetic changes for aspectOf() and ↵aclement2006-06-285-0/+44
| | | | hasAspect()
* test/fix for 148786: new array joinpoint problem. tiny one line change, ↵aclement2006-06-273-0/+21
| | | | safe for committing post RC.
* another scenario for 148545 - generic return type too.aclement2006-06-263-2/+31
|
* testcode for 148536 and 148537 and 148545aclement2006-06-251-0/+3
|
* testcode for 148545aclement2006-06-255-0/+50
|
* testcode for 148536 and 148537aclement2006-06-254-0/+27
|
* tests and implementation for enh 147711 (use true synthetic attribute/flag ↵acolyer2006-06-245-2/+149
| | | | for aj synthetic members).
* 126167: Fix for @Around problems...aclement2006-06-231-25/+36
|
* 126167: Fix for @Around problems...aclement2006-06-2312-77/+386
|
* testcode for 148285 (commented out)aclement2006-06-231-0/+11
|
* testcode for 148285aclement2006-06-233-0/+100
|
* three more tests for @Aroundaclement2006-06-233-0/+102
|
* unfinished (not sure of expected output) testcase committed for 147841aclement2006-06-234-0/+45
|
* design notes and initial test for "truly synthetic" membersacolyer2006-06-232-0/+87
|
* 148027: dont generate usespointcut relationship (for now...)aclement2006-06-226-13/+87
|
* tests and "fix" for pr148007 - workaround JRockit "goto" bug by generating ↵acolyer2006-06-2210-3/+268
| | | | code closer to that produced by javac when weaving after and after returning. In particular: avoid adding a goto that branches to the next instruction (now replaces that return opcode with a nop instead), and store the return value on the top of the stack in a temp before branching to the after advice dispatch and restore it afterwards.