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