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 35859

Summary: [JDK1.5.0] AIOOBE from PropertySheet$SheetTabbedPane.getTitleAt
Product: platform Reporter: Marian Mirilovic <mmirilovic>
Component: ExplorerAssignee: _ tboudreau <tboudreau>
Status: VERIFIED FIXED    
Severity: blocker CC: issues
Priority: P4 Keywords: JDK_SPECIFIC
Version: 3.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: ArrayIndexOutOfBoundsException

Description Marian Mirilovic 2003-09-01 15:19:50 UTC
[nb_dev](20030901), [jdk1.5.0](b17)

Steps to reproduce:
- run IDE
- create JFrame
- add JButton to JFrame
-> ArrayIndexOutOfBoundsException rises (see
attachment)
Comment 1 Marian Mirilovic 2003-09-01 15:20:29 UTC
Created attachment 11478 [details]
ArrayIndexOutOfBoundsException
Comment 2 Marian Mirilovic 2003-09-01 15:21:42 UTC
Exception rises still after JFrame node selection in Component
Inspactor tree.
Comment 3 Marian Mirilovic 2003-09-01 15:24:02 UTC
Each component/frame selection rises exception and property sheet
isn't showing properties - P1
Comment 4 _ tboudreau 2003-09-01 18:50:49 UTC
JDK 1.5 b17???!!  P1????

This works fine for me on JDK 1.4.2 - and I suspect I would have
heard about it or discovered it by now if it were not.

I do need to rewrite the code where the exception occured to fix
issue 35168 - so the offending code will not be there in the
future.  I will test the result on JDK 1.5, and leave this
issue open to remind me.

But a bug that only happens on an internal dev build of a JDK that
is a long time away from even a beta is NOT A P1 BUG!  If
you can reproduce it on JDK 1.4, fine, raise the priority.
Comment 5 Marian Mirilovic 2003-09-02 10:26:43 UTC
Tim is right, it isn't reproducible on JDK1.4.2_01.

I haven't reproduced it on another JDK, sorry :(
Comment 6 _ tboudreau 2003-09-16 09:56:50 UTC
Fixed as part of fix for issue 35168 - insertTab is overridden in the
rewritten SheetTabbedPane.
Comment 7 Marian Mirilovic 2003-12-15 14:14:43 UTC
verified in [nb_dev](200312141900)