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 95411 - java.lang.IndexOutOfBoundsException: Index: 11, Size: 11
Summary: java.lang.IndexOutOfBoundsException: Index: 11, Size: 11
Status: RESOLVED WORKSFORME
Alias: None
Product: platform
Classification: Unclassified
Component: Explorer (show other bugs)
Version: 5.x
Hardware: HP Windows XP
: P4 blocker (vote)
Assignee: Stanislav Aubrecht
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-13 14:22 UTC by julianda
Modified: 2008-12-22 11:49 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
message.log (227.92 KB, text/plain)
2007-02-13 14:23 UTC, julianda
Details

Note You need to log in before you can comment on or make changes to this bug.
Description julianda 2007-02-13 14:22:52 UTC
Was working with the mobility pack, and i got the warning of an exception and it
was attached is the message.log

java.lang.IndexOutOfBoundsException: Index: 11, Size: 11
	at java.util.ArrayList.RangeCheck(ArrayList.java:546)
	at java.util.ArrayList.get(ArrayList.java:321)
	at
org.openide.explorer.propertysheet.PropertySetModelImpl.getFeatureDescriptor(PropertySetModelImpl.java:95)
	at
org.openide.explorer.propertysheet.SheetTable.repaintProperty(SheetTable.java:475)
[catch] at
org.openide.explorer.propertysheet.PropertySheet$SheetPCListener$PCL$1.run(PropertySheet.java:1357)
	at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
	at java.awt.EventQueue.dispatchEvent(EventQueue.java:461)
	at
java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
	at
java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
	at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
Comment 1 julianda 2007-02-13 14:23:51 UTC
Created attachment 38441 [details]
message.log
Comment 2 novakm 2007-02-14 12:39:38 UTC
Could you be please more specific what actions did you do before the exception
was thrown? It would help us if we could reproduce it following the steps you did.
Comment 3 julianda 2007-02-14 12:57:16 UTC
I was designing a visual midlet, drag and dropping the components when i saw the
exception notification.
hope that helps
Comment 4 novakm 2007-02-19 14:36:11 UTC
Are you able to reproduce it following the same steps? Reassigning to Mobility
for evaluation.
Comment 5 Lukas Hasik 2007-02-19 14:59:12 UTC
the exception stacktrace has nothing to do with mobility. Reassigning to
property sheet.

julianda, are you able to reproduce it?
Comment 6 Stanislav Aubrecht 2007-07-25 11:12:50 UTC
closing - pls feel free to reopen if you can provide step to reproduce....