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 - [JDK1.5.0] AIOOBE from PropertySheet$SheetTabbedPane.getTitleAt
Summary: [JDK1.5.0] AIOOBE from PropertySheet$SheetTabbedPane.getTitleAt
Status: VERIFIED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Explorer (show other bugs)
Version: 3.x
Hardware: All All
: P4 blocker (vote)
Assignee: _ tboudreau
URL:
Keywords: JDK_SPECIFIC
Depends on:
Blocks:
 
Reported: 2003-09-01 15:19 UTC by Marian Mirilovic
Modified: 2008-12-22 21:54 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
ArrayIndexOutOfBoundsException (1.72 KB, text/plain)
2003-09-01 15: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 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)