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 241223 - java.util.MissingResourceException: No such bundle org.netbeans.modules.refactoring.spi.Bundle
Summary: java.util.MissingResourceException: No such bundle org.netbeans.modules.refac...
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Refactoring (show other bugs)
Version: 8.0
Hardware: All All
: P2 normal (vote)
Assignee: Ralph Ruijs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-31 12:52 UTC by Maksim Khramov
Modified: 2014-02-02 02:17 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 207165


Attachments
stacktrace (2.95 KB, text/plain)
2014-01-31 12:52 UTC, Maksim Khramov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Maksim Khramov 2014-01-31 12:52:31 UTC
Build: NetBeans IDE Dev (Build 201401290001)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.45-b08, Java(TM) SE Runtime Environment, 1.7.0_45-b18
OS: Windows 7

User Comments:
mkhramov: Click on usages line in Usages window for already deleted file




Stacktrace: 
java.util.MissingResourceException: No such bundle org.netbeans.modules.refactoring.spi.Bundle
   at org.openide.util.NbBundle.getBundle(NbBundle.java:451)
   at org.openide.util.NbBundle.getBundle(NbBundle.java:399)
   at org.openide.util.NbBundle.getMessage(NbBundle.java:642)
   at org.netbeans.modules.refactoring.java.WhereUsedElement.openInEditor(WhereUsedElement.java:162)
   at org.netbeans.modules.refactoring.spi.impl.CheckNodeListener.findInSource(CheckNodeListener.java:327)
   at org.netbeans.modules.refactoring.spi.impl.CheckNodeListener.mouseClicked(CheckNodeListener.java:110)
Comment 1 Maksim Khramov 2014-01-31 12:52:33 UTC
Created attachment 144637 [details]
stacktrace
Comment 2 Ralph Ruijs 2014-02-01 15:36:08 UTC
Fixed by http://hg.netbeans.org/jet-main/rev/7d4ba07237fb
Comment 3 Quality Engineering 2014-02-02 02:17:51 UTC
Integrated into 'main-silver', will be available in build *201402020001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/7d4ba07237fb
User: Ralph Benjamin Ruijs <ralphbenjamin@netbeans.org>
Log: #241223 - java.util.MissingResourceException: No such bundle org.netbeans.modules.refactoring.spi.Bundle