Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
aclement 55cd615ec9 optimizations: working with Abraham on these: this one avoids trailing ':' which will create a CP hit more frequently. vor 13 Jahren
..
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...) vor 18 Jahren
bin These class files are *input* to the weaver test cases. vor 20 Jahren
forAsmDelegateTesting feature: Use ASM for non-woven types: testcode vor 18 Jahren
AddNotResidueDynamicHelloWorld.txt 231396: refactoring AspectJ: Due to PMD reported problem in Utility - had to change expected code vor 16 Jahren
AddResidueDynamicHelloWorld.txt 231396: refactoring AspectJ: Due to PMD reported problem in Utility - had to change expected code vor 16 Jahren
AddStateResidueDynamicHelloWorld.txt 231396: refactoring AspectJ: Due to PMD reported problem in Utility - had to change expected code vor 16 Jahren
AfterFancyHelloWorld.txt fix and testcode update for: 151673: after advice sometimes woven incorrectly into strangely formed input bytecode vor 18 Jahren
AfterHelloWorld.txt fix and testcode update for: 151673: after advice sometimes woven incorrectly into strangely formed input bytecode vor 18 Jahren
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. vor 18 Jahren
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. vor 18 Jahren
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. vor 18 Jahren
AfterReturningConversionParamFancyHelloWorld.txt initial version vor 21 Jahren
AfterReturningFancyHelloWorld.txt fix and testcode update for: 151673: after advice sometimes woven incorrectly into strangely formed input bytecode vor 18 Jahren
AfterReturningHelloWorld.txt fix and testcode update for: 151673: after advice sometimes woven incorrectly into strangely formed input bytecode vor 18 Jahren
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. vor 18 Jahren
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. vor 18 Jahren
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. vor 19 Jahren
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. vor 19 Jahren
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. vor 19 Jahren
AfterThrowingParamHelloWorld.txt payback time for all the "kinding" work - only ever generate and match vor 19 Jahren
AnnotatedClass.java Annotation matching. vor 19 Jahren
ArgsAfterReturningFancyHelloWorld.txt fix and testcode update for: 151673: after advice sometimes woven incorrectly into strangely formed input bytecode vor 18 Jahren
ArgsAfterReturningHelloWorld.txt fix and testcode update for: 151673: after advice sometimes woven incorrectly into strangely formed input bytecode vor 18 Jahren
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. vor 18 Jahren
ArgsBeforeAfterHelloWorld.txt fix and testcode update for: 151673: after advice sometimes woven incorrectly into strangely formed input bytecode vor 18 Jahren
AroundAllAndOthersFancyHelloWorld.txt 231396: refactoring AspectJ: Due to PMD reported problem in Utility - had to change expected code vor 16 Jahren
AroundAllAndOthersHelloWorld.txt 231396: refactoring AspectJ: Due to PMD reported problem in Utility - had to change expected code vor 16 Jahren
AroundAllFancyHelloWorld.txt 231396: refactoring AspectJ: Due to PMD reported problem in Utility - had to change expected code vor 16 Jahren
AroundAllHelloWorld.txt 231396: refactoring AspectJ: Due to PMD reported problem in Utility - had to change expected code vor 16 Jahren
AroundAndOthersFancyHelloWorld.txt 231396: refactoring AspectJ: Due to PMD reported problem in Utility - had to change expected code vor 16 Jahren
AroundAndOthersHelloWorld.txt 231396: refactoring AspectJ: Due to PMD reported problem in Utility - had to change expected code vor 16 Jahren
AroundArgsDynamicHelloWorld.txt 231396: refactoring AspectJ: Due to PMD reported problem in Utility - had to change expected code vor 16 Jahren
AroundFancyHelloWorld.txt 231396: refactoring AspectJ: Due to PMD reported problem in Utility - had to change expected code vor 16 Jahren
AroundHelloWorld.txt 231396: refactoring AspectJ: Due to PMD reported problem in Utility - had to change expected code vor 16 Jahren
BeforeFancyHelloWorld.txt test and fixes for 145442 - line number info for stack traces. vor 17 Jahren
BeforeHelloWorld.txt test and fixes for 145442 - line number info for stack traces. vor 17 Jahren
Boo.java Annotation matching. vor 19 Jahren
CflowNonStaticBeforeFancyHelloWorld.txt fix and testcode update for: 151673: after advice sometimes woven incorrectly into strangely formed input bytecode vor 18 Jahren
CflowNonStaticBeforeHelloWorld.txt fix and testcode update for: 151673: after advice sometimes woven incorrectly into strangely formed input bytecode vor 18 Jahren
CflowStateResidueDynamicHelloWorld.txt 231396: refactoring AspectJ: Due to PMD reported problem in Utility - had to change expected code vor 16 Jahren
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. vor 18 Jahren
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. vor 18 Jahren
FieldSet.txt test and fixes for 145442 - line number info for stack traces. vor 17 Jahren
Foo.java Annotation matching. vor 19 Jahren
Goo.java Annotation matching. vor 19 Jahren
Id2FancyHelloWorld.txt payback time for all the "kinding" work - only ever generate and match vor 19 Jahren
Id2HelloWorld.txt payback time for all the "kinding" work - only ever generate and match vor 19 Jahren
IdDummyAspect.txt initial version vor 21 Jahren
IdFancyHelloWorld.txt payback time for all the "kinding" work - only ever generate and match vor 19 Jahren
IdHelloWorld.txt payback time for all the "kinding" work - only ever generate and match vor 19 Jahren
NoResidueDynamicHelloWorld.txt 231396: refactoring AspectJ: Due to PMD reported problem in Utility - had to change expected code vor 16 Jahren
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. vor 18 Jahren
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. vor 18 Jahren
PatternWeaveFancyHelloWorld.txt Picked lowest hanging weave-time performance optimization fruit. vor 20 Jahren
PatternWeaveHelloWorld.txt Picked lowest hanging weave-time performance optimization fruit. vor 20 Jahren
PerSingletonField.txt initial version vor 21 Jahren
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. vor 18 Jahren
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. vor 18 Jahren
Regex.jar initial version vor 21 Jahren
SimpleAnnotation.java Annotation matching. vor 19 Jahren
StateResidueMultiArgHelloWorld.txt 231396: refactoring AspectJ: Due to PMD reported problem in Utility - had to change expected code vor 16 Jahren
StaticEnclosingTjpBeforeHelloWorld.txt optimizations: working with Abraham on these: this one avoids trailing ':' which will create a CP hit more frequently. vor 13 Jahren
StaticTjpBeforeHelloWorld.txt optimizations: working with Abraham on these: this one avoids trailing ':' which will create a CP hit more frequently. vor 13 Jahren
StringResidue1MultiArgHelloWorld.txt 231396: refactoring AspectJ: Due to PMD reported problem in Utility - had to change expected code vor 16 Jahren
StringResidue2MultiArgHelloWorld.txt 231396: refactoring AspectJ: Due to PMD reported problem in Utility - had to change expected code vor 16 Jahren
StringResidue3MultiArgHelloWorld.txt 231396: refactoring AspectJ: Due to PMD reported problem in Utility - had to change expected code vor 16 Jahren
TjpAround2HelloWorld.txt optimizations: working with Abraham on these: this one avoids trailing ':' which will create a CP hit more frequently. vor 13 Jahren
TjpAroundHelloWorld.txt optimizations: working with Abraham on these: this one avoids trailing ':' which will create a CP hit more frequently. vor 13 Jahren
TjpBeforeHelloWorld.txt optimizations: working with Abraham on these: this one avoids trailing ':' which will create a CP hit more frequently. vor 13 Jahren
TraceJarHello.txt 231396: refactoring AspectJ: Due to PMD reported problem in Utility - had to change expected code vor 16 Jahren
build-15.xml Annotation Matching - test code vor 19 Jahren
dummyAspect.jar serialized form of ITD field mungers changed (includes aliases) - jars rebuilt vor 18 Jahren
ltw-acaspects.jar serialized form of ITD field mungers changed (includes aliases) - jars rebuilt vor 18 Jahren
ltw-aspects.jar serialized form of ITD field mungers changed (includes aliases) - jars rebuilt vor 18 Jahren
ltw-classes.jar serialized form of ITD field mungers changed (includes aliases) - jars rebuilt vor 18 Jahren
ltw-deaspects.jar serialized form of ITD field mungers changed (includes aliases) - jars rebuilt vor 18 Jahren
ltw-dwaspects.jar serialized form of ITD field mungers changed (includes aliases) - jars rebuilt vor 18 Jahren
ltw-itdaspects.jar serialized form of ITD field mungers changed (includes aliases) - jars rebuilt vor 18 Jahren
ltw-peraspects.jar serialized form of ITD field mungers changed (includes aliases) - jars rebuilt vor 18 Jahren
ltw-woven.jar serialized form of ITD field mungers changed (includes aliases) - jars rebuilt vor 18 Jahren
megatrace.jar serialized form of ITD field mungers changed (includes aliases) - jars rebuilt vor 18 Jahren
megatrace0easy.jar serialized form of ITD field mungers changed (includes aliases) - jars rebuilt vor 18 Jahren
megatrace0hard.jar serialized form of ITD field mungers changed (includes aliases) - jars rebuilt vor 18 Jahren
megatraceNoweave.jar serialized form of ITD field mungers changed (includes aliases) - jars rebuilt vor 18 Jahren
testcode.jar Annotation matching. vor 19 Jahren
tracing.jar serialized form of ITD field mungers changed (includes aliases) - jars rebuilt vor 18 Jahren
visitor.pointcuts.txt @style if support, parser support for if() / if(true)/ if(false) [might lead to issue with code style to allow "if()" ) vor 19 Jahren
visitor.typepatterns.txt test case for pattern visitor, issue with varargs so test case for Adrian to fix it vor 19 Jahren