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 252607 - IndexOutOfBoundsException: Index: 5, Size: 1
Summary: IndexOutOfBoundsException: Index: 5, Size: 1
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Graph (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: issues@platform
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-05-27 08:43 UTC by Project2100
Modified: 2015-05-27 08:43 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 215109


Attachments
stacktrace (4.47 KB, text/plain)
2015-05-27 08:43 UTC, Project2100
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Project2100 2015-05-27 08:43:39 UTC
Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.31-b07, Java(TM) SE Runtime Environment, 1.8.0_31-b13
OS: Windows 8

User Comments:
GUEST: mn

GUEST: Install EasyUML Plugind

GUEST: I tried to create easyUML class diagram. It crashed immediatelly.

GUEST: <??????? ???????? ???????? ??? ???? ??? ???????????????>
error
has more depends sources

GUEST: Using easyUML for creating UML Class Diagramm

GUEST: kj

GUEST: Right-click on package in Projects window.
Select easyUML Create Class Diagram.
Exception raised.

GUEST: seems to be in EasyUML

GUEST: Just downloaded EASYUML

GUEST: ?????? easyUML.

GUEST: Trie to genarate Class Diagram in UML

GUEST: At open easyUML: right click on the project -> "easyUML (...)" e then the error occurred. The easyUML was not opened.

GUEST: Easy UML Reverse with one selected packages and 2 source packages created

GUEST: Tried running the "easyUML Create Class Diagram" from the right-click menu. Option is added by the easyUML plugin.

Project2100: Exception thrown by UML diagram generation from easyUML on a Java Application Project

GUEST: Tried to create a class diagram from source.

FeNiX57: This exception is catch when I try to use easyUML plugin to generate a UML Diagramm of one of my projects.

GUEST: When starting easyuml

GUEST: tried to generate UML diagram by right-clickign project and it didn't work




Stacktrace: 
java.lang.IndexOutOfBoundsException: Index: 5, Size: 1
   at java.util.ArrayList.rangeCheckForAdd(ArrayList.java:661)
   at java.util.ArrayList.add(ArrayList.java:473)
   at org.netbeans.api.visual.widget.Widget.addChild(Widget.java:272)
   at org.netbeans.api.visual.widget.Widget.addChild(Widget.java:261)
   at org.uml.visual.widgets.components.MemberContainerWidget.addMemberWidget(MemberContainerWidget.java:92)
   at org.uml.visual.widgets.components.ComponentWidgetBase.addMember(ComponentWidgetBase.java:191)
Comment 1 Project2100 2015-05-27 08:43:42 UTC
Created attachment 153892 [details]
stacktrace