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 42317 - MissingResourceException is throw when tooltip on program counter should be displayed
Summary: MissingResourceException is throw when tooltip on program counter should be d...
Status: CLOSED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: 4.x
Hardware: PC Windows XP
: P4 blocker (vote)
Assignee: issues@debugger
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-04-22 09:10 UTC by _ lcincura
Modified: 2006-03-24 10:34 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 2004-04-22 09:10:18 UTC
NetBeans 200404211800 on java 1.4.2_04
Comment 1 Jan Jancura 2004-05-31 15:59:54 UTC
can not reproduce.
Comment 2 _ lcincura 2004-06-01 16:47:20 UTC
Still happens in build 200405311900

Annotation: Missing resource from class: org.openide.util.NbBundle$PBundle
Annotation: Key which was not found: TOOLTIP_CURRENT_PC
java.util.MissingResourceException: Can't find resource for bundle
org.openide.util.NbBundle$PBundle, key TOOLTIP_CURRENT_PC
	at java.util.ResourceBundle.getObject(ResourceBundle.java:314)
	at java.util.ResourceBundle.getString(ResourceBundle.java:274)
	at org.openide.util.NbBundle.getMessage(NbBundle.java:588)
	at
org.netbeans.modules.debugger.projects.DebuggerAnnotation.getShortDescription(DebuggerAnnotation.java:61)
	at
org.netbeans.modules.editor.NbEditorDocument$AnnotationDescDelegate.getShortDescription(NbEditorDocument.java:338)
	at org.netbeans.editor.GlyphGutter.getToolTipText(GlyphGutter.java:588)
	at
org.netbeans.editor.ext.ToolTipSupport.updateToolTip(ToolTipSupport.java:381)
	at
org.netbeans.editor.ext.ToolTipSupport.setToolTipVisible(ToolTipSupport.java:415)
	at
org.netbeans.editor.ext.ToolTipSupport.actionPerformed(ToolTipSupport.java:659)
	at
org.netbeans.editor.WeakTimerListener.actionPerformed(WeakTimerListener.java:57)
	at javax.swing.Timer.fireActionPerformed(Timer.java:271)
[catch] at javax.swing.Timer$DoPostEvent.run(Timer.java:201)
	at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:178)
	at java.awt.EventQueue.dispatchEvent(EventQueue.java:454)
	at
java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:201)
	at
java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:151)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:145)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:137)
	at java.awt.EventDispatchThread.run(EventDispatchThread.java:100)
Comment 3 Jan Jancura 2004-06-01 17:42:22 UTC
sorry, it was my mistake.
Should really be fixed now:

Checking in src/org/netbeans/modules/debugger/projects/Bundle.properties;
/cvs/debuggerjpda/ant/src/org/netbeans/modules/debugger/projects/Bundle.properties,v
 <--  Bundle.properties
new revision: 1.3; previous revision: 1.2
done
Comment 4 _ lcincura 2004-08-31 15:02:40 UTC
Verified on build 200408271257