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 19697 - ClassCastException when Remove on [nCheckout] files
Summary: ClassCastException when Remove on [nCheckout] files
Status: CLOSED DUPLICATE of bug 18101
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: CVS (show other bugs)
Version: 3.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: issues@versioncontrol
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-01-23 16:04 UTC by Lukas Hasik
Modified: 2007-01-04 17:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
ide.log with exception (6.61 KB, text/plain)
2002-01-23 16:05 UTC, Lukas Hasik
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Lukas Hasik 2002-01-23 16:04:13 UTC
[200201230100], jdk 1.4

-start IDE
-mount cvs
-delete some Up-To-Date files
-Do CVS->Remove on this files

this exception appears.

Wed Jan 23 16:51:22 CET 2002: java.lang.ClassCastException:
org.netbeans.modules.javacvs.caching.CvsCacheFile
java.lang.ClassCastException: org.netbeans.modules.javacvs.caching.CvsCacheFile
        at
org.netbeans.modules.javacvs.commands.CacheUpdatingFsCommand.fireUpdateCache(CacheUpdatingFsCommand.java:322)
        at
org.netbeans.modules.javacvs.commands.CvsRemove.finishedCommand(CvsRemove.java:113)
        at
org.netbeans.modules.javacvs.commands.FileSystemCommand.run(FileSystemCommand.java:455)
[catch] at java.lang.Thread.run(Thread.java:536)
Comment 1 Lukas Hasik 2002-01-23 16:05:00 UTC
Created attachment 4354 [details]
ide.log with exception
Comment 2 Milos Kleint 2002-01-23 16:42:08 UTC
according to the stacktrace is a duplicate of #18101

*** This issue has been marked as a duplicate of 18101 ***
Comment 3 Jiri Kovalsky 2002-01-24 12:05:44 UTC
Agreed. It looks very similar. Verified.
Comment 4 Quality Engineering 2003-07-01 12:48:50 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.