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