Skip to main content

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

Are the warnings harmful?  Does the program work with the
aspects?

Wes

On Sat, 07 Oct 2006 14:36:27 -0700
 Edward Povazan <epovazan@xxxxxxxxx> wrote:
> 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
> _______________________________________________
> aspectj-users mailing list
> aspectj-users@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/aspectj-users



Back to the top