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 65891 - IndexOutOfBoundsException in Project File Navigation
Summary: IndexOutOfBoundsException in Project File Navigation
Status: RESOLVED WORKSFORME
Alias: None
Product: platform
Classification: Unclassified
Component: Navigator (show other bugs)
Version: 5.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: David Simonek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-04 18:05 UTC by dkelley
Modified: 2008-12-22 22:47 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description dkelley 2005-10-04 18:05:34 UTC
May be related to having the subversion module, but the tree keeps old reference
to file in navigator.  It doesn't disappear when you refresh the tree.  

Details ------

java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
	at java.util.ArrayList.RangeCheck(ArrayList.java:507)
	at java.util.ArrayList.get(ArrayList.java:324)
	at
org.netbeans.modules.java.navigation.ClassMemberPanel.panelActivated(ClassMemberPanel.java:77)
	at
org.netbeans.modules.navigator.NavigatorController.setContext(NavigatorController.java:207)
	at
org.netbeans.modules.navigator.NavigatorController.access$400(NavigatorController.java:46)
[catch] at
org.netbeans.modules.navigator.NavigatorController$ActNodeSetter.run(NavigatorController.java:309)
	at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:178)
	at java.awt.EventQueue.dispatchEvent(EventQueue.java:454)
	at
java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:201)
	at
java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:151)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:145)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:137)
	at java.awt.EventDispatchThread.run(EventDispatchThread.java:100)
Comment 1 David Simonek 2005-10-12 16:05:16 UTC
OK, here is what I need you to do in order to help me to fix this bug:
Please describe exact steps needed to perform on *clean* 5.0 beta IDE (without
any additional modules, with clean user config directory) to the state where
exception is thrown. All the installations of additional modules etc.
I also need pointers to where you got additional modules from, how did you
install them etc to be able to reproduce the bug. Thanks.

Comment 2 David Simonek 2005-11-02 16:00:21 UTC
Marking as worksforme, no further info from reporter for a long time. With
current insufficient info, there is nothing I can do.