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 252331 - NullPointerException at org.netbeans.modules.web.jsf.JSFConfigUtilities.hasJsfFramework
Summary: NullPointerException at org.netbeans.modules.web.jsf.JSFConfigUtilities.hasJs...
Status: RESOLVED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: JSF (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Petr Hejl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-05-11 05:52 UTC by WillSuker
Modified: 2015-06-18 02:42 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 217220


Attachments
stacktrace (2.22 KB, text/plain)
2015-05-11 05:52 UTC, WillSuker
Details

Note You need to log in before you can comment on or make changes to this bug.
Description WillSuker 2015-05-11 05:52:44 UTC
Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.45-b02, Java(TM) SE Runtime Environment, 1.8.0_45-b14
OS: Windows 8

User Comments:
WillSuker: Message of error: NullPointerException at org.netbeans.modules.web.jsf.JSFConfigUtilities.hasJsfFramework




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.web.jsf.JSFConfigUtilities.hasJsfFramework(JSFConfigUtilities.java:154)
   at org.netbeans.modules.web.jsf.JSFFrameworkProvider.isInWebModule(JSFFrameworkProvider.java:379)
   at org.netbeans.modules.web.core.WebExecSupport.getFileAndParameters(WebExecSupport.java:104)
   at org.netbeans.modules.web.api.webmodule.RequestParametersQuery.getFileAndParameters(RequestParametersQuery.java:74)
   at org.netbeans.modules.web.project.WebActionProvider.getTargetNames(WebActionProvider.java:357)
   at org.netbeans.modules.java.api.common.project.BaseActionProvider$1Action.doRun(BaseActionProvider.java:474)
Comment 1 WillSuker 2015-05-11 05:52:46 UTC
Created attachment 153593 [details]
stacktrace
Comment 2 Petr Hejl 2015-06-17 09:25:30 UTC
Fixed in web-main 3ef6d1bfe37c.
Comment 3 Quality Engineering 2015-06-18 02:42:15 UTC
Integrated into 'main-silver', will be available in build *201506180001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/3ef6d1bfe37c
User: Petr Hejl <phejl@netbeans.org>
Log: #252331 - NullPointerException at org.netbeans.modules.web.jsf.JSFConfigUtilities.hasJsfFramework