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 259084 - NullPointerException at org.netbeans.modules.web.jsf.editor.el.JsfVariablesModel$1.accepts
Summary: NullPointerException at org.netbeans.modules.web.jsf.editor.el.JsfVariablesMo...
Status: NEW
Alias: None
Product: javaee
Classification: Unclassified
Component: JSF Editor (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Martin Fousek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-05-01 21:21 UTC by muellermi
Modified: 2016-05-01 21:21 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 223820


Attachments
stacktrace (7.25 KB, text/plain)
2016-05-01 21:21 UTC, muellermi
Details

Note You need to log in before you can comment on or make changes to this bug.
Description muellermi 2016-05-01 21:21:25 UTC
This bug was originally marked as duplicate of bug 243649, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE Dev (Build 201604300002)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.91-b14, Java(TM) SE Runtime Environment, 1.8.0_91-b14
OS: Linux

User Comments:
muellermi: Let NB add JSF namespace




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.web.jsf.editor.el.JsfVariablesModel$1.accepts(JsfVariablesModel.java:137)
   at org.netbeans.modules.html.editor.lib.api.elements.ElementUtils.getChildrenRecursivelly(ElementUtils.java:338)
   at org.netbeans.modules.html.editor.lib.api.elements.ElementUtils.getChildrenRecursivelly(ElementUtils.java:327)
   at org.netbeans.modules.web.jsf.editor.el.JsfVariablesModel.initModel(JsfVariablesModel.java:129)
   at org.netbeans.modules.web.jsf.editor.el.JsfVariablesModel.<init>(JsfVariablesModel.java:102)
   at org.netbeans.modules.web.jsf.editor.el.JsfVariablesModel.getModel(JsfVariablesModel.java:88)
Comment 1 muellermi 2016-05-01 21:21:27 UTC
Created attachment 159492 [details]
stacktrace