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 218469 - ArrayIndexOutOfBoundsException: No such child: 1
Summary: ArrayIndexOutOfBoundsException: No such child: 1
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Options&Settings (show other bugs)
Version: 7.3
Hardware: All All
: P1 normal (vote)
Assignee: Theofanis Oikonomou
URL:
Keywords: REGRESSION
Depends on:
Blocks:
 
Reported: 2012-09-17 12:02 UTC by soldatov
Modified: 2012-09-19 03:00 UTC (History)
6 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 192488


Attachments
stacktrace (3.23 KB, text/plain)
2012-09-17 12:02 UTC, soldatov
Details
stacktrace (3.22 KB, text/plain)
2012-09-17 17:02 UTC, Kenneth Ganfield
Details
stacktrace (7.25 KB, text/plain)
2012-09-18 18:59 UTC, marco76
Details
stacktrace (3.23 KB, text/plain)
2012-09-18 20:41 UTC, gena01
Details

Note You need to log in before you can comment on or make changes to this bug.
Description soldatov 2012-09-17 12:02:46 UTC
This issue was reported manually by soldatov.
It already has 1 duplicates 


Build: NetBeans IDE Dev (Build 201209160001)
VM: Java HotSpot(TM) 64-Bit Server VM, 20.8-b03-424, Java(TM) SE Runtime Environment, 1.6.0_33-b03-424-10M3720
OS: Mac OS X

User Comments:
soldatov: call Options window




Stacktrace: 
java.lang.ArrayIndexOutOfBoundsException: No such child: 1
   at java.awt.Container.getComponent(Container.java:292)
   at org.netbeans.modules.options.OptionsPanel.initUI(OptionsPanel.java:331)
   at org.netbeans.modules.options.OptionsPanel.<init>(OptionsPanel.java:170)
   at org.netbeans.modules.options.OptionsDisplayerImpl.showOptionsDialog(OptionsDisplayerImpl.java:165)
   at org.netbeans.api.options.OptionsDisplayer$3.run(OptionsDisplayer.java:190)
   at org.netbeans.api.options.OptionsDisplayer$3.run(OptionsDisplayer.java:176)
Comment 1 soldatov 2012-09-17 12:02:48 UTC
Created attachment 124448 [details]
stacktrace
Comment 2 soldatov 2012-09-17 12:08:02 UTC
P1, because this exceptions breaks a lot of tests on MacOSX.

Push NetBeans|Preferences... menu item
===> exception
Comment 3 Theofanis Oikonomou 2012-09-17 12:15:24 UTC
This is caused from http://hg.netbeans.org/core-main/rev/af1eafc5bf07
working on the fix...
Comment 4 Theofanis Oikonomou 2012-09-17 13:52:38 UTC
Fixed: http://hg.netbeans.org/core-main/rev/98775f5d9c27
Comment 5 Kenneth Ganfield 2012-09-17 17:02:17 UTC
Created attachment 124470 [details]
stacktrace

opening options window from menu
Comment 6 Exceptions Reporter 2012-09-18 15:17:10 UTC
This bug already has 5 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=192488
Comment 7 marco76 2012-09-18 18:59:14 UTC
Created attachment 124537 [details]
stacktrace

Testing the CVS specification (http://wiki.netbeans.org/TS_70_CVS), I tried to open the proxy configuration, pt 1.4
Comment 8 gena01 2012-09-18 20:41:10 UTC
Created attachment 124539 [details]
stacktrace
Comment 9 Quality Engineering 2012-09-19 03:00:34 UTC
Integrated into 'main-golden', will be available in build *201209190001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/98775f5d9c27
User: Theofanis Oikonomou <theofanis@netbeans.org>
Log: Issue #218469 - ArrayIndexOutOfBoundsException: No such child: 1