Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] MethodDeclarationLineNumber everywhere

Hello,

I am quite new to AspectJ - I started using it to solve a very specific problem which it does very elegantly.

I am working on my final deployment ant script and I want to obfuscate my program, and yguard is warning: WARNING: Unrecognized attribute 'org.aspectj.weaver.MethodDeclarationLineNumber' in <insert method here>

What is MethodDeclarationLineNumber and how do I get rid of it? I assume it is for locating lines in .aj source files. I am building with iajc and don't see an option to use to stop this. I get a warning for the MethodDeclarationLineNumber attribute for every single public method (haven't checked private etc.) of all my classes - *all* of them, my entire code base, not just those referred to in .aj source. Is this necessary?

Thanks
-Ed


Back to the top