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 198682 - java.util.MissingResourceException: Can't find resource for bundle org.openide.util.NbBundle$PBundle, key MSG_FetchAction.updates.updateBranch
Summary: java.util.MissingResourceException: Can't find resource for bundle org.openid...
Status: RESOLVED FIXED
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Git (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: Ondrej Vrabec
URL:
Keywords:
: 198725 (view as bug list)
Depends on:
Blocks:
 
Reported: 2011-05-17 15:05 UTC by Ondrej Vrabec
Modified: 2011-05-19 11:07 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 178896


Attachments
stacktrace (4.79 KB, text/plain)
2011-05-17 15:05 UTC, Ondrej Vrabec
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ondrej Vrabec 2011-05-17 15:05:10 UTC
Build: NetBeans IDE Dev (Build 20110509-9eca6e363da5)
VM: Java HotSpot(TM) 64-Bit Server VM, 20.0-b11, Java(TM) SE Runtime Environment, 1.6.0_25-b06
OS: Linux

Stacktrace: 
java.util.MissingResourceException: Can't find resource for bundle org.openide.util.NbBundle$PBundle, key MSG_FetchAction.updates.updateBranch
   at java.util.ResourceBundle.getObject(ResourceBundle.java:374)
   at java.util.ResourceBundle.getString(ResourceBundle.java:334)
   at org.openide.util.NbBundle.getMessage(NbBundle.java:642)
   at org.openide.util.NbBundle.getMessage(NbBundle.java:736)
   at org.netbeans.modules.git.ui.clone.CloneAction$1.log(CloneAction.java:159)
   at org.netbeans.modules.git.ui.clone.CloneAction$1.perform(CloneAction.java:128)
Comment 1 Ondrej Vrabec 2011-05-17 15:05:14 UTC
Created attachment 108360 [details]
stacktrace
Comment 2 Ondrej Vrabec 2011-05-17 15:07:08 UTC
fix: http://hg.netbeans.org/core-main/rev/d53602da2069
Comment 3 Ondrej Vrabec 2011-05-17 15:09:44 UTC
7.0.1 fix: http://hg.netbeans.org/releases/rev/3d61a4356819
Comment 4 Quality Engineering 2011-05-18 08:50:24 UTC
Integrated into 'main-golden', will be available in build *201105180400* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/d53602da2069
User: Ondrej Vrabec <ovrabec@netbeans.org>
Log: Issue #198682 - java.util.MissingResourceException: Can't find resource for bundle org.openide.util.NbBundle$PBundle, key MSG_FetchAction.updates.updateBranch
Comment 5 Ondrej Vrabec 2011-05-19 11:07:26 UTC
*** Bug 198725 has been marked as a duplicate of this bug. ***