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 253105 - ArrayIndexOutOfBoundsException: -1
Summary: ArrayIndexOutOfBoundsException: -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-06-22 12:44 UTC by FiruzzZ
Modified: 2015-06-22 12:44 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 147050


Attachments
stacktrace (3.15 KB, text/plain)
2015-06-22 12:44 UTC, FiruzzZ
Details

Note You need to log in before you can comment on or make changes to this bug.
Description FiruzzZ 2015-06-22 12:44:01 UTC
Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.45-b02, Java(TM) SE Runtime Environment, 1.8.0_45-b14
OS: Windows 7

User Comments:
GUEST: modifying UML diagram

GUEST: I double-clicked on the end of an assocciation arrow instead of the middle of it to create a "point"

GUEST: When I'm drawing URL state diagram. I got this exception. and no way to close the error message to save my diagram.

FiruzzZ: removing an easyUML project

GUEST: double clicking on the end of an association in an UML class diagram

GUEST: Drawing an arrow




Stacktrace: 
java.lang.ArrayIndexOutOfBoundsException: -1
   at org.netbeans.modules.visual.layout.ConnectionWidgetLayout.getLinePointAtPercentage(ConnectionWidgetLayout.java:176)
   at org.netbeans.modules.visual.layout.ConnectionWidgetLayout.layout(ConnectionWidgetLayout.java:144)
   at org.netbeans.api.visual.widget.Widget.layout(Widget.java:1356)
   at org.netbeans.api.visual.widget.Widget.layout(Widget.java:1348)
   at org.netbeans.api.visual.widget.LayerWidget.layout(LayerWidget.java:89)
   at org.netbeans.api.visual.widget.Widget.layout(Widget.java:1348)
Comment 1 FiruzzZ 2015-06-22 12:44:03 UTC
Created attachment 154326 [details]
stacktrace