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 205407

Summary: java.util.MissingResourceException: Can't find resource for bundle org.openide.util.NbBundle$PBundle, key GEN_title
Product: profiler Reporter: Petr Cyhelsky <cyhelsky>
Component: BaseAssignee: issues@profiler <issues>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 7.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 183070
Attachments: stacktrace

Description Petr Cyhelsky 2011-11-22 09:03:45 UTC
Build: NetBeans IDE 7.1 RC1 (Build 201111212200)
VM: Java HotSpot(TM) 64-Bit Server VM, 22.0-b10, Java(TM) SE Runtime Environment, 1.7.0_02-b13
OS: Linux

Stacktrace: 
java.util.MissingResourceException: Can't find resource for bundle org.openide.util.NbBundle$PBundle, key GEN_title
   at java.util.ResourceBundle.getObject(ResourceBundle.java:393)
   at java.util.ResourceBundle.getString(ResourceBundle.java:353)
   at org.netbeans.modules.profiler.projectsupport.utilities.AppletSupport.fillInFile(AppletSupport.java:218)
   at org.netbeans.modules.profiler.projectsupport.utilities.AppletSupport.generateHtml(AppletSupport.java:317)
   at org.netbeans.modules.profiler.projectsupport.utilities.AppletSupport.generateHtmlFileURL(AppletSupport.java:118)
   at org.netbeans.modules.profiler.nbimpl.project.ProjectUtilities.generateAppletHTML(ProjectUtilities.java:707)
Comment 1 Petr Cyhelsky 2011-11-22 09:03:48 UTC
Created attachment 113400 [details]
stacktrace
Comment 2 Petr Cyhelsky 2011-11-22 09:30:27 UTC

*** This bug has been marked as a duplicate of bug 205372 ***