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

Summary: Missing tooltip on program counter
Product: debugger Reporter: _ lcincura <lcincura>
Component: AntAssignee: Martin Entlicher <mentlicher>
Status: CLOSED FIXED    
Severity: blocker    
Priority: P3    
Version: 4.x   
Hardware: PC   
OS: All   
Issue Type: DEFECT Exception Reporter:

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