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 8724 - MissingResourceException is thrown when you fill empty repository dir
Summary: MissingResourceException is thrown when you fill empty repository dir
Status: CLOSED FIXED
Alias: None
Product: obsolete
Classification: Unclassified
Component: vcscvs (show other bugs)
Version: 3.x
Hardware: PC All
: P3 major (vote)
Assignee: issues@obsolete
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2000-12-01 17:55 UTC by dmladek
Modified: 2003-07-02 17:21 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
log with exception (5.43 KB, text/plain)
2001-07-20 20:39 UTC, dmladek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description dmladek 2000-12-01 17:55:35 UTC
[1160CE boston FCS]
W2K, linux
====================
In CVSWizard if you don't fill repository dir, respectively you make the field
EMPTY and press button NEXT,

the java.util.MissingResourceException:
Can't find resource for bundle java.util.PropertyResourceBundle,
keyNewCvsCustomizer.repositoryNonExistent

is thrown.

I checked out the boston branch and look into the source and find that
keyNewCvsCustomizer.repositoryNonExistent

realy exist in Bundle in package org.netbeans.modules.vcs.cmdline

and I could't find the reason why this calling
org.netbeans.modules.vcs.cmdline.Cust2ServerPanel$5.run(Cust2ServerPanel
.java:313)

can't find the key...

see ide.log
Comment 1 dmladek 2000-12-01 17:57:59 UTC
Created attachment 361 [details]
log with exception
Comment 2 dmladek 2000-12-01 20:33:59 UTC
CVS Setup...Working directory
if you don't enter any dir (make this field empty) There is possibility to press NExt button.
This shouldn't be. Ind if press this one only thing with you can do with this dialog is
press Cancel button or "X"
Comment 3 dmladek 2000-12-01 21:37:59 UTC
I made a mistake when I checkout boston branch . I've merge it with the main-trunk.
Realy the Bundle  in boston  contains a minor part of keys comparable with
maintrunk.
There are only 7 or 8 keys !!!
I think that could make troubles in general so I upgrade priority to P3
Comment 4 Martin Entlicher 2000-12-05 09:36:59 UTC
In both main trunk and revision31 it is already fixed.
Can not fix in boston branch due to code freeze.
Comment 5 dmladek 2001-02-04 13:26:59 UTC
in dev builds it is fixed, so marked as verified.

--
Note -> BUG also appears in version : FFJ20
Comment 6 dmladek 2001-02-04 15:46:59 UTC
*** Bug 8986 has been marked as a duplicate of this bug. ***
Comment 7 Quality Engineering 2003-07-02 17:21:07 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.