]> source.dussan.org Git - aspectj.git/commitdiff
added todo
authoraclement <aclement>
Tue, 10 Jun 2008 02:57:29 +0000 (02:57 +0000)
committeraclement <aclement>
Tue, 10 Jun 2008 02:57:29 +0000 (02:57 +0000)
weaver/src/org/aspectj/weaver/TypeVariable.java

index d5045ecd84e2748c7de33bea15ce8d03fc10a86d..f9e86f49ba77fa85b7915ae7879f42ffd769690c 100644 (file)
@@ -185,6 +185,8 @@ public class TypeVariable {
         */
        public boolean canBeBoundTo(ResolvedType aCandidateType) {
                if (!isResolved) throw new IllegalStateException("Can't answer binding questions prior to resolving");
+               
+               // TODO 2 is this next bit bogus, what is it for?
                if (aCandidateType.isTypeVariableReference()) {
                        return matchingBounds((TypeVariableReferenceType)aCandidateType);
                }