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 245998 - AssertionError at org.netbeans.modules.visual.router.OrthogonalSearchRouterCore.search
Summary: AssertionError at org.netbeans.modules.visual.router.OrthogonalSearchRouterCo...
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: 2014-07-25 12:34 UTC by Alexander Simon
Modified: 2014-07-25 12:35 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 210907


Attachments
stacktrace (2.30 KB, text/plain)
2014-07-25 12:35 UTC, Alexander Simon
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Simon 2014-07-25 12:34:58 UTC
This bug was originally marked as duplicate of bug 154917, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE Dev (Build 20140725-baa32ba3485f)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.5-b02, Java(TM) SE Runtime Environment, 1.8.0_05-b13
OS: SunOS

User Comments:
alexvsimon: do layout




Stacktrace: 
java.lang.AssertionError
   at org.netbeans.modules.visual.router.OrthogonalSearchRouterCore.search(OrthogonalSearchRouterCore.java:187)
   at org.netbeans.modules.visual.router.OrthogonalSearchRouterCore.route(OrthogonalSearchRouterCore.java:110)
   at org.netbeans.modules.visual.router.OrthogonalSearchRouter.routeConnection(OrthogonalSearchRouter.java:166)
   at org.netbeans.api.visual.widget.ConnectionWidget.calculateRouting(ConnectionWidget.java:530)
   at org.netbeans.modules.visual.layout.ConnectionWidgetLayout.layout(ConnectionWidgetLayout.java:112)
   at org.netbeans.api.visual.widget.Widget.layout(Widget.java:1356)
Comment 1 Alexander Simon 2014-07-25 12:35:00 UTC
Created attachment 148316 [details]
stacktrace