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 237510 - NullPointerException at org.netbeans.modules.vmd.api.flow.FlowSupport.getFlowSceneForDocument
Summary: NullPointerException at org.netbeans.modules.vmd.api.flow.FlowSupport.getFlow...
Status: NEW
Alias: None
Product: javame
Classification: Unclassified
Component: Visual Designer (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Roman Svitanic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-23 00:26 UTC by rafaoliva
Modified: 2013-11-10 13:18 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 185418


Attachments
stacktrace (3.82 KB, text/plain)
2013-10-23 00:26 UTC, rafaoliva
Details

Note You need to log in before you can comment on or make changes to this bug.
Description rafaoliva 2013-10-23 00:26:49 UTC
Build: NetBeans IDE 7.4 Beta (Build 201307092200)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.25-b01, Java(TM) SE Runtime Environment, 1.7.0_25-b17
OS: Windows 8

User Comments:
GUEST: the file is already in the folder location

GUEST: aplication of JME

GUEST: Clicked in window of midlet designer under the "Flow" tab.

GUEST: Execute run project

rafaoliva: Click of rigth button over the tab flow, HelloMidlet.java

GUEST: I wanted to design the flow for an app Im just starting.
The problem always occurs anytime I start the visual designer




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.vmd.api.flow.FlowSupport.getFlowSceneForDocument(FlowSupport.java:63)
   at org.netbeans.modules.vmd.midp.actions.ExportFlowAsImageAction.isEnabled(ExportFlowAsImageAction.java:93)
   at org.openide.awt.Actions$MenuBridge.updateState(Actions.java:1234)
   at org.openide.awt.Actions$Bridge.addNotify(Actions.java:909)
   at org.openide.awt.Actions$MenuBridge.prepare(Actions.java:1219)
   at org.openide.awt.Actions.connect(Actions.java:201)
Comment 1 rafaoliva 2013-10-23 00:26:51 UTC
Created attachment 141437 [details]
stacktrace