Browse Source

bug marker

tags/V1_6_7
aclement 14 years ago
parent
commit
1c49dac579

+ 2
- 1
weaver5/java5-src/org/aspectj/weaver/reflect/Java15ReflectionBasedReferenceTypeDelegate.java View File

@@ -115,7 +115,8 @@ public class Java15ReflectionBasedReferenceTypeDelegate extends ReflectionBasedR

public String getDeclaredGenericSignature() {
if (this.genericSignature == null && isGeneric()) {

// BUG? what the hell is this doing - see testcode in MemberTestCase15.testMemberSignatureCreation() and run it
// off a Reflection World
}
return genericSignature;
}

Loading…
Cancel
Save