Browse Source

pipeline changes: tell us what needed resolving!

tags/PRE_PIPELINE
aclement 18 years ago
parent
commit
3aeda83100
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      weaver/src/org/aspectj/weaver/MemberImpl.java

+ 1
- 1
weaver/src/org/aspectj/weaver/MemberImpl.java View 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

Loading…
Cancel
Save