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 116858 - "Elements" highlighting doesn't go away
Summary: "Elements" highlighting doesn't go away
Status: RESOLVED WONTFIX
Alias: None
Product: java
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: Other Windows XP
: P4 blocker (vote)
Assignee: Jan Lahoda
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-09-26 17:06 UTC by ksilz
Modified: 2009-11-02 11:00 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description ksilz 2007-09-26 17:06:50 UTC
Steps to reproduce:

- open up a Java class with two methods
- in the Navigator view, select the "Elements" drop-down option
- in the trees underneath, select the first method of the class in the editor which will highlight it in the editor
- in the Navigator view, select the "Members" drop-down option
- select the other method in the Java class

Now the first method, selected in the "Elements" sub-view, is highlighted; even if you switch to another bug and then go
back.  I think this is a bug since the user, by selecting the other method in the Java class in the "Members" sub-view,
clearly un-selected the first method.
Comment 1 Jan Lahoda 2007-09-27 07:36:16 UTC
Yes you are right that this is a bug. But the "Trees", "Elements" and "Errors" panels in the Navigator are not meant for
the end user, but rather as a debugging tool for developers developing modules over the Java Infrastructure.
Comment 2 ksilz 2007-09-28 03:40:43 UTC
Well, if it's not meant for end users, why is it there so readily available?  In that case, you should hide that by
default and only make it visible through advanced settings.
Comment 3 Jan Lahoda 2008-03-04 16:56:10 UTC
BTW: The debugging panels were disabled for the NB6.0 release (needed command line option to be enabled). In trunk (will
become NB6.1), the debugging panels are enabled when assertions are enabled (assertions are disabled in release build,
AFAIK).
Comment 4 Jan Lahoda 2008-11-21 07:43:23 UTC
Unlikely anyone will be improving appearance of the debugging panels in the foreseeable future.
Comment 5 Quality Engineering 2009-11-02 11:00:14 UTC
NetBeans.org Migration: changing resolution from LATER to WONTFIX