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 256299 - NullPointerException at org.netbeans.modules.visual.layout.ConnectionWidgetLayout.getTargetBounds
Summary: NullPointerException at org.netbeans.modules.visual.layout.ConnectionWidgetLa...
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-10-31 20:55 UTC by mahmoud_kassem19
Modified: 2015-10-31 20:55 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 220876


Attachments
stacktrace (4.93 KB, text/plain)
2015-10-31 20:55 UTC, mahmoud_kassem19
Details

Note You need to log in before you can comment on or make changes to this bug.
Description mahmoud_kassem19 2015-10-31 20:55:14 UTC
Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.60-b23, Java(TM) SE Runtime Environment, 1.8.0_60-b27
OS: Windows 8.1

User Comments:
mahmoud_kassem19: A java.lang.NullPointerException exception has occurred.




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.visual.layout.ConnectionWidgetLayout.getTargetBounds(ConnectionWidgetLayout.java:396)
   at org.netbeans.modules.visual.layout.ConnectionWidgetLayout.getAdjustedAlignment(ConnectionWidgetLayout.java:327)
   at org.netbeans.modules.visual.layout.ConnectionWidgetLayout.layoutChildrenAt(ConnectionWidgetLayout.java:194)
   at org.netbeans.modules.visual.layout.ConnectionWidgetLayout.layout(ConnectionWidgetLayout.java:152)
   at org.netbeans.api.visual.widget.Widget.layout(Widget.java:1356)
   at org.netbeans.api.visual.widget.Widget.layout(Widget.java:1348)
Comment 1 mahmoud_kassem19 2015-10-31 20:55:16 UTC
Created attachment 157086 [details]
stacktrace