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 anni fa
..
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 anni fa
bin Moved tests around for avoiding weaving switch infrastructure method 4 anni fa
forAsmDelegateTesting feature: Use ASM for non-woven types: testcode 18 anni fa
AddNotResidueDynamicHelloWorld.txt 231396: refactoring AspectJ: Due to PMD reported problem in Utility - had to change expected code 16 anni fa
AddResidueDynamicHelloWorld.txt 231396: refactoring AspectJ: Due to PMD reported problem in Utility - had to change expected code 16 anni fa
AddStateResidueDynamicHelloWorld.txt 231396: refactoring AspectJ: Due to PMD reported problem in Utility - had to change expected code 16 anni fa
AfterFancyHelloWorld.txt fix and testcode update for: 151673: after advice sometimes woven incorrectly into strangely formed input bytecode 18 anni fa
AfterHelloWorld.txt fix and testcode update for: 151673: after advice sometimes woven incorrectly into strangely formed input bytecode 18 anni fa
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 anni fa
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 anni fa
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 anni fa
AfterReturningConversionParamFancyHelloWorld.txt initial version 21 anni fa
AfterReturningFancyHelloWorld.txt fix and testcode update for: 151673: after advice sometimes woven incorrectly into strangely formed input bytecode 18 anni fa
AfterReturningHelloWorld.txt fix and testcode update for: 151673: after advice sometimes woven incorrectly into strangely formed input bytecode 18 anni fa
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 anni fa
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 anni fa
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 anni fa
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 anni fa
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 anni fa
AfterThrowingParamHelloWorld.txt payback time for all the "kinding" work - only ever generate and match 19 anni fa
AnnotatedClass.java Annotation matching. 19 anni fa
ArgsAfterReturningFancyHelloWorld.txt fix and testcode update for: 151673: after advice sometimes woven incorrectly into strangely formed input bytecode 18 anni fa
ArgsAfterReturningHelloWorld.txt fix and testcode update for: 151673: after advice sometimes woven incorrectly into strangely formed input bytecode 18 anni fa
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 anni fa
ArgsBeforeAfterHelloWorld.txt fix and testcode update for: 151673: after advice sometimes woven incorrectly into strangely formed input bytecode 18 anni fa
AroundAllAndOthersFancyHelloWorld.txt 231396: refactoring AspectJ: Due to PMD reported problem in Utility - had to change expected code 16 anni fa
AroundAllAndOthersHelloWorld.txt 231396: refactoring AspectJ: Due to PMD reported problem in Utility - had to change expected code 16 anni fa
AroundAllFancyHelloWorld.txt - dont't weave synthetic enum helper method for switch 4 anni fa
AroundAllHelloWorld.txt - dont't weave synthetic enum helper method for switch 4 anni fa
AroundAllHelloWorldEnumSwitch.txt - dont't weave synthetic enum helper method for switch 4 anni fa
AroundAndOthersFancyHelloWorld.txt 231396: refactoring AspectJ: Due to PMD reported problem in Utility - had to change expected code 16 anni fa
AroundAndOthersHelloWorld.txt 231396: refactoring AspectJ: Due to PMD reported problem in Utility - had to change expected code 16 anni fa
AroundArgsDynamicHelloWorld.txt 231396: refactoring AspectJ: Due to PMD reported problem in Utility - had to change expected code 16 anni fa
AroundFancyHelloWorld.txt 231396: refactoring AspectJ: Due to PMD reported problem in Utility - had to change expected code 16 anni fa
AroundHelloWorld.txt 231396: refactoring AspectJ: Due to PMD reported problem in Utility - had to change expected code 16 anni fa
BeforeFancyHelloWorld.txt test and fixes for 145442 - line number info for stack traces. 17 anni fa
BeforeHelloWorld.txt test and fixes for 145442 - line number info for stack traces. 17 anni fa
Boo.java Annotation matching. 19 anni fa
CflowNonStaticBeforeFancyHelloWorld.txt fix and testcode update for: 151673: after advice sometimes woven incorrectly into strangely formed input bytecode 18 anni fa
CflowNonStaticBeforeHelloWorld.txt fix and testcode update for: 151673: after advice sometimes woven incorrectly into strangely formed input bytecode 18 anni fa
CflowStateResidueDynamicHelloWorld.txt 231396: refactoring AspectJ: Due to PMD reported problem in Utility - had to change expected code 16 anni fa
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 anni fa
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 anni fa
FieldSet.txt test and fixes for 145442 - line number info for stack traces. 17 anni fa
Foo.java Annotation matching. 19 anni fa
Goo.java Annotation matching. 19 anni fa
Id2FancyHelloWorld.txt payback time for all the "kinding" work - only ever generate and match 19 anni fa
Id2HelloWorld.txt payback time for all the "kinding" work - only ever generate and match 19 anni fa
IdDummyAspect.txt initial version 21 anni fa
IdFancyHelloWorld.txt payback time for all the "kinding" work - only ever generate and match 19 anni fa
IdHelloWorld.txt payback time for all the "kinding" work - only ever generate and match 19 anni fa
NoResidueDynamicHelloWorld.txt 231396: refactoring AspectJ: Due to PMD reported problem in Utility - had to change expected code 16 anni fa
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 anni fa
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 anni fa
PatternWeaveFancyHelloWorld.txt Picked lowest hanging weave-time performance optimization fruit. 20 anni fa
PatternWeaveHelloWorld.txt Picked lowest hanging weave-time performance optimization fruit. 20 anni fa
PerSingletonField.txt initial version 21 anni fa
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 anni fa
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 anni fa
Regex.jar initial version 21 anni fa
SimpleAnnotation.java Annotation matching. 19 anni fa
StateResidueMultiArgHelloWorld.txt 231396: refactoring AspectJ: Due to PMD reported problem in Utility - had to change expected code 16 anni fa
StaticEnclosingTjpBeforeHelloWorld.txt Various changes to get tests passing on 1.8 and 1.9 6 anni fa
StaticTjpBeforeHelloWorld.9.0.txt Updates to better cope with future JDKs 6 anni fa
StaticTjpBeforeHelloWorld.txt Various changes to get tests passing on 1.8 and 1.9 6 anni fa
StringResidue1MultiArgHelloWorld.txt 231396: refactoring AspectJ: Due to PMD reported problem in Utility - had to change expected code 16 anni fa
StringResidue2MultiArgHelloWorld.txt 231396: refactoring AspectJ: Due to PMD reported problem in Utility - had to change expected code 16 anni fa
StringResidue3MultiArgHelloWorld.txt 231396: refactoring AspectJ: Due to PMD reported problem in Utility - had to change expected code 16 anni fa
TjpAround2HelloWorld.9.0.txt Updates to better cope with future JDKs 6 anni fa
TjpAround2HelloWorld.txt Various changes to get tests passing on 1.8 and 1.9 6 anni fa
TjpAroundHelloWorld.9.0.txt Updates to better cope with future JDKs 6 anni fa
TjpAroundHelloWorld.txt Various changes to get tests passing on 1.8 and 1.9 6 anni fa
TjpBeforeHelloWorld.9.0.txt Updates to better cope with future JDKs 6 anni fa
TjpBeforeHelloWorld.txt Various changes to get tests passing on 1.8 and 1.9 6 anni fa
TraceJarHello.txt 231396: refactoring AspectJ: Due to PMD reported problem in Utility - had to change expected code 16 anni fa
build-15.xml Annotation Matching - test code 19 anni fa
dummyAspect.jar serialized form of ITD field mungers changed (includes aliases) - jars rebuilt 18 anni fa
logging.properties mavenizing weaver - wip 5 anni fa
ltw-acaspects.jar serialized form of ITD field mungers changed (includes aliases) - jars rebuilt 18 anni fa
ltw-aspects.jar serialized form of ITD field mungers changed (includes aliases) - jars rebuilt 18 anni fa
ltw-classes.jar serialized form of ITD field mungers changed (includes aliases) - jars rebuilt 18 anni fa
ltw-deaspects.jar serialized form of ITD field mungers changed (includes aliases) - jars rebuilt 18 anni fa
ltw-dwaspects.jar serialized form of ITD field mungers changed (includes aliases) - jars rebuilt 18 anni fa
ltw-itdaspects.jar serialized form of ITD field mungers changed (includes aliases) - jars rebuilt 18 anni fa
ltw-peraspects.jar serialized form of ITD field mungers changed (includes aliases) - jars rebuilt 18 anni fa
ltw-woven.jar serialized form of ITD field mungers changed (includes aliases) - jars rebuilt 18 anni fa
megatrace.jar serialized form of ITD field mungers changed (includes aliases) - jars rebuilt 18 anni fa
megatrace0easy.jar serialized form of ITD field mungers changed (includes aliases) - jars rebuilt 18 anni fa
megatrace0hard.jar serialized form of ITD field mungers changed (includes aliases) - jars rebuilt 18 anni fa
megatraceNoweave.jar serialized form of ITD field mungers changed (includes aliases) - jars rebuilt 18 anni fa
testcode.jar Annotation matching. 19 anni fa
tracing.jar serialized form of ITD field mungers changed (includes aliases) - jars rebuilt 18 anni fa
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 anni fa
visitor.typepatterns.txt test case for pattern visitor, issue with varargs so test case for Adrian to fix it 19 anni fa