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 85881 - Random AIOB java.navigation.ClassMemberPanelUI
Summary: Random AIOB java.navigation.ClassMemberPanelUI
Status: VERIFIED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Source (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks: 87136
  Show dependency tree
 
Reported: 2006-09-27 14:13 UTC by pzajac
Modified: 2007-01-17 10:09 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
exception (1.74 KB, text/plain)
2006-09-27 14:14 UTC, pzajac
Details

Note You need to log in before you can comment on or make changes to this bug.
Description pzajac 2006-09-27 14:13:22 UTC
[060927]
Random exception was thrown on selection
org.netbeans.modules.apisupport.project.ManifestManager file in navigator.

java.lang.IndexOutOfBoundsException: Index: 12, Size: 1
        at java.util.ArrayList.RangeCheck(ArrayList.java:547)
        at java.util.ArrayList.get(ArrayList.java:322)
        at
org.netbeans.modules.java.navigation.ClassMemberPanelUi$Model.getElementAt(ClassMemberPanelUi.java:201)
        at javax.swing.plaf.basic.BasicListUI.paintCell(BasicListUI.java:185)
        at javax.swing.plaf.basic.BasicListUI.paint(BasicListUI.java:290)
        at javax.swing.plaf.ComponentUI.update(ComponentUI.java:142)
Comment 1 pzajac 2006-09-27 14:14:08 UTC
Created attachment 34588 [details]
exception
Comment 2 Petr Hrebejk 2006-11-20 11:26:57 UTC
Vwey likely fixed with the rewrite of navigator. The class throwing the
exception no longer exists.
Comment 3 pzajac 2007-01-10 13:58:59 UTC
v