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 5716 - Adding New Internal Compilation Service cause exception and then workspaces cannot be saved
Summary: Adding New Internal Compilation Service cause exception and then workspaces c...
Status: CLOSED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 3.x
Hardware: Sun Solaris
: P4 normal (vote)
Assignee: David Kaspar
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2000-02-11 03:03 UTC by David Kaspar
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 David Kaspar 2000-02-11 03:03:48 UTC
btw.: Insert space char to label of menuitem (in Project Settings | Compiler Types | Internal Compilations | popupmenu); now it is "NewInternal Compilation Service"

[jglick] Specific exception:

java.lang.ArrayIndexOutOfBoundsException

        at org.openide.explorer.view.VisualizerChildren.reordered(VisualizerChildren.java:133)
        at org.openide.explorer.view.VisualizerEvent$Reordered.run(VisualizerEvent.java:164)
        at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:154)

And I do not see any problem with the label, it has the correct space for me.

[jst] I saw such problems,  they were related to Children.Keys and that somebody tried to set more keys that were equal. Probably could be fixed by rewriting children keys to really allow more instanc
es of the same key in one collection.
Comment 1 Marek Grummich 2000-07-25 09:22:59 UTC
Priority is changed to P4 (normal).
Comment 2 Quality Engineering 2003-07-02 17:20:07 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.