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

Summary: IndexOutOfBoundsException: Index: 5, Size: 1
Product: platform Reporter: Project2100
Component: GraphAssignee: issues@platform <issues>
Status: NEW ---    
Severity: normal CC: FeNiX57
Priority: P3    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 215109
Attachments: stacktrace

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