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 - ArrayIndexOutOfBoundsException arise after invoke compilation (Compile tab want be added to Output window)
Summary: ArrayIndexOutOfBoundsException arise after invoke compilation (Compile tab wa...
Status: VERIFIED WONTFIX
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 3.x
Hardware: Sun Solaris
: P3 blocker (vote)
Assignee: Peter Zavadsky
URL:
Keywords: RANDOM
Depends on: 26156
Blocks:
  Show dependency tree
 
Reported: 2002-07-31 17:18 UTC by Marian Mirilovic
Modified: 2008-12-23 09:33 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
ArrayIndexOutOfBoundsException - stack trace (2.41 KB, text/plain)
2002-07-31 17:20 UTC, Marian Mirilovic
Details

Note You need to log in before you can comment on or make changes to this bug.
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