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 170416 - Mouse over class name
Summary: Mouse over class name
Status: RESOLVED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker with 1 vote (vote)
Assignee: Daniel Prusa
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-15 20:24 UTC by puce
Modified: 2009-08-25 02:43 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 puce 2009-08-15 20:24:41 UTC
Moving the mouse pointer over the class name shows the tooltip: 
<class name> => "<class name" in not a known variable in the current context.<

Of course a class name is not a variable - it's a class name. -> defect

Expected: Fully qualified class name
Comment 1 Daniel Prusa 2009-08-17 09:17:08 UTC
Reproducible, but not a P2 priority bug. Decreasing priority to P3.
Comment 2 Daniel Prusa 2009-08-24 16:47:07 UTC
Fixed.
http://hg.netbeans.org/main/rev/7ba53db4c331
Comment 3 Quality Engineering 2009-08-25 02:43:31 UTC
Integrated into 'main-golden', will be available in build *200908242212* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/7ba53db4c331
User: Daniel Prusa <dprusa@netbeans.org>
Log: #170416: Tooltips improved, type names are displayed now.