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 26157

Summary: ArrayIndexOutOfBoundsException arise after invoke compilation (Compile tab want be added to Output window)
Product: platform Reporter: Marian Mirilovic <mmirilovic>
Component: Window SystemAssignee: Peter Zavadsky <pzavadsky>
Status: VERIFIED WONTFIX    
Severity: blocker CC: mslama
Priority: P3 Keywords: RANDOM
Version: 3.x   
Hardware: Sun   
OS: Solaris   
Issue Type: DEFECT Exception Reporter:
Bug Depends on: 26156    
Bug Blocks:    
Attachments: ArrayIndexOutOfBoundsException - stack trace

Description Marian Mirilovic 2002-07-31 17:18:33 UTC
[nb_release34_rc1](20020731), [jdk1.4.1](rc)

see issue 26156 and invoke compilation ->
ArrayIndexOutOfBoundsException(attachment) arise.
Comment 1 Marian Mirilovic 2002-07-31 17:20:41 UTC
Created attachment 6969 [details]
ArrayIndexOutOfBoundsException - stack trace
Comment 2 Peter Zavadsky 2002-08-01 10:16:40 UTC
This is "just" a consequence of the issue #26156, which put the
container into incosistent state, unable to continue work. This
exception is thrown due to that incosistency.
Comment 3 mslama 2003-07-03 11:49:29 UTC
Please use binary patch attached to issue #34372 (for NB 3.5) to get
some more info for me.
Comment 4 Marian Mirilovic 2003-11-26 12:57:28 UTC
Because Window System v1 will not be supported from now by our team, all old
winsys issues (now "core/window system v1" issues) are going to be closed as
WONTFIX. 

Changes in API which emerged both from UI spec 
and problems with adjusting to the older API are described in the document
http://core.netbeans.org/windowsystem/changes.html.
 It shows also recommends how the client code should be adjusted to the new
window system.

If you think this issue apply also to the new winsys then change the
subcomponent (to "core/window system") and REOPEN it.
Comment 5 Marian Mirilovic 2003-11-27 15:25:37 UTC
verified