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 197009 - java.util.MissingResourceException: Can't find resource for bundle org.openide.util.NbBundle$PBundle, key RepositoryPanel.FileChooser.Descritpion
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.1
Hardware: All All
: P3 normal (vote)
Assignee: Ondrej Vrabec
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-23 13:12 UTC by Ondrej Vrabec
Modified: 2011-03-24 09:48 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 177840


Attachments
stacktrace (7.49 KB, text/plain)
2011-03-23 13:12 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-03-23 13:12:47 UTC
Build: NetBeans IDE Dev (Build 20110321-31412426d730)
VM: Java HotSpot(TM) 64-Bit Server VM, 19.1-b02, Java(TM) SE Runtime Environment, 1.6.0_24-b07
OS: Linux

User Comments:
ovrabec: Git->Clone, click on Browse




Stacktrace: 
java.util.MissingResourceException: Can't find resource for bundle org.openide.util.NbBundle$PBundle, key RepositoryPanel.FileChooser.Descritpion
   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.netbeans.modules.git.ui.repository.remote.RemoteRepository.onBrowse(RemoteRepository.java:454)
   at org.netbeans.modules.git.ui.repository.remote.RemoteRepository.actionPerformed(RemoteRepository.java:252)
   at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1995)
Comment 1 Ondrej Vrabec 2011-03-23 13:12:51 UTC
Created attachment 107217 [details]
stacktrace
Comment 2 Ondrej Vrabec 2011-03-23 13:15:01 UTC
fix: http://hg.netbeans.org/core-main/rev/e43afd7d6ace
Comment 3 Quality Engineering 2011-03-24 09:48:32 UTC
Integrated into 'main-golden', will be available in build *201103240400* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/e43afd7d6ace
User: Ondrej Vrabec <ovrabec@netbeans.org>
Log: Issue #197009 - java.util.MissingResourceException: Can't find resource for bundle org.openide.util.NbBundle$PBundle, key RepositoryPanel.FileChooser.Descritpion