aboutsummaryrefslogtreecommitdiffstats
path: root/tests/features152
Commit message (Collapse)AuthorAgeFilesLines
* 262509: test and fixaclement2009-01-271-1/+1
|
* AspectJ6: expected results changed as compiler output has changed slightlyaclement2008-01-167-9/+9
|
* test and fix for 168063 - incorrectly tagging a field as transientaclement2007-01-101-1/+1
|
* test and fix for 123423: getWithinTypeName() for ptw aspectsaclement2006-10-181-1/+1
|
* test and fixes for 145442 - line number info for stack traces.aclement2006-09-281-2/+2
|
* fix for problem with transform of static synchronized method on pre Java5.aclement2006-08-032-0/+47
|
* failure when lock()/unlock() used in XML defined pointcut and would require ↵aclement2006-08-023-0/+55
| | | | synchronization transform of a method
* synchronization pointcut problem (see Fourteen.java for info)aclement2006-08-011-0/+46
|
* fix and testcode update for: 151673: after advice sometimes woven ↵aclement2006-07-273-3/+0
| | | | incorrectly into strangely formed input bytecode
* test and fix for 148727 - reverse synthetic changes for aspectOf() and ↵aclement2006-06-281-0/+1
| | | | hasAspect()
* tests and implementation for enh 147711 (use true synthetic attribute/flag ↵acolyer2006-06-242-0/+141
| | | | for aj synthetic members).
* design notes and initial test for "truly synthetic" membersacolyer2006-06-232-0/+87
|
* tests and "fix" for pr148007 - workaround JRockit "goto" bug by generating ↵acolyer2006-06-223-2/+5
| | | | 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.
* synchronization joinpoints: testcodeaclement2006-05-2463-0/+2110