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 150570 - [65cat]ArrayIndexOutOfBoundsException: -1
Summary: [65cat]ArrayIndexOutOfBoundsException: -1
Status: RESOLVED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: Jiri Sedlacek
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-17 17:45 UTC by rajivderas
Modified: 2009-05-22 13:26 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 129753


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description rajivderas 2008-10-17 17:45:51 UTC
Build: NetBeans IDE Dev (Build 200810170201)
VM: Java HotSpot(TM) Client VM, 11.0-b15, Java(TM) SE Runtime Environment, 1.6.0_10-b33
OS: Windows XP, 5.1, x86
User comments: tried to remove a filter from customize filter of profiler
STACKTRACE: (first 10 lines)
java.lang.ArrayIndexOutOfBoundsException: -1
        at java.util.Vector.get(Vector.java:696)
        at org.netbeans.lib.profiler.common.filters.DefinedFilterSets.getFilterSetAt(DefinedFilterSets.java:82)
        at org.netbeans.modules.profiler.ui.FilterSetsPanel.processUniqueFilterSetNameCheckAt(FilterSetsPanel.java:962)
        at org.netbeans.modules.profiler.ui.FilterSetsPanel.access$2400(FilterSetsPanel.java:73)
        at
org.netbeans.modules.profiler.ui.FilterSetsPanel$FilterNameTextFieldFocusListener.focusLost(FilterSetsPanel.java:407)
        at java.awt.AWTEventMulticaster.focusLost(AWTEventMulticaster.java:213)
        at java.awt.Component.processFocusEvent(Component.java:6026)
        at java.awt.Component.processEvent(Component.java:5890)
        at java.awt.Container.processEvent(Container.java:2023)
        at java.awt.Component.dispatchEventImpl(Component.java:4501)
Comment 1 Jiri Sedlacek 2009-04-14 14:33:32 UTC
Fixed in profiler-main:


changeset:   126598:52503e02e03b
user:        Jiri Sedlacek <jis@netbeans.org>
date:        Tue Apr 14 15:30:43 2009 +0200
summary:     Bugfix #150570 - No FilterSet needs to be selected
Comment 2 Quality Engineering 2009-04-16 08:01:33 UTC
Integrated into 'main-golden', will be available in build *200904160201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/52503e02e03b
User: Jiri Sedlacek <jis@netbeans.org>
Log: Bugfix #150570 - No FilterSet needs to be selected