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 237062 - NullPointerException at org.netbeans.modules.web.jsf.editor.facelets.mojarra.FaceletsTaglibConfigProcessor.processTagLibrary
Summary: NullPointerException at org.netbeans.modules.web.jsf.editor.facelets.mojarra....
Status: RESOLVED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: JSF Editor (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Martin Fousek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-12 15:40 UTC by Exceptions Reporter
Modified: 2013-10-14 04:13 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 204323


Attachments
stacktrace (7.05 KB, text/plain)
2013-10-12 15:40 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2013-10-12 15:40:26 UTC
Build: NetBeans IDE Dev (Build 201310010002)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.0-b56, Java(TM) SE Runtime Environment, 1.7.0_40-b43
OS: Linux

User Comments:
jocke: Open jsp file

ender01: Scrolling in a JSP page.
Actually appears to be caused by the follow snippet in the page. Happens whenever the IDE tries to update the parsing info.

<img class="loading-indicator" src="${ctx}/app/images/ajax-loader.gif" alt=""/>

If I remove this part, the error goes away.

GUEST: jsp

jocke: Editing jspf file

GUEST: argh

GUEST: Editing jsp




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.web.jsf.editor.facelets.mojarra.FaceletsTaglibConfigProcessor.processTagLibrary(FaceletsTaglibConfigProcessor.java:288)
   at org.netbeans.modules.web.jsf.editor.facelets.mojarra.FaceletsTaglibConfigProcessor.process(FaceletsTaglibConfigProcessor.java:252)
   at org.netbeans.modules.web.jsf.editor.facelets.FaceletsLibrarySupport.parseLibraries(FaceletsLibrarySupport.java:419)
   at org.netbeans.modules.web.jsf.editor.facelets.FaceletsLibrarySupport._findLibraries(FaceletsLibrarySupport.java:344)
   at org.netbeans.modules.web.jsf.editor.facelets.FaceletsLibrarySupport.findLibraries(FaceletsLibrarySupport.java:289)
   at org.netbeans.modules.web.jsf.editor.facelets.FaceletsLibrarySupport.getLibraries(FaceletsLibrarySupport.java:188)
Comment 1 Exceptions Reporter 2013-10-12 15:40:28 UTC
Created attachment 141030 [details]
stacktrace
Comment 2 Martin Fousek 2013-10-14 04:13:04 UTC
Sorry for that inconvenience.
It should be already fixed in the dev builds.

Fixed by web-main #a46d69b03d45.