Skip to main content

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

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


Back to the top