From: aclement Date: Tue, 25 Jul 2006 15:24:59 +0000 (+0000) Subject: pipeline changes: tell us what needed resolving! X-Git-Tag: PRE_PIPELINE~17 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=3aeda831002fa79227bf583322777525f0ab2309;p=aspectj.git pipeline changes: tell us what needed resolving! --- diff --git a/weaver/src/org/aspectj/weaver/MemberImpl.java b/weaver/src/org/aspectj/weaver/MemberImpl.java index ca70434d8..469a4b864 100644 --- a/weaver/src/org/aspectj/weaver/MemberImpl.java +++ b/weaver/src/org/aspectj/weaver/MemberImpl.java @@ -621,7 +621,7 @@ public class MemberImpl implements Comparable, AnnotatedElement,Member { * @see org.aspectj.weaver.Member#getAnnotations() */ public AnnotationX[] getAnnotations() { - throw new UnsupportedOperationException("You should resolve this member and call getAnnotations() on the result..."); + throw new UnsupportedOperationException("You should resolve this member '"+this+"' and call getAnnotations() on the result..."); } // ---- fields 'n' stuff