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 15613 - java.lang.ClassCastException when invoking pop-up menu on CVS FS
Summary: java.lang.ClassCastException when invoking pop-up menu on CVS FS
Status: CLOSED DUPLICATE of bug 15606
Alias: None
Product: obsolete
Classification: Unclassified
Component: vcscore (show other bugs)
Version: 3.x
Hardware: Sun Solaris
: P1 blocker (vote)
Assignee: issues@obsolete
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-09-19 08:01 UTC by Jiri Skrivanek
Modified: 2001-09-19 08:28 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Stack trace (2.79 KB, text/plain)
2001-09-19 08:02 UTC, Jiri Skrivanek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Skrivanek 2001-09-19 08:01:32 UTC
Tested in build 20010918-1951, JDK1.3.1.

- mount a CVS filesystem
- try to invoke pop-up menu on some file and you get exception:

Wed Sep 19 08:55:49 CEST 2001: java.lang.ClassCastException:
org.openide.loaders.InstanceDataObject$CookieAdjustingFilter
java.lang.ClassCastException:
org.openide.loaders.InstanceDataObject$CookieAdjustingFilter
        at
org.netbeans.modules.vcscore.grouping.GroupUtils.getMainVcsGroupNodeInstance(GroupUtils.java:54)
Comment 1 Jiri Skrivanek 2001-09-19 08:02:48 UTC
Created attachment 2590 [details]
Stack trace
Comment 2 Jiri Kovalsky 2001-09-19 08:25:43 UTC
Thanks for catching this Jiri, although it is a duplicate.

*** This issue has been marked as a duplicate of 15606 ***