]> source.dussan.org Git - aspectj.git/commitdiff
pipeline changes: tell us what needed resolving!
authoraclement <aclement>
Tue, 25 Jul 2006 15:24:59 +0000 (15:24 +0000)
committeraclement <aclement>
Tue, 25 Jul 2006 15:24:59 +0000 (15:24 +0000)
weaver/src/org/aspectj/weaver/MemberImpl.java

index ca70434d831ec697021192cfbd9533f4cc293728..469a4b864241cd8ea906d17779926d63e8c41494 100644 (file)
@@ -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