This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 76387 - Show variable accessibility in debugger
Summary: Show variable accessibility in debugger
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Editor (show other bugs)
Version: 5.x
Hardware: PC All
: P3 blocker (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-05-15 16:01 UTC by ssteiner
Modified: 2010-09-23 08:37 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description ssteiner 2006-05-15 16:01:28 UTC
NB groups variables according to inheritance.. e.g. inherited class variables
are shown under the Inerited node in the local variables window.

I propose to extend this to accessibility. Visual Studio, as an example, uses
different icons to show the accessibility. E.g. a lock for protected, nothing
for public and other symbols for private variables. It also separates static and
non static variables with different symbols.

And while we're at it, perhaps the symbols used could be replaced... it's all
rather greenish and that makes it hard to distinguish between the symbols used
in the tree. Other IDEs use a whole variety of colors and different shapes.