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 27833 - MissingResourceException in RunToCursorAction
Summary: MissingResourceException in RunToCursorAction
Status: CLOSED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: PC OS/2
: P3 blocker (vote)
Assignee: issues@debugger
URL:
Keywords:
: 27857 (view as bug list)
Depends on:
Blocks:
 
Reported: 2002-10-05 06:07 UTC by _ gtzabari
Modified: 2002-10-11 10:46 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 _ gtzabari 2002-10-05 06:07:14 UTC
dev build 200209200100
IBM JDK 1.3.1

    I hit F4 (run to cursor) and get:

Annotation: Exception occurred in Request Processor
Annotation: Missing resource from class:
java.util.PropertyResourceBundle
Annotation: Key which was not found:
CTL_Default_run_to_cursor_print_text
java.util.MissingResourceException: Can't find
resource for bundle
java.util.PropertyResourceBundle, key
CTL_Default_run_to_cursor_print_text
        at
java.util.ResourceBundle.getObject(ResourceBundle.java(Compiled
Code))
        at
java.util.ResourceBundle.getString(ResourceBundle.java(Compiled
Code))
        at
org.netbeans.modules.debugger.support.actions.RunToCursorAction.runToCursor(RunToCursorAction.java:197)
        at
org.netbeans.modules.debugger.support.actions.RunToCursorAction.performAction(RunToCursorAction.java:116)
        at
org.openide.util.actions.NodeAction.performAction(NodeAction.java:179)
        at
org.openide.util.actions.NodeAction.actionPerformed(NodeAction.java:170)
        at
org.netbeans.core.ModuleActions$1.run(ModuleActions.java:104)
        at org.openide.util.Task.run(Task.java:136)
[catch] at
org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:599)
Comment 1 Jan Jancura 2002-10-07 08:12:57 UTC
fixed in the main trunk
Comment 2 Marek Grummich 2002-10-08 08:46:13 UTC
*** Issue 27857 has been marked as a duplicate of this issue. ***