aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* test and fix for 147801: rogue bridge methods in a funky configuration.aclement2006-06-218-0/+76
|
* tests and fix for pr147845, generic abstract aspect 3+ deep hierarchiesacolyer2006-06-203-0/+38
|
* 145963: patches from comment #3aclement2006-06-201-0/+23
|
* test and fix for 147701: @DeclareParents: was failing to include package ↵aclement2006-06-202-0/+19
| | | | name for checked exceptions, failing to report when impl class didnt implement interface
* testcode for 147701: @DeclareParentsaclement2006-06-203-0/+76
|
* make the default warning level for my beautiful "warnOnSwallowedExceptions" ↵acolyer2006-06-195-8/+2
| | | | be "ignore"
* fixed decp bug and problem with 1.5 IBM VMaclement2006-06-191-0/+1
|
* skip attribute for line number - confuses mac/linux.aclement2006-06-191-1/+2
|
* testcode and patches for pr141730 comments #13,14: "new handleprovider"aclement2006-06-1911-35/+187
|
* Fix for 139936 "[ltw] WeavingAdaptor.generatedClassesExist() cannot cope ↵mwebster2006-06-157-0/+50
| | | | with additional class weaving"
* Fix build: move createEmptySandbox() from FileUtil back to Ajc to avoid ↵mwebster2006-06-151-2/+2
| | | | JUnit dependency problem in util project
* Make sandbox directories unique among workspaces e.g. ↵mwebster2006-06-151-37/+2
| | | | c:\temp\ajcSandbox\org.aspectj\ajcTes1234.tmp
* 141730: underpinning changes for new handles support. No longer 'leak' ↵aclement2006-06-131-0/+1
| | | | implementation details of the handles out into the rest of the code.
* flag is ON by defaultaclement2006-06-121-3/+3
|
* test and fix for 145963: faulting in aspects coming in as binary inputsaclement2006-06-129-0/+189
|
* synchronization joinpoints: code dump...aclement2006-06-081-2/+2
|
* synchronization joinpoints: and ACTIVATE.....................BOOM!aclement2006-06-081-0/+2
|
* tidied comments.aclement2006-06-081-7/+0
|
* test for 145950aclement2006-06-083-0/+31
|
* 141730 - latest variant of program element signature processingaclement2006-06-071-19/+3
|
* testcode for 145391,145693aclement2006-06-072-1/+20
|
* testcode for 145391,145693aclement2006-06-075-0/+97
|
* some code for 141730 - store type signatures in program elements rather than ↵aclement2006-06-064-3/+157
| | | | processed type names.
* testcode for 145018aclement2006-06-023-1/+53
|
* fix for 120739mwebster2006-06-0111-3/+68
|
* 1.5 API: changed new PrintStream(File, ..) to new PrintStream(new ↵mwebster2006-06-011-1/+2
| | | | FileOutputStream(), ..)
* update license to EPLacolyer2006-06-013-6/+6
|
* update license to EPLacolyer2006-06-0173-141/+141
|
* test and fix for 129282aclement2006-05-311-0/+10
|