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 141490

Summary: [65cat] AssertionError: Scene.validate was not called after last change. Widget is not validated. See first Q/A at http://graph.netbeans.org/faq.html page.
Product: xml Reporter: sunbiz <sunbiz>
Component: WSDL ToolsAssignee: issues@platform <issues>
Status: RESOLVED WORKSFORME    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
URL: http://statistics.netbeans.org/exceptions/detail.do?id=81261
Issue Type: DEFECT Exception Reporter: 81261

Description sunbiz 2008-07-24 09:05:35 UTC
Build: NetBeans IDE Dev (Build 200807231346)
VM: Java HotSpot(TM) Client VM, 11.0-b12, Java(TM) SE Runtime Environment, 1.6.0_10-beta-b25
OS: Windows Vista, 6.0, x86

User Comments: 
Deleting a Partner Link from WSDL

Stacktrace: 
java.lang.AssertionError: Scene.validate was not called after last change. Widget is not validated. See first Q/A at http://graph.netbeans.org/faq.html page.
        at org.netbeans.api.visual.widget.Widget.paint(Widget.java:1459)
        at org.netbeans.api.visual.widget.Widget.paintChildren(Widget.java:1535)
        at org.netbeans.modules.xml.wsdl.ui.view.grapheditor.widget.AbstractWidget.paintChildren(AbstractWidget.java:353)
        at org.netbeans.api.visual.widget.Widget.paint(Widget.java:1483)
        at org.netbeans.api.visual.widget.Widget.paintChildren(Widget.java:1535)
        at org.netbeans.api.visual.widget.Widget.paint(Widget.java:1483)
Comment 1 David Kaspar 2008-08-15 17:44:59 UTC
This is caused by forgotten Scene.validate method call. See the link in the stack trace.
Reassigning to wsdl module.
Comment 2 Sergey Lunegov 2008-10-01 15:25:49 UTC
Changed target milestone.
Comment 3 Quality Engineering 2015-02-04 03:37:29 UTC
Reported for 7.3.x or earlier, no new info since then -> closing as worksforme, please reopen in case you see it.