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