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 - 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: AssertionError: Scene.validate was not called after last change. Widget is no...
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: 2015-01-15 08:18 UTC by usamamaqbool
Modified: 2015-01-15 19:12 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 214790


Attachments
stacktrace (2.93 KB, text/plain)
2015-01-15 08:18 UTC, usamamaqbool
Details

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