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 168807 - debug test file doesn't work
Summary: debug test file doesn't work
Status: VERIFIED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Project (show other bugs)
Version: 6.x
Hardware: Sun All
: P2 blocker (vote)
Assignee: David Strupl
URL:
Keywords: SIMPLEFIX
Depends on:
Blocks:
 
Reported: 2009-07-20 12:45 UTC by Jindrich Sedek
Modified: 2009-07-21 07:50 UTC (History)
2 users (show)

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 Jindrich Sedek 2009-07-20 12:45:15 UTC
Create new J2SE application
Create new test for main class
open test file in the editor and invoke debug test file ->

java.util.MissingResourceException: Can't find resource for bundle org.openide.util.NbBundle$PBundle, key 
ACTION_debug.test.single
	at java.util.ResourceBundle.getObject(ResourceBundle.java:384)
	at java.util.ResourceBundle.getString(ResourceBundle.java:344)
	at org.openide.util.NbBundle.getMessage(NbBundle.java:631)
	at org.netbeans.modules.java.j2seproject.J2SEActionProvider.invokeAction(J2SEActionProvider.java:519)
	at org.netbeans.modules.project.ui.actions.FileCommandAction.actionPerformed(FileCommandAction.java:96)
	at org.netbeans.modules.project.ui.actions.LookupSensitiveAction.actionPerformed(LookupSensitiveAction.java:166)
Comment 1 David Strupl 2009-07-20 13:23:58 UTC
This affects only trunk (6.8) and 6.7.1, not 6.7.
Comment 2 David Strupl 2009-07-20 13:30:39 UTC
http://hg.netbeans.org/jet-main/rev/86dbd1161030
Comment 4 Quality Engineering 2009-07-21 07:21:28 UTC
Integrated into 'main-golden', will be available in build *200907210201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/86dbd1161030
User: David Strupl <dstrupl@netbeans.org>
Log: #168807: MissingResourceException: Can't find resource for bundle org.openide.util.NbBundle$PBundle, key
ACTION_debug.test.single
Comment 5 Jindrich Sedek 2009-07-21 07:50:52 UTC
verified
NetBeans IDE 6.7.1 (Build 200907202301)