Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-ui-dev] [eclipse-dev] New warnings in build logs

Team,

please take a look at those warnings and fix them for M7.

Thanks,
Dani



From:        Till Brychcy <register.eclipse@xxxxxxxxxx>
To:        eclipse-dev@xxxxxxxxxxx
Date:        19.03.2017 18:01
Subject:        [eclipse-dev] New warnings in build logs
Sent by:        eclipse-dev-bounces@xxxxxxxxxxx




Hi everybody,

Eclipse 4.7M6 introduces new problem reports:

- WARNING: Unlikely argument type for collection methods using 'Object'
- INFO: Unlikely argument type for method equals

As analyzed in
https://bugs.eclipse.org/bugs/show_bug.cgi?id=410218#c49(only Group A and Group C are reported now), most of these are bugs, that should be fixed.
The remaining ones can be rewritten (e.g. by instanceof checks and casts) or suppressed with @SuppressWarnings("unlikely-arg-type").

Note: Only the warnings appear in the build logs (see e.g.
https://bugs.eclipse.org/bugs/show_bug.cgi?id=513790)
and they should definitely be fixed, but it is also a very good idea to go through all the new infos.

Best regards,
Your jdt.core team


_______________________________________________
eclipse-dev mailing list
eclipse-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/eclipse-dev





Back to the top