Browse Source

additional diagnostic info

tags/V1_8_9
Andy Clement 8 years ago
parent
commit
bead7e3a57

+ 1
- 1
org.aspectj.matcher/src/org/aspectj/weaver/AbstractReferenceTypeDelegate.java View File

@@ -112,7 +112,7 @@ public abstract class AbstractReferenceTypeDelegate implements ReferenceTypeDele
} else {
throw new BCException("Whilst processing type '" + this.resolvedTypeX.getSignature()
+ "' - cannot cast the outer type to a reference type. Signature=" + outerClassType.getSignature()
+ " toString()=" + outerClassType.toString());
+ " toString()=" + outerClassType.toString()+" class=" + outerClassType.getClassName());
}
}
ReferenceType outer = (ReferenceType) outerClassType;

Loading…
Cancel
Save