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 191991 - Tooltip of Name column in debugger views does not display column description
Summary: Tooltip of Name column in debugger views does not display column description
Status: VERIFIED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.0
Hardware: All All
: P4 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords: REGRESSION
Depends on: 191995
Blocks:
  Show dependency tree
 
Reported: 2010-11-16 09:49 UTC by Martin Entlicher
Modified: 2011-01-09 14:28 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 Martin Entlicher 2010-11-16 09:49:47 UTC
The tooltip of the Name column in all debugger views displays just the column's display name. It should display a dedicated column description instead.
This is a regression (it was displayed in NB 6.1 - see http://xdesign-tools.czech.sun.com/projects/ss/NB6.1_review/index.php#i25) and it's probably caused by transition to Outline.
Comment 1 Martin Entlicher 2010-11-16 10:45:54 UTC
Outline does not have a way to set the short description for the tree column.
See issue #191995.
Comment 2 Martin Entlicher 2010-11-18 11:03:17 UTC
Fixed in changeset:   182690:d953a6e26d75
http://hg.netbeans.org/main/rev/d953a6e26d75
Comment 3 Quality Engineering 2010-11-19 06:14:37 UTC
Integrated into 'main-golden', will be available in build *201011190001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/d953a6e26d75
User: mentlicher@netbeans.org
Log: #191991 Define short description (tooltip) for the nodes column.
Comment 4 gholmer 2011-01-09 14:28:12 UTC
Verified in build 6442 on Ubuntu Linux 10.04 32-bit.

In 6.9.1 I see e.g. for "Name", tooltip "Name"; in build 6442 I see "Name of the variable".