Bug 129378 - DCR: new warning for fields only read, but never written & initialized
Summary: DCR: new warning for fields only read, but never written & initialized
Status: NEW
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.2   Edit
Hardware: PC Windows XP
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: JDT-Core-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-02-24 12:59 EST by Martin Aeschlimann CLA
Modified: 2006-10-10 16:39 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Aeschlimann CLA 2006-02-24 12:59:35 EST
20060224

see bug 129361.
Benno found some private fields that are returned but never written and initialized.
(that means null is returned, but is most likely a bug)
It would be good to also have an optional warning for these cases.