Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] LTW and [Xlint:unmatchedSuperTypeInCall]

If those options arent working to turn off xlints, sounds like a bug.

Andy

2008/10/19 Mauro Baluda <mauro@xxxxxxxx>
On Sun, Oct 19, 2008 at 6:07 PM, Ramnivas Laddad
<ramnivas@xxxxxxxxxxxxxxx> wrote:
> You will need to specify the -nowarn option in the <weaver> section in
> aop.xml as follows:
> <weaver option="-nowarn">
now I have
<weaver option="-nowarn -warn:none -Xlint:ignore" />
in my aop-ajc.xml

and I still get many warnings
[Xlint:cantFindType]
[Xlint:unmatchedSuperTypeInCall]

Mauro
_______________________________________________
aspectj-users mailing list
aspectj-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/aspectj-users


Back to the top