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 198643 - java.util.MissingResourceException: Can't find resource for bundle org.openide.util.NbBundle$PBundle, key ACSD_BrowseFolder
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:
Depends on:
Blocks:
 
Reported: 2011-05-16 16:08 UTC by azizur
Modified: 2011-05-18 08:51 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 178557


Attachments
stacktrace (7.24 KB, text/plain)
2011-05-16 16:08 UTC, azizur
Details

Note You need to log in before you can comment on or make changes to this bug.
Description azizur 2011-05-16 16:08:15 UTC
Build: NetBeans IDE Dev (Build 2011-05-11_21-04-42 )
VM: Java HotSpot(TM) Client VM, 20.0-b11, Java(TM) SE Runtime Environment, 1.6.0_25-b06
OS: Windows XP

User Comments:
GUEST: cloning from github.com via https




Stacktrace: 
java.util.MissingResourceException: Can't find resource for bundle org.openide.util.NbBundle$PBundle, key ACSD_BrowseFolder
   at java.util.ResourceBundle.getObject(ResourceBundle.java:0)
   at java.util.ResourceBundle.getString(ResourceBundle.java:0)
   at org.openide.util.NbBundle.getMessage(NbBundle.java:642)
   at org.netbeans.modules.git.ui.clone.CloneDestinationPanel.onBrowseClick(CloneDestinationPanel.java:245)
   at org.netbeans.modules.git.ui.clone.CloneDestinationPanel.actionPerformed(CloneDestinationPanel.java:237)
   at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:0)
Comment 1 azizur 2011-05-16 16:08:19 UTC
Created attachment 108327 [details]
stacktrace
Comment 2 Ondrej Vrabec 2011-05-17 06:42:23 UTC
fix: http://hg.netbeans.org/core-main/rev/1a21d3ce2c6d
Comment 3 Ondrej Vrabec 2011-05-17 07:09:54 UTC
7.0.1 fix: http://hg.netbeans.org/releases/rev/68b13e687337
Comment 4 Quality Engineering 2011-05-18 08:51:03 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/1a21d3ce2c6d
User: Ondrej Vrabec <ovrabec@netbeans.org>
Log: Issue #198643 - java.util.MissingResourceException: Can't find resource for bundle org.openide.util.NbBundle$PBundle, key ACSD_BrowseFolder