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 249821

Summary: 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: platform Reporter: usamamaqbool
Component: GraphAssignee: issues@platform <issues>
Status: NEW ---    
Severity: normal CC: usamamaqbool
Priority: P3    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 214790
Attachments: stacktrace

Description usamamaqbool 2015-01-15 08:18:55 UTC
This bug was originally marked as duplicate of bug 120037, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 8.0 (Build 201403101706)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.0-b56, Java(TM) SE Runtime Environment, 1.7.0_40-b43
OS: Windows 8

User Comments:
usamamaqbool: I am getting this error when I enter data into database




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.SceneComponent.processLocationOperator(SceneComponent.java:318)
   at org.netbeans.api.visual.widget.SceneComponent.processLocationOperator(SceneComponent.java:327)
   at org.netbeans.api.visual.widget.SceneComponent.processLocationOperator(SceneComponent.java:327)
   at org.netbeans.api.visual.widget.SceneComponent.processLocationOperator(SceneComponent.java:290)
   at org.netbeans.api.visual.widget.SceneComponent.mouseEntered(SceneComponent.java:170)
   at java.awt.Component.processMouseEvent(Component.java:6514)
Comment 1 usamamaqbool 2015-01-15 08:18:58 UTC
Created attachment 151518 [details]
stacktrace