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 - [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.
Summary: [65cat] AssertionError: Scene.validate was not called after last change. Widg...
Status: RESOLVED WORKSFORME
Alias: None
Product: xml
Classification: Unclassified
Component: WSDL Tools (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@platform
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-07-24 09:05 UTC by sunbiz
Modified: 2015-02-04 03:37 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 81261


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.