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