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

Summary: NullPointerException at org.netbeans.modules.web.jsf.editor.el.JsfVariablesModel$1.accepts
Product: javaee Reporter: muellermi <muellermi>
Component: JSF EditorAssignee: Martin Fousek <marfous>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 223820
Attachments: stacktrace

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