Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
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 роки тому