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 28620 - java.lang.ClassCastException
Summary: java.lang.ClassCastException
Status: RESOLVED DUPLICATE of bug 28365
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 3.x
Hardware: PC Windows ME/2000
: P3 blocker (vote)
Assignee: issues@java
URL:
Keywords:
: 31664 (view as bug list)
Depends on:
Blocks:
 
Reported: 2002-11-11 04:54 UTC by MarkAlanSauer
Modified: 2005-12-14 19:05 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 MarkAlanSauer 2002-11-11 04:54:09 UTC
While looking at org.apache.xalan in the PACKAGE window, 
client in the OBJECT window the following exception 
occurred:

Sun Nov 10 23:18:39 EST 2002: 
java.lang.ClassCastException: 
org.netbeans.modules.objectbrowser.ClassBrowserHierarchyTra
nslator$MemberFilter
java.lang.ClassCastException: 
org.netbeans.modules.objectbrowser.ClassBrowserHierarchyTra
nslator$MemberFilter
        at 
org.netbeans.modules.objectbrowser.ClassBrowserHierarchyTra
nslator.getHierarchyForPackage
(ClassBrowserHierarchyTranslator.java:249)
        at 
org.netbeans.modules.objectbrowser.ClassBrowserHierarchyTra
nslator.translate(ClassBrowserHierarchyTranslator.java:168)
        at 
org.netbeans.modules.objectbrowser.ExplorerBean.refreshNode
s(ExplorerBean.java:431)
        at 
org.netbeans.modules.objectbrowser.ExplorerBean.dataItemAva
ilable(ExplorerBean.java:543)
        at 
javax.infobus.DefaultController.fireItemAvailable
(DefaultController.java:90)
        at javax.infobus.InfoBus.fireItemAvailable
(InfoBus.java:995)
        at 
org.netbeans.modules.objectbrowser.ExplorerBean$1.propertyC
hange(ExplorerBean.java:141)
        at 
java.beans.PropertyChangeSupport.firePropertyChange
(PropertyChangeSupport.java:252)
        at 
org.openide.explorer.ExplorerManager.setSelectedNodes
(ExplorerManager.java:204)
        at 
org.openide.explorer.view.ListView.selectionChanged
(ListView.java:360)
        at 
org.openide.explorer.view.ListView$Listener.valueChanged
(ListView.java:741)
        at 
javax.swing.DefaultListSelectionModel.fireValueChanged
(DefaultListSelectionModel.java:187)
        at 
javax.swing.DefaultListSelectionModel.fireValueChanged
(DefaultListSelectionModel.java:167)
        at 
javax.swing.DefaultListSelectionModel.fireValueChanged
(DefaultListSelectionModel.java:214)
        at 
javax.swing.DefaultListSelectionModel.changeSelection
(DefaultListSelectionModel.java:402)
        at 
javax.swing.DefaultListSelectionModel.changeSelection
(DefaultListSelectionModel.java:411)
        at 
javax.swing.DefaultListSelectionModel.setSelectionInterval
(DefaultListSelectionModel.java:435)
        at javax.swing.JList.setSelectionInterval
(JList.java:1603)
        at 
javax.swing.plaf.basic.BasicListUI$MouseInputHandler.adjust
FocusAndSelection(BasicListUI.java:1332)
        at 
javax.swing.plaf.basic.BasicListUI$MouseInputHandler.mouseP
ressed(BasicListUI.java:1294)
        at java.awt.AWTEventMulticaster.mousePressed
(AWTEventMulticaster.java:218)
        at java.awt.AWTEventMulticaster.mousePressed
(AWTEventMulticaster.java:217)
        at java.awt.AWTEventMulticaster.mousePressed
(AWTEventMulticaster.java:217)
        at java.awt.Component.processMouseEvent
(Component.java:5018)
        at java.awt.Component.processEvent
(Component.java:4818)
        at java.awt.Container.processEvent
(Container.java:1525)
        at java.awt.Component.dispatchEventImpl
(Component.java:3526)
        at java.awt.Container.dispatchEventImpl
(Container.java:1582)
        at java.awt.Component.dispatchEvent
(Component.java:3367)
        at 
java.awt.LightweightDispatcher.retargetMouseEvent
(Container.java:3359)
[catch] at java.awt.LightweightDispatcher.processMouseEvent
(Container.java:3071)
        at java.awt.LightweightDispatcher.dispatchEvent
(Container.java:3004)
        at java.awt.Container.dispatchEventImpl
(Container.java:1568)
        at java.awt.Window.dispatchEventImpl
(Window.java:1581)
        at java.awt.Component.dispatchEvent
(Component.java:3367)
        at java.awt.EventQueue.dispatchEvent
(EventQueue.java:445)
        at 
java.awt.EventDispatchThread.pumpOneEventForHierarchy
(EventDispatchThread.java:191)
        at 
java.awt.EventDispatchThread.pumpEventsForHierarchy
(EventDispatchThread.java:144)
        at java.awt.EventDispatchThread.pumpEvents
(EventDispatchThread.java:138)
        at java.awt.EventDispatchThread.pumpEvents
(EventDispatchThread.java:130)
        at java.awt.EventDispatchThread.run
(EventDispatchThread.java:98)


ide.log: 

Version = NetBeans IDE 3.3.2
Comment 1 qpolarbear 2005-12-14 19:03:48 UTC
*** Issue 31664 has been marked as a duplicate of this issue. ***
Comment 2 qpolarbear 2005-12-14 19:05:59 UTC

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