Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
aclement 55cd615ec9 optimizations: working with Abraham on these: this one avoids trailing ':' which will create a CP hit more frequently. před 13 roky
..
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...) před 18 roky
bin These class files are *input* to the weaver test cases. před 20 roky
forAsmDelegateTesting feature: Use ASM for non-woven types: testcode před 18 roky
AddNotResidueDynamicHelloWorld.txt 231396: refactoring AspectJ: Due to PMD reported problem in Utility - had to change expected code před 16 roky
AddResidueDynamicHelloWorld.txt 231396: refactoring AspectJ: Due to PMD reported problem in Utility - had to change expected code před 16 roky
AddStateResidueDynamicHelloWorld.txt 231396: refactoring AspectJ: Due to PMD reported problem in Utility - had to change expected code před 16 roky
AfterFancyHelloWorld.txt fix and testcode update for: 151673: after advice sometimes woven incorrectly into strangely formed input bytecode před 18 roky
AfterHelloWorld.txt fix and testcode update for: 151673: after advice sometimes woven incorrectly into strangely formed input bytecode před 18 roky
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. před 18 roky
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. před 18 roky
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. před 18 roky
AfterReturningConversionParamFancyHelloWorld.txt initial version před 21 roky
AfterReturningFancyHelloWorld.txt fix and testcode update for: 151673: after advice sometimes woven incorrectly into strangely formed input bytecode před 18 roky
AfterReturningHelloWorld.txt fix and testcode update for: 151673: after advice sometimes woven incorrectly into strangely formed input bytecode před 18 roky
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. před 18 roky
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. před 18 roky
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. před 19 roky
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. před 19 roky
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. před 19 roky
AfterThrowingParamHelloWorld.txt payback time for all the "kinding" work - only ever generate and match před 19 roky
AnnotatedClass.java Annotation matching. před 19 roky
ArgsAfterReturningFancyHelloWorld.txt fix and testcode update for: 151673: after advice sometimes woven incorrectly into strangely formed input bytecode před 18 roky
ArgsAfterReturningHelloWorld.txt fix and testcode update for: 151673: after advice sometimes woven incorrectly into strangely formed input bytecode před 18 roky
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. před 18 roky
ArgsBeforeAfterHelloWorld.txt fix and testcode update for: 151673: after advice sometimes woven incorrectly into strangely formed input bytecode před 18 roky
AroundAllAndOthersFancyHelloWorld.txt 231396: refactoring AspectJ: Due to PMD reported problem in Utility - had to change expected code před 16 roky
AroundAllAndOthersHelloWorld.txt 231396: refactoring AspectJ: Due to PMD reported problem in Utility - had to change expected code před 16 roky
AroundAllFancyHelloWorld.txt 231396: refactoring AspectJ: Due to PMD reported problem in Utility - had to change expected code před 16 roky
AroundAllHelloWorld.txt 231396: refactoring AspectJ: Due to PMD reported problem in Utility - had to change expected code před 16 roky
AroundAndOthersFancyHelloWorld.txt 231396: refactoring AspectJ: Due to PMD reported problem in Utility - had to change expected code před 16 roky
AroundAndOthersHelloWorld.txt 231396: refactoring AspectJ: Due to PMD reported problem in Utility - had to change expected code před 16 roky
AroundArgsDynamicHelloWorld.txt 231396: refactoring AspectJ: Due to PMD reported problem in Utility - had to change expected code před 16 roky
AroundFancyHelloWorld.txt 231396: refactoring AspectJ: Due to PMD reported problem in Utility - had to change expected code před 16 roky
AroundHelloWorld.txt 231396: refactoring AspectJ: Due to PMD reported problem in Utility - had to change expected code před 16 roky
BeforeFancyHelloWorld.txt test and fixes for 145442 - line number info for stack traces. před 17 roky
BeforeHelloWorld.txt test and fixes for 145442 - line number info for stack traces. před 17 roky
Boo.java Annotation matching. před 19 roky
CflowNonStaticBeforeFancyHelloWorld.txt fix and testcode update for: 151673: after advice sometimes woven incorrectly into strangely formed input bytecode před 18 roky
CflowNonStaticBeforeHelloWorld.txt fix and testcode update for: 151673: after advice sometimes woven incorrectly into strangely formed input bytecode před 18 roky
CflowStateResidueDynamicHelloWorld.txt 231396: refactoring AspectJ: Due to PMD reported problem in Utility - had to change expected code před 16 roky
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. před 18 roky
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. před 18 roky
FieldSet.txt test and fixes for 145442 - line number info for stack traces. před 17 roky
Foo.java Annotation matching. před 19 roky
Goo.java Annotation matching. před 19 roky
Id2FancyHelloWorld.txt payback time for all the "kinding" work - only ever generate and match před 19 roky
Id2HelloWorld.txt payback time for all the "kinding" work - only ever generate and match před 19 roky
IdDummyAspect.txt initial version před 21 roky
IdFancyHelloWorld.txt payback time for all the "kinding" work - only ever generate and match před 19 roky
IdHelloWorld.txt payback time for all the "kinding" work - only ever generate and match před 19 roky
NoResidueDynamicHelloWorld.txt 231396: refactoring AspectJ: Due to PMD reported problem in Utility - had to change expected code před 16 roky
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. před 18 roky
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. před 18 roky
PatternWeaveFancyHelloWorld.txt Picked lowest hanging weave-time performance optimization fruit. před 20 roky
PatternWeaveHelloWorld.txt Picked lowest hanging weave-time performance optimization fruit. před 20 roky
PerSingletonField.txt initial version před 21 roky
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. před 18 roky
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. před 18 roky
Regex.jar initial version před 21 roky
SimpleAnnotation.java Annotation matching. před 19 roky
StateResidueMultiArgHelloWorld.txt 231396: refactoring AspectJ: Due to PMD reported problem in Utility - had to change expected code před 16 roky
StaticEnclosingTjpBeforeHelloWorld.txt optimizations: working with Abraham on these: this one avoids trailing ':' which will create a CP hit more frequently. před 13 roky
StaticTjpBeforeHelloWorld.txt optimizations: working with Abraham on these: this one avoids trailing ':' which will create a CP hit more frequently. před 13 roky
StringResidue1MultiArgHelloWorld.txt 231396: refactoring AspectJ: Due to PMD reported problem in Utility - had to change expected code před 16 roky
StringResidue2MultiArgHelloWorld.txt 231396: refactoring AspectJ: Due to PMD reported problem in Utility - had to change expected code před 16 roky
StringResidue3MultiArgHelloWorld.txt 231396: refactoring AspectJ: Due to PMD reported problem in Utility - had to change expected code před 16 roky
TjpAround2HelloWorld.txt optimizations: working with Abraham on these: this one avoids trailing ':' which will create a CP hit more frequently. před 13 roky
TjpAroundHelloWorld.txt optimizations: working with Abraham on these: this one avoids trailing ':' which will create a CP hit more frequently. před 13 roky
TjpBeforeHelloWorld.txt optimizations: working with Abraham on these: this one avoids trailing ':' which will create a CP hit more frequently. před 13 roky
TraceJarHello.txt 231396: refactoring AspectJ: Due to PMD reported problem in Utility - had to change expected code před 16 roky
build-15.xml Annotation Matching - test code před 19 roky
dummyAspect.jar serialized form of ITD field mungers changed (includes aliases) - jars rebuilt před 18 roky
ltw-acaspects.jar serialized form of ITD field mungers changed (includes aliases) - jars rebuilt před 18 roky
ltw-aspects.jar serialized form of ITD field mungers changed (includes aliases) - jars rebuilt před 18 roky
ltw-classes.jar serialized form of ITD field mungers changed (includes aliases) - jars rebuilt před 18 roky
ltw-deaspects.jar serialized form of ITD field mungers changed (includes aliases) - jars rebuilt před 18 roky
ltw-dwaspects.jar serialized form of ITD field mungers changed (includes aliases) - jars rebuilt před 18 roky
ltw-itdaspects.jar serialized form of ITD field mungers changed (includes aliases) - jars rebuilt před 18 roky
ltw-peraspects.jar serialized form of ITD field mungers changed (includes aliases) - jars rebuilt před 18 roky
ltw-woven.jar serialized form of ITD field mungers changed (includes aliases) - jars rebuilt před 18 roky
megatrace.jar serialized form of ITD field mungers changed (includes aliases) - jars rebuilt před 18 roky
megatrace0easy.jar serialized form of ITD field mungers changed (includes aliases) - jars rebuilt před 18 roky
megatrace0hard.jar serialized form of ITD field mungers changed (includes aliases) - jars rebuilt před 18 roky
megatraceNoweave.jar serialized form of ITD field mungers changed (includes aliases) - jars rebuilt před 18 roky
testcode.jar Annotation matching. před 19 roky
tracing.jar serialized form of ITD field mungers changed (includes aliases) - jars rebuilt před 18 roky
visitor.pointcuts.txt @style if support, parser support for if() / if(true)/ if(false) [might lead to issue with code style to allow "if()" ) před 19 roky
visitor.typepatterns.txt test case for pattern visitor, issue with varargs so test case for Adrian to fix it před 19 roky