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