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 21370 - ALL: Some commands do not completely work due to recent repackaging.
Summary: ALL: Some commands do not completely work due to recent repackaging.
Status: CLOSED FIXED
Alias: None
Product: obsolete
Classification: Unclassified
Component: vcsgeneric (show other bugs)
Version: 3.x
Hardware: PC Windows ME/2000
: P1 blocker (vote)
Assignee: issues@obsolete
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-03-08 14:07 UTC by Jiri Kovalsky
Modified: 2003-07-01 13:02 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
MissingResourceException thrown when "CVS|Diff Graphical" was called. (1.61 KB, text/plain)
2002-03-08 14:08 UTC, Jiri Kovalsky
Details
Exception when trying to select some module for checkout. (1.36 KB, text/plain)
2002-03-11 11:40 UTC, Jiri Kovalsky
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Kovalsky 2002-03-08 14:07:11 UTC
Development build #200203080100 of NetBeans 3.4 on Windows 2000 with JDK 1.4 b92

Description:
============
Some commands like diffs, group verification or "VSS|Set Password" do not work
because they throw java.util.MissingResourceException and fail. This is very
serious regression and should be fixed as soon as possible. Have a look at the
attached exception as an example of failed "CVS|Diff Graphical" command.

Steps to reproduce:
===================
1. Mount CVS filesystem using Command-line Client.
2. Right click some file and choose "CVS|Diff Graphical" action from popup menu.
3. An exception will be thrown and you won't get any diff window.
Comment 1 Jiri Kovalsky 2002-03-08 14:08:48 UTC
Created attachment 5004 [details]
MissingResourceException thrown when "CVS|Diff Graphical" was called.
Comment 2 Martin Entlicher 2002-03-08 14:23:05 UTC
A ResourceBundle was missing.
Fixed in dev build and QBE2002030801000 branch.
Comment 3 Jiri Kovalsky 2002-03-08 15:24:13 UTC
Increasing priority as it is a Q-Build showstopper.
Comment 4 dmladek 2002-03-08 17:40:59 UTC
Verified on continues build: NBdev (Build 20020308-1554)
Comment 5 Jiri Kovalsky 2002-03-11 11:37:57 UTC
I am sorry to say that it's still not fixed completely. I got the
similar exception when trying to select some module using "Select..."
button on "CVS Checkout -" dialog. Could you please double check the
fix ? Have a look at the attached exception for more details.
Comment 6 Jiri Kovalsky 2002-03-11 11:40:25 UTC
Created attachment 5017 [details]
Exception when trying to select some module for checkout.
Comment 7 Martin Entlicher 2002-03-12 08:53:16 UTC
Similar bug appears also for "View Branches".
Fixed in dev build Mar 13.
Comment 8 Jiri Kovalsky 2002-03-15 09:50:30 UTC
I am pleased to confirm it's working fine in development build of
NetBeans 3.4 #200203150100. Verified.
Comment 9 Quality Engineering 2003-07-01 13:02:57 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.