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 268776 - NullPointerException at org.netbeans.modules.web.jsf.navigation.PageFlowView.saveLocations
Summary: NullPointerException at org.netbeans.modules.web.jsf.navigation.PageFlowView....
Status: NEW
Alias: None
Product: javaee
Classification: Unclassified
Component: JSF Editor (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Martin Fousek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-11-01 19:43 UTC by mimemyn
Modified: 2016-11-01 19:43 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 216191


Attachments
stacktrace (719 bytes, text/plain)
2016-11-01 19:43 UTC, mimemyn
Details

Note You need to log in before you can comment on or make changes to this bug.
Description mimemyn 2016-11-01 19:43:44 UTC
Build: NetBeans IDE 8.1 (Build 201510222201)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.40-b25, Java(TM) SE Runtime Environment, 1.8.0_40-b25
OS: Windows 8

User Comments:
GUEST: Opened maven project

mimemyn: <Please provide a description of the problem or the steps to reproduce>sd

GUEST: opening netbeans




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.web.jsf.navigation.PageFlowView.saveLocations(PageFlowView.java:439)
   at org.netbeans.modules.web.jsf.navigation.PageFlowView.serializeNodeLocations(PageFlowView.java:863)
   at org.netbeans.modules.web.jsf.navigation.PageFlowElement$1.run(PageFlowElement.java:168)
   at org.netbeans.modules.progress.ui.RunOffEDTImpl$1.run(RunOffEDTImpl.java:169)
   at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1443)
   at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:68)
Comment 1 mimemyn 2016-11-01 19:43:46 UTC
Created attachment 162720 [details]
stacktrace