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

Summary: ClassCastException when Remove on [nCheckout] files
Product: versioncontrol Reporter: Lukas Hasik <lhasik>
Component: CVSAssignee: issues@versioncontrol <issues>
Status: CLOSED DUPLICATE    
Severity: blocker    
Priority: P3    
Version: 3.x   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:
Attachments: ide.log with exception

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.