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 226015 - java.util.MissingResourceException: Can't find resource for bundle org.openide.util.NbBundle$PBundle, key LBL_JUnit3_generator
Summary: java.util.MissingResourceException: Can't find resource for bundle org.openid...
Status: RESOLVED FIXED
Alias: None
Product: groovy
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Martin Janicek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-12 12:47 UTC by Martin Janicek
Modified: 2013-02-13 01:53 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 198531


Attachments
stacktrace (1.58 KB, text/plain)
2013-02-12 12:47 UTC, Martin Janicek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Janicek 2013-02-12 12:47:30 UTC
Build: NetBeans IDE Dev (Build 20130207-f82543088efe)
VM: Java HotSpot(TM) 64-Bit Server VM, 20.2-b06, Java(TM) SE Runtime Environment, 1.6.0_27-b07
OS: Linux

User Comments:
mjanicek: Creating Groovy JUnit test in ant Web application




Stacktrace: 
java.util.MissingResourceException: Can't find resource for bundle org.openide.util.NbBundle$PBundle, key LBL_JUnit3_generator
   at java.util.ResourceBundle.getObject(ResourceBundle.java:374)
   at java.util.ResourceBundle.getString(ResourceBundle.java:334)
   at org.netbeans.modules.groovy.support.wizard.impl.GroovyJUnitTestWizard.askUserWhichJUnitToUse(GroovyJUnitTestWizard.java:173)
   at org.netbeans.modules.groovy.support.wizard.impl.GroovyJUnitTestWizard.findCorrectTemplate(GroovyJUnitTestWizard.java:155)
   at org.netbeans.modules.groovy.support.wizard.AbstractGroovyWizard.instantiate(AbstractGroovyWizard.java:102)
   at org.openide.loaders.TemplateWizard$InstantiatingIteratorBridge.instantiate(TemplateWizard.java:1044)
Comment 1 Martin Janicek 2013-02-12 12:47:31 UTC
Created attachment 131288 [details]
stacktrace
Comment 2 Martin Janicek 2013-02-12 12:58:13 UTC
Fixed in: web-main #c5cf0bbd4e45
Comment 3 Quality Engineering 2013-02-13 01:53:17 UTC
Integrated into 'main-golden', will be available in build *201302122300* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/c5cf0bbd4e45
User: Martin Janicek <mjanicek@netbeans.org>
Log: #226015 - java.util.MissingResourceException: Cant find resource for bundle org.openide.util.NbBundle$PBundle, key LBL_JUnit3_generator