Bug 35818 - Unused field /variable compiler problem should ignore assignment
Summary: Unused field /variable compiler problem should ignore assignment
Status: RESOLVED DUPLICATE of bug 34896
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.1   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: 3.0 M1   Edit
Assignee: JDT-Core-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-03-28 11:40 EST by Channing Walton CLA
Modified: 2003-06-02 06:12 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Channing Walton CLA 2003-03-28 11:40:27 EST
Currently, the unused field/variable detection determines that a field is used
even if it is assigned to but not referenced in any other way.

This might be desirable in some circumstances but I imagine those to be rare.

I would like the problem indication to appear if the field/variable is never
used or if it is only assigned to.
Comment 1 Philipe Mulet CLA 2003-04-01 04:29:48 EST

*** This bug has been marked as a duplicate of 34896 ***