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 199958 - NullPointerException at fr.eseo.woodward.vdb.merise.editor.ui.scene.MeriseScene$AcceptNodeProvider.accept
Summary: NullPointerException at fr.eseo.woodward.vdb.merise.editor.ui.scene.MeriseSce...
Status: NEW
Alias: None
Product: third-party
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: issues@third-party
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-07-07 21:47 UTC by mlsankar
Modified: 2011-07-11 13:29 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 179769


Attachments
stacktrace (3.18 KB, text/plain)
2011-07-07 21:47 UTC, mlsankar
Details

Note You need to log in before you can comment on or make changes to this bug.
Description mlsankar 2011-07-07 21:47:20 UTC
Build: NetBeans IDE 6.9 (Build 100825-unknown-revn)
VM: OpenJDK Client VM, 20.0-b11, OpenJDK Runtime Environment, 1.6.0_22-b22
OS: Linux

User Comments:
mlsankar: not display on ER-D visual




Stacktrace: 
java.lang.NullPointerException
   at fr.eseo.woodward.vdb.merise.editor.ui.scene.MeriseScene$AcceptNodeProvider.accept(MeriseScene.java:633)
   at org.netbeans.modules.visual.action.AcceptAction.drop(AcceptAction.java:0)
   at org.netbeans.api.visual.action.WidgetAction$Chain.drop(WidgetAction.java:0)
   at org.netbeans.api.visual.widget.SceneComponent$Operator$18.operate(SceneComponent.java:0)
   at org.netbeans.api.visual.widget.SceneComponent.processLocationOperator(SceneComponent.java:0)
   at org.netbeans.api.visual.widget.SceneComponent.processLocationOperator(SceneComponent.java:0)
Comment 1 mlsankar 2011-07-07 21:47:24 UTC
Created attachment 109304 [details]
stacktrace