]> source.dussan.org Git - aspectj.git/commitdiff
Use names like 'tjp.GetInfo' rather than 'tjp_GetInfo' in the lint message !
authoraclement <aclement>
Thu, 7 Apr 2005 10:04:44 +0000 (10:04 +0000)
committeraclement <aclement>
Thu, 7 Apr 2005 10:04:44 +0000 (10:04 +0000)
weaver/src/org/aspectj/weaver/bcel/BcelWeaver.java

index 7d4bd8d59b20b414e0fecd534602a137ed0b0497..8d60ab721457904d400eba1d923bbf6bba079cfe 100644 (file)
@@ -935,7 +935,7 @@ public class BcelWeaver implements IWeaver {
                       AnnotationX[] anns = (AnnotationX[])meth.getAnnotations();
                       // Check if they want to suppress the warning on this piece of advice
                              if (!Utility.isSuppressing(anns,"adviceDidNotMatch")) {
-                        world.getLint().adviceDidNotMatch.signal(ba.getDeclaringAspect().getNameAsIdentifier(),element.getSourceLocation());
+                        world.getLint().adviceDidNotMatch.signal(ba.getDeclaringAspect().toString(),element.getSourceLocation());
                       }
                     }
                   }