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 53205 - Missing tooltip on program counter
Summary: Missing tooltip on program counter
Status: CLOSED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Ant (show other bugs)
Version: 4.x
Hardware: PC All
: P3 blocker (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-11 10:08 UTC by _ lcincura
Modified: 2006-03-24 12:54 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 _ lcincura 2005-01-11 10:08:54 UTC
The tooltip over program counter, when it is on
some dependent target, does show text
"TOOLTIP_ANNOTATION".
When whole target is green, no tooltip is shown.
User does not know why the target is greened
(makes it any sense? If the target is more than
one page long -> all the editor context is green :-) )
Comment 1 Jan Jancura 2005-05-04 15:12:45 UTC
reproducible
Comment 2 Martin Entlicher 2005-11-01 11:01:01 UTC
Hmm, that awful tooltip is really defined in the resource bundle!!
Comment 3 Martin Entlicher 2005-11-01 11:16:37 UTC
Fixed:

/cvs/ant/debugger/src/org/netbeans/modules/ant/debugger/Bundle.properties,v  <--
 Bundle.properties
new revision: 1.3; previous revision: 1.2

/cvs/ant/debugger/src/org/netbeans/modules/ant/debugger/DebuggerAnnotation.java,v
 <--  DebuggerAnnotation.java
new revision: 1.2; previous revision: 1.1
Comment 4 _ lcincura 2005-12-20 13:01:11 UTC
Verified in 200512181900