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 187208 - [69cat] Mouse hover doesn't display variable content
Summary: [69cat] Mouse hover doesn't display variable content
Status: RESOLVED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P3 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords: REGRESSION
Depends on:
Blocks: 191365
  Show dependency tree
 
Reported: 2010-06-04 15:59 UTC by ulfzibis
Modified: 2010-11-01 08:53 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Screen shot (18.18 KB, image/png)
2010-06-04 16:02 UTC, ulfzibis
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ulfzibis 2010-06-04 15:59:59 UTC
[ BUILD # : 201005192201 ]
[ JDK VERSION : 1.6.18 ]

I often have this situation.
For workaround I must mark the variable to see the content.
Don't have any idea, what triggers the problem.
Comment 1 ulfzibis 2010-06-04 16:02:54 UTC
Created attachment 99825 [details]
Screen shot

Mouse-hover only works on the marked position but not on the same variable 2 lines below.
Comment 2 Martin Entlicher 2010-07-30 15:01:52 UTC
Reproduced.
It works fine for me in a sample method that I've created according to your screenshot. But it does not work in your sources - CharacterNamesGenerator6.
Comment 3 Martin Entlicher 2010-07-30 15:19:30 UTC
It's a regression caused by the fix of issue #37890.
Tooltips probably do not work in static methods in inner classes.
Comment 4 Martin Entlicher 2010-07-31 08:33:24 UTC
Fixed in changeset:   175042:9500ea2c222c
http://hg.netbeans.org/main/rev/9500ea2c222c
Comment 5 Quality Engineering 2010-08-01 07:56:05 UTC
Integrated into 'main-golden', will be available in build *201008010001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/9500ea2c222c
User: mentlicher@netbeans.org
Log: #187208 Compare binary class names.