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 227873 - NullPointerException: Passed null to FileOwnerQuery.getOwner(FileObject)
Summary: NullPointerException: Passed null to FileOwnerQuery.getOwner(FileObject)
Status: RESOLVED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: JSF (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Martin Fousek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-24 21:15 UTC by muellermi
Modified: 2013-03-25 06:30 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 199846


Attachments
stacktrace (1.22 KB, text/plain)
2013-03-24 21:15 UTC, muellermi
Details
stacktrace (1.22 KB, text/plain)
2013-03-24 22:18 UTC, muellermi
Details

Note You need to log in before you can comment on or make changes to this bug.
Description muellermi 2013-03-24 21:15:54 UTC
Build: NetBeans IDE Dev (Build web-main-javaee7-175-on-20130321)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.7-b01, Java(TM) SE Runtime Environment, 1.7.0_17-b02
OS: Windows 7

Stacktrace: 
java.lang.NullPointerException: Passed null to FileOwnerQuery.getOwner(FileObject)
   at org.netbeans.api.project.FileOwnerQuery.getOwner(FileOwnerQuery.java:94)
   at org.netbeans.modules.web.jsf.api.facesmodel.JSFVersion.forWebModule(JSFVersion.java:115)
   at org.netbeans.modules.web.jsf.hints.JsfHintsContext.<init>(JsfHintsContext.java:67)
   at org.netbeans.modules.web.jsf.hints.JsfHintsFinder.run(JsfHintsFinder.java:89)
   at org.netbeans.modules.web.jsf.hints.JsfHintsFinder.run(JsfHintsFinder.java:60)
   at org.netbeans.modules.java.source.JavaSourceAccessor$CancelableTaskWrapper.run(JavaSourceAccessor.java:298)
Comment 1 muellermi 2013-03-24 21:15:56 UTC
Created attachment 133009 [details]
stacktrace
Comment 2 muellermi 2013-03-24 22:18:42 UTC
Created attachment 133014 [details]
stacktrace
Comment 3 Martin Fousek 2013-03-25 06:30:08 UTC
Fixed in web-main #f4131c30059f.