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 257427

Summary: NullPointerException: The sources[0] parameter cannot be null
Product: javaee Reporter: sreder
Component: JSF EditorAssignee: Martin Fousek <marfous>
Status: NEW ---    
Severity: normal CC: Andrey1990, lolo_101
Priority: P3    
Version: 8.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 205961
Attachments: stacktrace

Description sreder 2016-01-05 20:32:20 UTC
Build: NetBeans IDE 8.1 (Build 201510222201)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.66-b17, Java(TM) SE Runtime Environment, 1.8.0_66-b17
OS: Windows 7

User Comments:
sreder: No idea.  Didn't affect my work at all

GUEST: nothing special, just had this notification

GUEST: what

GUEST: ao deletar um arquivo xhtml de uma pasta

Lolo_101: deleting some files in the File window.

GUEST: i don't know

GUEST: don't know




Stacktrace: 
java.lang.NullPointerException: The sources[0] parameter cannot be null
   at org.openide.util.Parameters.notNull(Parameters.java:89)
   at org.netbeans.modules.parsing.api.ParserManager.parse(ParserManager.java:103)
   at org.netbeans.modules.web.jsf.editor.el.JsfELVariableResolver.getFaceletParameters(JsfELVariableResolver.java:283)
   at org.netbeans.modules.web.jsf.editor.el.JsfELVariableResolver.getJsfManagedBeans(JsfELVariableResolver.java:252)
   at org.netbeans.modules.web.jsf.editor.el.JsfELVariableResolver.getBeanName(JsfELVariableResolver.java:133)
   at org.netbeans.modules.web.el.ELVariableResolvers$2.get(ELVariableResolvers.java:107)
Comment 1 sreder 2016-01-05 20:32:22 UTC
Created attachment 158017 [details]
stacktrace