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 - java.util.MissingResourceException: No such bundle org.netbeans.modules.debugger.jpda.projectsui.Bundle
Summary: java.util.MissingResourceException: No such bundle org.netbeans.modules.debug...
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Module System (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Hurka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-01-12 20:35 UTC by roanbaga
Modified: 2017-01-12 20:35 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 227668


Attachments
stacktrace (1.90 KB, text/plain)
2017-01-12 20:35 UTC, roanbaga
Details

Note You need to log in before you can comment on or make changes to this bug.
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