]> source.dussan.org Git - aspectj.git/commitdiff
242797
authoraclement <aclement>
Thu, 7 Aug 2008 18:19:23 +0000 (18:19 +0000)
committeraclement <aclement>
Thu, 7 Aug 2008 18:19:23 +0000 (18:19 +0000)
weaver/src/org/aspectj/weaver/ReferenceType.java

index aab1bfa2303ff5400751cc3846b156457c54344d..644c4528aa00f9fe7d101f84122da16d1f89ac0c 100644 (file)
@@ -358,7 +358,7 @@ public class ReferenceType extends ResolvedType {
                if (other.isTypeVariableReference()) {
                        TypeVariableReferenceType otherType = (TypeVariableReferenceType) other;
                        if (this instanceof TypeVariableReference) {
-                               return ((TypeVariableReference)this).getTypeVariable().canBeBoundTo(otherType.getTypeVariable().getFirstBound().resolve(world));// pr171952
+                               return ((TypeVariableReference)this).getTypeVariable().resolve(world).canBeBoundTo(otherType.getTypeVariable().getFirstBound().resolve(world));// pr171952
 //                             return ((TypeVariableReference)this).getTypeVariable()==otherType.getTypeVariable();
                        } else {
                            // FIXME asc should this say canBeBoundTo??