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 258899 - IllegalArgumentException: permutation of incorrect length: 9 rather than 4
Summary: IllegalArgumentException: permutation of incorrect length: 9 rather than 4
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Nodes (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Jan Peska
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-04-19 08:21 UTC by Exceptions Reporter
Modified: 2016-04-19 08:21 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 223609


Attachments
stacktrace (3.29 KB, text/plain)
2016-04-19 08:21 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2016-04-19 08:21:14 UTC
This bug was originally marked as duplicate of bug 194577, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 8.1 (Build 201510222201)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.77-b03, Java(TM) SE Runtime Environment, 1.8.0_77-b03
OS: Linux

User Comments:
GUEST: Moving up/down custom component in the swing palette manager




Stacktrace: 
java.lang.IllegalArgumentException: permutation of incorrect length: 9 rather than 4
   at org.openide.loaders.DataFolder$Index.reorder(DataFolder.java:969)
   at org.openide.nodes.Index$Support.exchange(Index.java:197)
   at org.openide.nodes.Index$Support.moveUp(Index.java:205)
   at org.netbeans.modules.palette.ui.Customizer.moveNode(Customizer.java:403)
   at org.netbeans.modules.palette.ui.Customizer.moveUpButtonActionPerformed(Customizer.java:366)
   at org.netbeans.modules.palette.ui.Customizer.access$300(Customizer.java:71)
Comment 1 Exceptions Reporter 2016-04-19 08:21:16 UTC
Created attachment 159314 [details]
stacktrace