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 15606 - Cannot right-click on *.java in CVS file system
Summary: Cannot right-click on *.java in CVS file system
Status: CLOSED DUPLICATE of bug 15593
Alias: None
Product: obsolete
Classification: Unclassified
Component: vcscore (show other bugs)
Version: 3.x
Hardware: PC Windows 3.1/NT
: P1 blocker (vote)
Assignee: issues@obsolete
URL:
Keywords:
: 15613 (view as bug list)
Depends on:
Blocks:
 
Reported: 2001-09-18 18:16 UTC by _ gtzabari
Modified: 2003-07-01 12:56 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 _ gtzabari 2001-09-18 18:16:07 UTC
dev build 200109180940
Sun JDK 1.3.1

Set to P1 because this is basic functionality (ie: Cannot use any CVS commands 
on file)

Right clicking on source-code in a mounted CVS filesystem gives:

Tue Sep 18 13:12:53 EDT 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)
        at 
org.netbeans.modules.vcscore.grouping.GroupUtils.getDefaultGroupInstance
(GroupUtils.java:81)
        at org.netbeans.modules.vcscore.actions.AddToGroupAction.getPresenter
(AddToGroupAction.java:122)
        at 
org.netbeans.modules.vcscore.actions.AddToGroupAction.getPopupPresenter
(AddToGroupAction.java:80)
        at org.openide.actions.FileSystemAction.createMenu
(FileSystemAction.java:136)
        at org.openide.actions.FileSystemAction.createMenu
(FileSystemAction.java:115)
        at org.openide.actions.FileSystemAction$Menu.<init>
(FileSystemAction.java:201)
        at org.openide.actions.FileSystemAction.getPopupPresenter
(FileSystemAction.java:163)
        at org.openide.nodes.NodeOp.findContextMenuImpl(NodeOp.java:145)
        at org.openide.nodes.Node.getContextMenu(Node.java:414)
        at org.openide.nodes.NodeOp.findContextMenu(NodeOp.java:79)
        at org.openide.explorer.view.TreeView.createPopup(TreeView.java:807)
        at org.openide.explorer.view.TreeView$PopupAdapter.showPopup
(TreeView.java:760)
        at org.openide.awt.MouseUtils$PopupMouseAdapter.mouseReleased
(MouseUtils.java:149)
        at java.awt.AWTEventMulticaster.mouseReleased
(AWTEventMulticaster.java:231)
        at java.awt.AWTEventMulticaster.mouseReleased
(AWTEventMulticaster.java:230)
        at java.awt.Component.processMouseEvent(Component.java:3715)
        at java.awt.Component.processEvent(Component.java:3544)
        at java.awt.Container.processEvent(Container.java:1164)
        at java.awt.Component.dispatchEventImpl(Component.java:2593)
        at java.awt.Container.dispatchEventImpl(Container.java:1213)
        at java.awt.Component.dispatchEvent(Component.java:2497)
        at 
javax.swing.plaf.basic.BasicInternalFrameUI$GlassPaneDispatcher.retargetMouseEve
nt(BasicInternalFrameUI.java:1221)
        at 
javax.swing.plaf.basic.BasicInternalFrameUI$GlassPaneDispatcher.forwardMouseEven
t(BasicInternalFrameUI.java:1148)
[catch] at 
javax.swing.plaf.basic.BasicInternalFrameUI$GlassPaneDispatcher.mouseReleased
(BasicInternalFrameUI.java:1122)
        at java.awt.Component.processMouseEvent(Component.java:3715)
        at java.awt.Component.processEvent(Component.java:3544)
        at java.awt.Container.processEvent(Container.java:1164)
        at java.awt.Component.dispatchEventImpl(Component.java:2593)
        at java.awt.Container.dispatchEventImpl(Container.java:1213)
        at java.awt.Component.dispatchEvent(Component.java:2497)
        at java.awt.LightweightDispatcher.retargetMouseEvent
(Container.java:2451)
        at java.awt.LightweightDispatcher.processMouseEvent(Container.java:2216)
        at java.awt.LightweightDispatcher.dispatchEvent(Container.java:2125)
        at java.awt.Container.dispatchEventImpl(Container.java:1200)
        at java.awt.Window.dispatchEventImpl(Window.java:914)
        at java.awt.Component.dispatchEvent(Component.java:2497)
        at java.awt.EventQueue.dispatchEvent(EventQueue.java:339)
        at java.awt.EventDispatchThread.pumpOneEventForHierarchy
(EventDispatchThread.java:131)
        at java.awt.EventDispatchThread.pumpEventsForHierarchy
(EventDispatchThread.java:98)
        at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
        at java.awt.EventDispatchThread.run(EventDispatchThread.java:85)
Comment 1 Milos Kleint 2001-09-18 18:49:43 UTC
I've already filed an equal bug against openide. Making this one
duplicate and adding you to the cc list on the other one.

*** This issue has been marked as a duplicate of 15593 ***
Comment 2 Jiri Kovalsky 2001-09-19 08:25:43 UTC
*** Issue 15613 has been marked as a duplicate of this issue. ***
Comment 3 Jiri Kovalsky 2001-09-20 08:32:43 UTC
I agree this is duplicate. Verified.
Comment 4 Quality Engineering 2003-07-01 12:56:24 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.