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 - There are update/loading problems in ObjectBrowser
Summary: There are update/loading problems in ObjectBrowser
Status: CLOSED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 3.x
Hardware: All All
: P4 normal (vote)
Assignee: Janne Leppanen
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1999-08-17 18:04 UTC by Janne Leppanen
Modified: 2002-07-19 15:23 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 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).