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 - NullPointerException: The sources[0] parameter cannot be null
Summary: NullPointerException: The sources[0] parameter cannot be null
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-01-05 20:32 UTC by sreder
Modified: 2018-04-20 11:53 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 205961


Attachments
stacktrace (3.26 KB, text/plain)
2016-01-05 20:32 UTC, sreder
Details

Note You need to log in before you can comment on or make changes to this bug.
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