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

Summary: AssertionError at org.netbeans.modules.visual.router.OrthogonalSearchRouterCore.search
Product: platform Reporter: Alexander Simon <alexvsimon>
Component: GraphAssignee: issues@platform <issues>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 210907
Attachments: stacktrace

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