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 46122 - IOOBE in VolumeContentModel
Summary: IOOBE in VolumeContentModel
Status: CLOSED DUPLICATE of bug 46078
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 4.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-07-14 11:00 UTC by pzajac
Modified: 2007-09-26 09:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
exception stacktrace (5.36 KB, text/plain)
2004-07-14 11:00 UTC, pzajac
Details

Note You need to log in before you can comment on or make changes to this bug.
Description pzajac 2004-07-14 11:00:28 UTC
[200407131800] 
Steps to reproduction:
1) Open library manage from options menu
2) select library of Absolute Layout Library.
There is only one library. 
3) click to the Move up button

Exception was thrown :
java.lang.IndexOutOfBoundsException: Index: -1,
Size: 0
        at java.util.ArrayList.add(ArrayList.java:371)
        at
org.netbeans.modules.java.j2seplatform.libraries.VolumeContentModel.moveUp(VolumeContentModel.java:70)
        at
org.netbeans.modules.java.j2seplatform.libraries.J2SEVolumeCustomizer.upResource(J2SEVolumeCustomizer.java:262)
        at
org.netbeans.modules.java.j2seplatform.libraries.J2SEVolumeCustomizer.access$700(J2SEVolumeCustomizer.java:42)
Comment 1 pzajac 2004-07-14 11:00:51 UTC
Created attachment 16240 [details]
exception stacktrace
Comment 2 Milan Kubec 2004-07-14 11:31:47 UTC

*** This issue has been marked as a duplicate of 46078 ***
Comment 3 pzajac 2004-07-20 09:58:34 UTC
v
Comment 4 Quality Engineering 2007-09-20 09:54:54 UTC
Reorganization of java component