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