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 269543

Summary: java.util.MissingResourceException: No such bundle org.netbeans.modules.debugger.jpda.projectsui.Bundle
Product: platform Reporter: roanbaga
Component: Module SystemAssignee: Tomas Hurka <thurka>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 227668
Attachments: stacktrace

Description roanbaga 2017-01-12 20:35:55 UTC
Build: NetBeans IDE 8.2 (Build 201609300101)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.66-b18, Java(TM) SE Runtime Environment, 1.8.0_66-b18
OS: Windows 7

User Comments:
roanbaga: Open a file and is automatically closed.




Stacktrace: 
java.util.MissingResourceException: No such bundle org.netbeans.modules.debugger.jpda.projectsui.Bundle
   at org.openide.util.NbBundle.getBundle(NbBundle.java:451)
   at org.netbeans.StandardModule.getLocalizedAttribute(StandardModule.java:169)
   at org.openide.modules.ModuleInfo.getDisplayName(ModuleInfo.java:85)
   at org.netbeans.modules.autoupdate.services.ModuleUpdateElementImpl.getDisplayName(ModuleUpdateElementImpl.java:115)
   at org.netbeans.api.autoupdate.UpdateElement.getDisplayName(UpdateElement.java:91)
   at org.netbeans.modules.autoupdate.ui.Unit$CompoundUpdate$1.compare(Unit.java:446)
Comment 1 roanbaga 2017-01-12 20:35:58 UTC
Created attachment 163384 [details]
stacktrace