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 206371 - java.util.MissingResourceException: Can't find resource for bundle org.openide.util.NbBundle$PBundle, key Tooltip_SelectSrc
Summary: java.util.MissingResourceException: Can't find resource for bundle org.openid...
Status: RESOLVED DUPLICATE of bug 205786
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-12-14 13:01 UTC by gtg
Modified: 2011-12-14 14:06 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 182357


Attachments
stacktrace (1.71 KB, text/plain)
2011-12-14 13:01 UTC, gtg
Details
stacktrace (1.72 KB, text/plain)
2011-12-14 13:58 UTC, Anton Chechel
Details

Note You need to log in before you can comment on or make changes to this bug.
Description gtg 2011-12-14 13:01:22 UTC
Build: NetBeans IDE Dev (Build 201112040600)
VM: Java HotSpot(TM) 64-Bit Server VM, 21.0-b17, Java(TM) SE Runtime Environment, 1.7.0-b147
OS: Linux

User Comments:
GUEST: Switch window Task -> Events

GUEST: closing tabs

GUEST: debug trace in setup.xml




Stacktrace: 
java.util.MissingResourceException: Can't find resource for bundle org.openide.util.NbBundle$PBundle, key Tooltip_SelectSrc
   at java.util.ResourceBundle.getObject(ResourceBundle.java:393)
   at java.util.ResourceBundle.getString(ResourceBundle.java:353)
   at org.openide.util.NbBundle.getMessage(NbBundle.java:642)
   at org.netbeans.modules.debugger.jpda.visual.views.ViewModelListener.createSessionsSwitchButton(ViewModelListener.java:643)
   at org.netbeans.modules.debugger.jpda.visual.views.ViewModelListener.access$800(ViewModelListener.java:119)
   at org.netbeans.modules.debugger.jpda.visual.views.ViewModelListener$5.run(ViewModelListener.java:545)
Comment 1 gtg 2011-12-14 13:01:24 UTC
Created attachment 114157 [details]
stacktrace
Comment 2 Anton Chechel 2011-12-14 13:58:37 UTC
Created attachment 114163 [details]
stacktrace

debuggin build-impl.xml in javacard project
Comment 3 Jiri Kovalsky 2011-12-14 14:06:19 UTC

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