]> source.dussan.org Git - aspectj.git/commitdiff
bug marker
authoraclement <aclement>
Mon, 16 Nov 2009 18:47:29 +0000 (18:47 +0000)
committeraclement <aclement>
Mon, 16 Nov 2009 18:47:29 +0000 (18:47 +0000)
weaver5/java5-src/org/aspectj/weaver/reflect/Java15ReflectionBasedReferenceTypeDelegate.java

index 4178b51f55f7fbfcd8181f538726be4d8525cf30..cdf100cff7a3316e71ffc4b6c33ac39c113aa719 100644 (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;
        }