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 262718 - IndexOutOfBoundsException: Index: 3, Size: 1
Summary: IndexOutOfBoundsException: Index: 3, Size: 1
Status: RESOLVED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: Options (show other bugs)
Version: 8.2
Hardware: All All
: P2 normal (vote)
Assignee: Milutin Kristofic
URL:
Keywords:
: 267267 (view as bug list)
Depends on:
Blocks:
 
Reported: 2016-07-07 13:43 UTC by MackSix
Modified: 2016-08-15 15:04 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 225111


Attachments
stacktrace (3.15 KB, text/plain)
2016-07-07 13:43 UTC, MackSix
Details

Note You need to log in before you can comment on or make changes to this bug.
Description MackSix 2016-07-07 13:43:03 UTC
Build: NetBeans IDE Dev (Build 201606300002)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.92-b14, Java(TM) SE Runtime Environment, 1.8.0_92-b14
OS: Windows 7

User Comments:
MackSix: 1. Goto Options>>Editor>>Hints
2. Search "comparing".
3. Uncheck "Coparing Strings using == or !=".

This Exception is thrown.




Stacktrace: 
java.lang.IndexOutOfBoundsException: Index: 3, Size: 1
   at java.util.ArrayList.RangeCheck(ArrayList.java:653)
   at java.util.ArrayList.get(ArrayList.java:429)
   at org.netbeans.modules.options.editor.spi.OptionsFilter$FilteringTreeModel.getChild(OptionsFilter.java:127)
   at javax.swing.plaf.basic.BasicTreeUI$Handler.treeNodesChanged(BasicTreeUI.java:3842)
   at javax.swing.tree.DefaultTreeModel.fireTreeNodesChanged(DefaultTreeModel.java:486)
   at javax.swing.tree.DefaultTreeModel.nodesChanged(DefaultTreeModel.java:348)
Comment 1 MackSix 2016-07-07 13:43:05 UTC
Created attachment 160302 [details]
stacktrace
Comment 2 Milutin Kristofic 2016-07-12 13:38:11 UTC
Reproducible, thank you. It is caused by https://netbeans.org/bugzilla/show_bug.cgi?id=258518 I am trying to fix this.
Comment 3 Milutin Kristofic 2016-07-26 13:48:26 UTC
*** Bug 267267 has been marked as a duplicate of this bug. ***