Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipse-dev] Planning Meeting Notes - 25 Jan 2012

> From: Curtis Windatt <Curtis_Windatt@xxxxxxxxxx>
> Sent by: eclipse-dev-bounces@xxxxxxxxxxx

> Planning Meeting Notes
> 25 January 2012
>
> JDT UI, JDT Text

My apologies: Due to a cut & paste error, the following which is
status for JDT/Core got misattributed to JDT/UI and JDT/Text.
So this is JDT/Core status:

> - Released support for null fields analysis (https://
> bugs.eclipse.org/bugs/show_bug.cgi?id=247564)
>   Several new diagnostics:
>      Potential null pointer access: The field {0} may be null at this
location
>       Redundant null check: The field {0} can only be null at this
location
>       Null comparison always yields false: The field {0} can only be
> null at this location
>       Redundant null check: The field {0} cannot be null at this location
>       Null comparison always yields false: The field {0} cannot be
> null at this location
>       Redundant assignment: The field {0} can only be null at this
location
>       instanceof always yields false: The field {0} can only be null
> at this location
> - added support to set source attachment encoding
> - bug fixing
> - Ready for 3.7.2 RC3
> - M5 testing looks good so far. No serious issues found.

And JDT UI and JDT Text status Dani originally sent out reads:

JDT UI, JDT Text
- adopted null field reference feature from JDT Core
- added support to set source attachment encoding
- improved preference UI for null annotation setup
- bug fixing

Dani.



Back to the top