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 204932 - NullPointerException at org.netbeans.modules.web.jsf.editor.hints.LibraryDeclarationChecker.checkLibraryDeclarations
Summary: NullPointerException at org.netbeans.modules.web.jsf.editor.hints.LibraryDecl...
Status: VERIFIED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: JSF Editor (show other bugs)
Version: 7.1
Hardware: All All
: P3 normal (vote)
Assignee: Marek Fukala
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-10 12:52 UTC by Jiri Skrivanek
Modified: 2011-11-14 11:43 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 182770


Attachments
stacktrace (4.28 KB, text/plain)
2011-11-10 12:52 UTC, Jiri Skrivanek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Skrivanek 2011-11-10 12:52:24 UTC
Build: NetBeans IDE Dev (Build 201111090600)
VM: Java HotSpot(TM) Client VM, 21.1-b02, Java(TM) SE Runtime Environment, 1.7.0_01-b08
OS: Windows 7

User Comments:
jskrivanek: I did:

- create web project with GlassFish server (Java EE 6) and with JSF framework
- immediately delete index page and probably because scanning was in progress the exception was thrown




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.web.jsf.editor.hints.LibraryDeclarationChecker.checkLibraryDeclarations(LibraryDeclarationChecker.java:124)
   at org.netbeans.modules.web.jsf.editor.hints.LibraryDeclarationChecker.compute(LibraryDeclarationChecker.java:89)
   at org.netbeans.modules.web.jsf.editor.hints.HintsRegistry.gatherHints(HintsRegistry.java:80)
   at org.netbeans.modules.web.jsf.editor.JsfHtmlExtension.computeErrors(JsfHtmlExtension.java:658)
   at org.netbeans.modules.html.editor.hints.HtmlHintsProvider.computeErrors(HtmlHintsProvider.java:285)
   at org.netbeans.modules.html.editor.HtmlErrorFilter.filter(HtmlErrorFilter.java:96)
Comment 1 Jiri Skrivanek 2011-11-10 12:52:28 UTC
Created attachment 113082 [details]
stacktrace
Comment 2 Marek Fukala 2011-11-11 12:07:48 UTC
fixed in web-main#c15db42ed827
Comment 3 Quality Engineering 2011-11-12 16:28:57 UTC
Integrated into 'main-golden'
Changeset: http://hg.netbeans.org/main-golden/rev/c15db42ed827
User: Marek Fukala <mfukala@netbeans.org>
Log: #204932 - NullPointerException at org.netbeans.modules.web.jsf.editor.hints.LibraryDeclarationChecker.checkLibraryDeclarations