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

Summary: java.lang.IndexOutOfBoundsException: Index: 11, Size: 11
Product: platform Reporter: julianda <julianda>
Component: ExplorerAssignee: Stanislav Aubrecht <saubrecht>
Status: RESOLVED WORKSFORME    
Severity: blocker CC: lhasik
Priority: P4    
Version: 5.x   
Hardware: HP   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:
Attachments: message.log

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....