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 77100 - SourceNodes constructor ClassCastException
Summary: SourceNodes constructor ClassCastException
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 5.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-05-30 17:08 UTC by Anton Chechel
Modified: 2007-09-26 09:14 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 Anton Chechel 2006-05-30 17:08:14 UTC
EXPLORER_FACTORY = createSourceNodeFactory((ExElementNodeFactory)
JavaDataObject.getExplorerFactory());

 
JavaDataObject.getExplorerFactory() returns JavaElementNodeFactory not
ExElementNodeFactory
Comment 1 Petr Hrebejk 2006-12-04 17:21:51 UTC
Java loader API no longer contains thi method.