Bug 35818

Summary: Unused field /variable compiler problem should ignore assignment
Product: [Eclipse Project] JDT Reporter: Channing Walton <channingwalton>
Component: CoreAssignee: JDT-Core-Inbox <jdt-core-inbox>
Status: RESOLVED DUPLICATE QA Contact:
Severity: enhancement    
Priority: P3    
Version: 2.1   
Target Milestone: 3.0 M1   
Hardware: All   
OS: All   
Whiteboard:

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 ***