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 233492 - java.util.MissingResourceException: No such bundle org.netbeans.modules.team.server.api.Bundle
Summary: java.util.MissingResourceException: No such bundle org.netbeans.modules.team....
Status: RESOLVED FIXED
Alias: None
Product: connecteddeveloper
Classification: Unclassified
Component: Kenai (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-26 13:34 UTC by Tomas Stupka
Modified: 2013-07-27 02:19 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 202564


Attachments
stacktrace (7.38 KB, text/plain)
2013-07-26 13:34 UTC, Tomas Stupka
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tomas Stupka 2013-07-26 13:34:07 UTC
Build: NetBeans IDE Dev (Build 20130726-1948d871406b)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.7-b01, Java(TM) SE Runtime Environment, 1.7.0_17-b02
OS: Mac OS X

User Comments:
tstupka: get sources from java.net




Stacktrace: 
java.util.MissingResourceException: No such bundle org.netbeans.modules.team.server.api.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.team.server.api.TeamUIUtils.getDefaultRepoFolder(TeamUIUtils.java:150)
   at org.netbeans.modules.kenai.ui.GetSourcesFromKenaiPanel.updateRepoPath(GetSourcesFromKenaiPanel.java:670)
   at org.netbeans.modules.kenai.ui.GetSourcesFromKenaiPanel.kenaiRepoComboBoxActionPerformed(GetSourcesFromKenaiPanel.java:523)
Comment 1 Tomas Stupka 2013-07-26 13:34:08 UTC
Created attachment 137862 [details]
stacktrace
Comment 2 Tomas Stupka 2013-07-26 13:58:40 UTC
fixed in core-main #0ab69808959b
Comment 3 Quality Engineering 2013-07-27 02:19:43 UTC
Integrated into 'main-silver', will be available in build *201307262300* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/0ab69808959b
User: Tomas Stupka <tstupka@netbeans.org>
Log: Issue #233492 - java.util.MissingResourceException: No such bundle org.netbeans.modules.team.server.api.Bundle