You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Andy Clement aa4e441fca Moved tests around for avoiding weaving switch infrastructure method 4 lat temu
..
WeavingURLClassLoaderTest fixes for 137235 (contributed by Ron): more intelligent logic for determining if a path entry is a jar/zip (don't just rely on suffix, some new .bndl files seem to be becoming popular...) 18 lat temu
bin Moved tests around for avoiding weaving switch infrastructure method 4 lat temu
forAsmDelegateTesting feature: Use ASM for non-woven types: testcode 18 lat temu
AddNotResidueDynamicHelloWorld.txt 231396: refactoring AspectJ: Due to PMD reported problem in Utility - had to change expected code 16 lat temu
AddResidueDynamicHelloWorld.txt 231396: refactoring AspectJ: Due to PMD reported problem in Utility - had to change expected code 16 lat temu
AddStateResidueDynamicHelloWorld.txt 231396: refactoring AspectJ: Due to PMD reported problem in Utility - had to change expected code 16 lat temu
AfterFancyHelloWorld.txt fix and testcode update for: 151673: after advice sometimes woven incorrectly into strangely formed input bytecode 18 lat temu
AfterHelloWorld.txt fix and testcode update for: 151673: after advice sometimes woven incorrectly into strangely formed input bytecode 18 lat temu
AfterReturningCheckcastParamFancyHelloWorld.txt tests and "fix" for pr148007 - workaround JRockit "goto" bug by generating 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. 18 lat temu
AfterReturningCheckcastParamHelloWorld.txt tests and "fix" for pr148007 - workaround JRockit "goto" bug by generating 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. 18 lat temu
AfterReturningConversionParam.txt tests and "fix" for pr148007 - workaround JRockit "goto" bug by generating 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. 18 lat temu
AfterReturningConversionParamFancyHelloWorld.txt initial version 21 lat temu
AfterReturningFancyHelloWorld.txt fix and testcode update for: 151673: after advice sometimes woven incorrectly into strangely formed input bytecode 18 lat temu
AfterReturningHelloWorld.txt fix and testcode update for: 151673: after advice sometimes woven incorrectly into strangely formed input bytecode 18 lat temu
AfterReturningParamFancyHelloWorld.txt tests and "fix" for pr148007 - workaround JRockit "goto" bug by generating 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. 18 lat temu
AfterReturningParamHelloWorld.txt tests and "fix" for pr148007 - workaround JRockit "goto" bug by generating 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. 18 lat temu
AfterThrowingFancyHelloWorld.txt Fixes for 78021, 79554 - both to do with us breaking the exception table for a method on weaving *if* finally blocks are involved. 19 lat temu
AfterThrowingHelloWorld.txt Fixes for 78021, 79554 - both to do with us breaking the exception table for a method on weaving *if* finally blocks are involved. 19 lat temu
AfterThrowingParamFancyHelloWorld.txt Fixes for 78021, 79554 - both to do with us breaking the exception table for a method on weaving *if* finally blocks are involved. 19 lat temu
AfterThrowingParamHelloWorld.txt payback time for all the "kinding" work - only ever generate and match 19 lat temu
AnnotatedClass.java Annotation matching. 19 lat temu
ArgsAfterReturningFancyHelloWorld.txt fix and testcode update for: 151673: after advice sometimes woven incorrectly into strangely formed input bytecode 18 lat temu
ArgsAfterReturningHelloWorld.txt fix and testcode update for: 151673: after advice sometimes woven incorrectly into strangely formed input bytecode 18 lat temu
ArgsAfterThrowingHelloWorld.txt tests and "fix" for pr148007 - workaround JRockit "goto" bug by generating 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. 18 lat temu
ArgsBeforeAfterHelloWorld.txt fix and testcode update for: 151673: after advice sometimes woven incorrectly into strangely formed input bytecode 18 lat temu
AroundAllAndOthersFancyHelloWorld.txt 231396: refactoring AspectJ: Due to PMD reported problem in Utility - had to change expected code 16 lat temu
AroundAllAndOthersHelloWorld.txt 231396: refactoring AspectJ: Due to PMD reported problem in Utility - had to change expected code 16 lat temu
AroundAllFancyHelloWorld.txt - dont't weave synthetic enum helper method for switch 4 lat temu
AroundAllHelloWorld.txt - dont't weave synthetic enum helper method for switch 4 lat temu
AroundAllHelloWorldEnumSwitch.txt - dont't weave synthetic enum helper method for switch 4 lat temu
AroundAndOthersFancyHelloWorld.txt 231396: refactoring AspectJ: Due to PMD reported problem in Utility - had to change expected code 16 lat temu
AroundAndOthersHelloWorld.txt 231396: refactoring AspectJ: Due to PMD reported problem in Utility - had to change expected code 16 lat temu
AroundArgsDynamicHelloWorld.txt 231396: refactoring AspectJ: Due to PMD reported problem in Utility - had to change expected code 16 lat temu
AroundFancyHelloWorld.txt 231396: refactoring AspectJ: Due to PMD reported problem in Utility - had to change expected code 16 lat temu
AroundHelloWorld.txt 231396: refactoring AspectJ: Due to PMD reported problem in Utility - had to change expected code 16 lat temu
BeforeFancyHelloWorld.txt test and fixes for 145442 - line number info for stack traces. 17 lat temu
BeforeHelloWorld.txt test and fixes for 145442 - line number info for stack traces. 17 lat temu
Boo.java Annotation matching. 19 lat temu
CflowNonStaticBeforeFancyHelloWorld.txt fix and testcode update for: 151673: after advice sometimes woven incorrectly into strangely formed input bytecode 18 lat temu
CflowNonStaticBeforeHelloWorld.txt fix and testcode update for: 151673: after advice sometimes woven incorrectly into strangely formed input bytecode 18 lat temu
CflowStateResidueDynamicHelloWorld.txt 231396: refactoring AspectJ: Due to PMD reported problem in Utility - had to change expected code 16 lat temu
ExtractedFancyHelloWorld.txt tests and "fix" for pr148007 - workaround JRockit "goto" bug by generating 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. 18 lat temu
ExtractedHelloWorld.txt tests and "fix" for pr148007 - workaround JRockit "goto" bug by generating 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. 18 lat temu
FieldSet.txt test and fixes for 145442 - line number info for stack traces. 17 lat temu
Foo.java Annotation matching. 19 lat temu
Goo.java Annotation matching. 19 lat temu
Id2FancyHelloWorld.txt payback time for all the "kinding" work - only ever generate and match 19 lat temu
Id2HelloWorld.txt payback time for all the "kinding" work - only ever generate and match 19 lat temu
IdDummyAspect.txt initial version 21 lat temu
IdFancyHelloWorld.txt payback time for all the "kinding" work - only ever generate and match 19 lat temu
IdHelloWorld.txt payback time for all the "kinding" work - only ever generate and match 19 lat temu
NoResidueDynamicHelloWorld.txt 231396: refactoring AspectJ: Due to PMD reported problem in Utility - had to change expected code 16 lat temu
NonStaticBeforeFancyHelloWorld.txt tests and "fix" for pr148007 - workaround JRockit "goto" bug by generating 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. 18 lat temu
NonStaticBeforeHelloWorld.txt tests and "fix" for pr148007 - workaround JRockit "goto" bug by generating 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. 18 lat temu
PatternWeaveFancyHelloWorld.txt Picked lowest hanging weave-time performance optimization fruit. 20 lat temu
PatternWeaveHelloWorld.txt Picked lowest hanging weave-time performance optimization fruit. 20 lat temu
PerSingletonField.txt initial version 21 lat temu
PerThisNonStaticBeforeFancyHelloWorld.txt tests and "fix" for pr148007 - workaround JRockit "goto" bug by generating 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. 18 lat temu
PerThisNonStaticBeforeHelloWorld.txt tests and "fix" for pr148007 - workaround JRockit "goto" bug by generating 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. 18 lat temu
Regex.jar initial version 21 lat temu
SimpleAnnotation.java Annotation matching. 19 lat temu
StateResidueMultiArgHelloWorld.txt 231396: refactoring AspectJ: Due to PMD reported problem in Utility - had to change expected code 16 lat temu
StaticEnclosingTjpBeforeHelloWorld.txt Various changes to get tests passing on 1.8 and 1.9 6 lat temu
StaticTjpBeforeHelloWorld.9.0.txt Updates to better cope with future JDKs 6 lat temu
StaticTjpBeforeHelloWorld.txt Various changes to get tests passing on 1.8 and 1.9 6 lat temu
StringResidue1MultiArgHelloWorld.txt 231396: refactoring AspectJ: Due to PMD reported problem in Utility - had to change expected code 16 lat temu
StringResidue2MultiArgHelloWorld.txt 231396: refactoring AspectJ: Due to PMD reported problem in Utility - had to change expected code 16 lat temu
StringResidue3MultiArgHelloWorld.txt 231396: refactoring AspectJ: Due to PMD reported problem in Utility - had to change expected code 16 lat temu
TjpAround2HelloWorld.9.0.txt Updates to better cope with future JDKs 6 lat temu
TjpAround2HelloWorld.txt Various changes to get tests passing on 1.8 and 1.9 6 lat temu
TjpAroundHelloWorld.9.0.txt Updates to better cope with future JDKs 6 lat temu
TjpAroundHelloWorld.txt Various changes to get tests passing on 1.8 and 1.9 6 lat temu
TjpBeforeHelloWorld.9.0.txt Updates to better cope with future JDKs 6 lat temu
TjpBeforeHelloWorld.txt Various changes to get tests passing on 1.8 and 1.9 6 lat temu
TraceJarHello.txt 231396: refactoring AspectJ: Due to PMD reported problem in Utility - had to change expected code 16 lat temu
build-15.xml Annotation Matching - test code 19 lat temu
dummyAspect.jar serialized form of ITD field mungers changed (includes aliases) - jars rebuilt 18 lat temu
logging.properties mavenizing weaver - wip 5 lat temu
ltw-acaspects.jar serialized form of ITD field mungers changed (includes aliases) - jars rebuilt 18 lat temu
ltw-aspects.jar serialized form of ITD field mungers changed (includes aliases) - jars rebuilt 18 lat temu
ltw-classes.jar serialized form of ITD field mungers changed (includes aliases) - jars rebuilt 18 lat temu
ltw-deaspects.jar serialized form of ITD field mungers changed (includes aliases) - jars rebuilt 18 lat temu
ltw-dwaspects.jar serialized form of ITD field mungers changed (includes aliases) - jars rebuilt 18 lat temu
ltw-itdaspects.jar serialized form of ITD field mungers changed (includes aliases) - jars rebuilt 18 lat temu
ltw-peraspects.jar serialized form of ITD field mungers changed (includes aliases) - jars rebuilt 18 lat temu
ltw-woven.jar serialized form of ITD field mungers changed (includes aliases) - jars rebuilt 18 lat temu
megatrace.jar serialized form of ITD field mungers changed (includes aliases) - jars rebuilt 18 lat temu
megatrace0easy.jar serialized form of ITD field mungers changed (includes aliases) - jars rebuilt 18 lat temu
megatrace0hard.jar serialized form of ITD field mungers changed (includes aliases) - jars rebuilt 18 lat temu
megatraceNoweave.jar serialized form of ITD field mungers changed (includes aliases) - jars rebuilt 18 lat temu
testcode.jar Annotation matching. 19 lat temu
tracing.jar serialized form of ITD field mungers changed (includes aliases) - jars rebuilt 18 lat temu
visitor.pointcuts.txt @style if support, parser support for if() / if(true)/ if(false) [might lead to issue with code style to allow "if()" ) 19 lat temu
visitor.typepatterns.txt test case for pattern visitor, issue with varargs so test case for Adrian to fix it 19 lat temu