Bug 114557 - detect unused package private members
Summary: detect unused package private members
Status: NEW
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.2   Edit
Hardware: PC All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: JDT-Core-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-01 11:22 EST by Tom Hofmann CLA
Modified: 2005-11-01 22:32 EST (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 Tom Hofmann CLA 2005-11-01 11:22:07 EST
3.2 M3 test pass

I would like to see unused package private members flagged by the compiler, if
possible including closure.

Feel free to close if this is too costly or not safely detectable.

Not sure what the implications of this are and whether it is at all feasible
given that there may be different package fragments adding to one Java package.
Comment 1 Adam Kiezun CLA 2005-11-01 22:32:11 EST
I may be wrong but I think there can be another fragment of the same package in
unknown project.