]> source.dussan.org Git - aspectj.git/commitdiff
additional diagnostic info
authorAndy Clement <aclement@pivotal.io>
Fri, 26 Feb 2016 05:49:03 +0000 (21:49 -0800)
committerAndy Clement <aclement@pivotal.io>
Fri, 26 Feb 2016 05:49:03 +0000 (21:49 -0800)
org.aspectj.matcher/src/org/aspectj/weaver/AbstractReferenceTypeDelegate.java

index 46f12c04ee02b6868387a8ff0270a63b339b430a..7f3fb60ee4f3e0ccdf4a44842e229ba5c10f2a89 100644 (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;