Bug 116204 - compiler warning for public member variables
Summary: compiler warning for public member variables
Status: NEW
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.1.1   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: 2005-11-14 05:03 EST by Heinrich Soebke CLA
Modified: 2005-11-14 05:03 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Heinrich Soebke CLA 2005-11-14 05:03:42 EST
Often public member variables make it difficult to refactor code, espacially if
the belong implicit to the public API. So it would be useful (e.g. for finding
such variables in existing code which is prepared to being refactored)  if a
compiler warning is issued for every public member variable.