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 17165 - Missing resource exception for MSG_Command_cancelled on cancelling checkin
Summary: Missing resource exception for MSG_Command_cancelled on cancelling checkin
Status: CLOSED DUPLICATE of bug 16738
Alias: None
Product: obsolete
Classification: Unclassified
Component: vcsgeneric (show other bugs)
Version: 3.x
Hardware: PC Windows 3.1/NT
: P3 blocker (vote)
Assignee: issues@obsolete
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-10-31 13:15 UTC by ats37
Modified: 2003-07-01 13:03 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description ats37 2001-10-31 13:15:11 UTC
I'm using the Clearcase generic VCS profile in Netbeans 3.3 beta 1 under 
JDK1.3.1_01.  If I select to check in a file, then click Cancel in the Check In 
dialog window, the following exception is produced:

Wed Oct 31 10:04:13 GMT 2001: java.util.MissingResourceException: Missing 
resource from class: java.util.PropertyResourceBundle
Annotation: Missing resource from class: java.util.PropertyResourceBundle
Annotation: Key which was not found: MSG_Command_cancelled
java.util.MissingResourceException: Can't find resource for bundle 
java.util.PropertyResourceBundle, key MSG_Command_cancelled
        at java.util.ResourceBundle.getObject(ResourceBundle.java:382)
        at java.util.ResourceBundle.getString(ResourceBundle.java:354)
        at org.netbeans.modules.vcscore.commands.CommandsPool.g
(CommandsPool.java:1119)
        at org.netbeans.modules.vcscore.commands.CommandsPool.g
(CommandsPool.java:1123)
        at org.netbeans.modules.vcscore.commands.CommandsPool.preprocessCommand
(CommandsPool.java:262)
        at org.netbeans.modules.vcscore.VcsAction.doCommandExecution
(VcsAction.java:476)
        at org.netbeans.modules.vcscore.VcsAction.doCommand(VcsAction.java:345)
        at org.netbeans.modules.vcscore.VcsAction.doCommand(VcsAction.java:290)
        at org.netbeans.modules.vcscore.VcsAction.doCommand(VcsAction.java:276)
        at org.netbeans.modules.vcscore.VcsAction.performVcsCommand
(VcsAction.java:1302)
        at org.netbeans.modules.vcscore.VcsAction.performVcsCommand
(VcsAction.java:1258)
        at org.netbeans.modules.vcscore.VcsAction.performCommand
(VcsAction.java:1318)
        at org.netbeans.modules.vcscore.VcsAction$2.run(VcsAction.java:1371)
[catch] at java.lang.Thread.run(Thread.java:484)
Comment 1 Jiri Kovalsky 2001-10-31 15:15:03 UTC
Thanks for catching this, Andy.

*** This issue has been marked as a duplicate of 16738 ***
Comment 2 Jiri Kovalsky 2001-10-31 15:16:07 UTC
... but it's unfortunately duplicate of another bug.
Comment 3 Quality Engineering 2003-07-01 13:03:50 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.