Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-releng-dev] New warnings or errors in the IDE after update

Hi,

The current I-build contains a new detection to flag as unused locals/fields, private fields or locals only used inside postfix _expression_ (a++), or compound assignments (a +=2).
This is a warning by default. So you might just have a few more warnings in your projects. If you changed the unused locals or unused private members options to be reported as error, then you can have a few errors once you update to the new build and your workspace has been recompiled.

These new warnings will show up on the build result page once the build is using the latest compiler.

The new warnings/errors are trivial to fix. If you have any issue with this, please open a bug report against JDT/Core.

Thanks,

Olivier

Back to the top