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 25614 - 3.3.2 module in 3.4 IDE compatibility issue
Summary: 3.3.2 module in 3.4 IDE compatibility issue
Status: CLOSED INVALID
Alias: None
Product: xml
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: PC Linux
: P4 blocker (vote)
Assignee: _ lkramolis
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-07-15 10:21 UTC by Martin Schovanek
Modified: 2005-03-09 04:26 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 Martin Schovanek 2002-07-15 10:21:38 UTC
[Nb build 200207120100, jdk1.4.0]

Due some compatibily problems we had to test 3.3.2
modules in 3.4 IDE. Two compatibility issues was
found after intalling 3.3.2 XML modules in 3.4 IDE:

1) Cannot mount catalog. XML Entity Catalogs >
Mount Catalog ... action throws:
Annotation: Exception occurred in Request Processor
java.lang.ClassCastException:
org.openide.nodes.FilterNode
        at
org.netbeans.modules.xml.catalog.CatalogRootNode$MountAction.performAction(CatalogRootNode.java:282)
        at
org.openide.util.actions.NodeAction.performAction(NodeAction.java:179)
        at
org.openide.util.actions.NodeAction.actionPerformed(NodeAction.java:170)
        at
org.netbeans.core.ModuleActions$1.run(ModuleActions.java:100)
        at org.openide.util.Task.run(Task.java:136)
[catch] at
org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:599)


2) After installing XML modules IDE throws:
Annotation: Folder cannot be sorted: Templates
org.openide.util.Utilities$UnorderableException
        at
org.openide.util.Utilities.partialSort(Utilities.java:1672)
[catch] at
org.openide.loaders.FolderList.carefullySort(FolderList.java:457)
        at
org.openide.loaders.FolderList.createBoth(FolderList.java:675)
        at
org.openide.loaders.FolderList.getObjects(FolderList.java:407)
        at
org.openide.loaders.FolderList.access$200(FolderList.java:43)
        at
org.openide.loaders.FolderList$ListTask.run(FolderList.java:755)
        at org.openide.util.Task.run(Task.java:136)
        at
org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:599)
Comment 1 _ lkramolis 2002-07-15 10:39:35 UTC
I do not understand it. What does it mean? If you has found bug in XML
3.3.2 implementation, should I fix it in 3.3.2 release or can I close
it as fixed in 3.4 impl?
Comment 2 Martin Schovanek 2002-07-15 11:58:36 UTC
The main purpose of this was found incompatibilities in 3.4. So we
should decide if it's real problem somewhere in 3.4 and fail bug. Or
explain source of it and close it.
Comment 3 _ lkramolis 2002-07-15 12:50:15 UTC
OK.

The first problem has already been reported and fixed (issue 22793).

And the second one is problem in openide which is not able to order
all Templates -- probably order cycle detected.
Comment 4 Martin Schovanek 2002-07-17 12:54:25 UTC
It is no 3.4 IDE compatibility issue.
Comment 5 Martin Schovanek 2003-03-13 14:27:57 UTC
VERIFIED
Comment 6 Quality Engineering 2003-07-02 08:37:40 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.