Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
aclement 55cd615ec9 optimizations: working with Abraham on these: this one avoids trailing ':' which will create a CP hit more frequently. 13 лет назад
..
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 These class files are *input* to the weaver test cases. 20 лет назад
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 231396: refactoring AspectJ: Due to PMD reported problem in Utility - had to change expected code 16 лет назад
AroundAllHelloWorld.txt 231396: refactoring AspectJ: Due to PMD reported problem in Utility - had to change expected code 16 лет назад
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 optimizations: working with Abraham on these: this one avoids trailing ':' which will create a CP hit more frequently. 13 лет назад
StaticTjpBeforeHelloWorld.txt optimizations: working with Abraham on these: this one avoids trailing ':' which will create a CP hit more frequently. 13 лет назад
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.txt optimizations: working with Abraham on these: this one avoids trailing ':' which will create a CP hit more frequently. 13 лет назад
TjpAroundHelloWorld.txt optimizations: working with Abraham on these: this one avoids trailing ':' which will create a CP hit more frequently. 13 лет назад
TjpBeforeHelloWorld.txt optimizations: working with Abraham on these: this one avoids trailing ':' which will create a CP hit more frequently. 13 лет назад
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 лет назад
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 лет назад