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 158432

Summary: java.util.MissingResourceException: Can't find resource for bundle org.openide.util.NbBundle$PBundle, key MSG_InvalidPackageName
Product: python Reporter: irfan_ahmed <irfan_ahmed>
Component: ProjectsAssignee: Lou Dasaro <mr_lou_d>
Status: RESOLVED WORKSFORME    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
URL: http://statistics.netbeans.org/exceptions/detail.do?id=146211
Issue Type: DEFECT Exception Reporter: 146211
Attachments: stacktrace

Description irfan_ahmed 2009-02-12 03:23:09 UTC
Build: NetBeans IDE 6.5 (Build 200811131701)
VM: Java HotSpot(TM) Client VM, 1.5.0_17-b04, Java(TM) 2 Runtime Environment, Standard Edition, 1.5.0_17-b04
OS: Windows XP, 5.1, x86

Stacktrace: 
java.util.MissingResourceException: Can't find resource for bundle org.openide.util.NbBundle$PBundle, key MSG_InvalidPackageName
        at java.util.ResourceBundle.getObject(ResourceBundle.java:325)
        at java.util.ResourceBundle.getString(ResourceBundle.java:285)
        at org.openide.util.NbBundle.getMessage(NbBundle.java:629)
        at org.netbeans.modules.python.project.ui.TreeRootNode$PackageFilterNode.setName(TreeRootNode.java:287)
        at org.openide.nodes.FilterNode.setName(FilterNode.java:495)
        at org.openide.explorer.view.TreeViewCellEditor.editingStopped(TreeViewCellEditor.java:137)
Comment 1 irfan_ahmed 2009-02-12 03:23:19 UTC
Created attachment 76893 [details]
stacktrace
Comment 2 Lou Dasaro 2015-05-18 05:42:11 UTC
Unable to replicate anomaly.