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 3413

Summary: There are update/loading problems in ObjectBrowser
Product: java Reporter: Janne Leppanen <jleppanen>
Component: UnsupportedAssignee: Janne Leppanen <jleppanen>
Status: CLOSED FIXED    
Severity: normal    
Priority: P4    
Version: 3.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Janne Leppanen 1999-08-17 18:04:00 UTC
When browsing the examples some exceptions were thrown and IDE became horriblly slow.


Exception occurred during event dispatching:
java.lang.IllegalArgumentException: 0 --- = ClockFrame

        at org.openide.nodes.NodeOp.computePermutation(Compiled Code)
        at org.openide.nodes.Children$1$Updator.run(Compiled Code)
        at java.awt.event.InvocationEvent.dispatch(Compiled Code)
        at java.awt.EventQueue.dispatchEvent(Compiled Code)
        at java.awt.EventDispatchThread.run(EventDispatchThread.java:68)

Exception occurred during event dispatching:
java.lang.IllegalArgumentException: 0 --- = ColorPicker

        at org.openide.nodes.NodeOp.computePermutatio
Comment 1 Marek Grummich 2000-07-25 09:39:59 UTC
Priority is changed to P4 (normal).