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 236903 - NullPointerException: Passed null to FileOwnerQuery.getOwner(FileObject)
Summary: NullPointerException: Passed null to FileOwnerQuery.getOwner(FileObject)
Status: RESOLVED DUPLICATE of bug 236882
Alias: None
Product: web
Classification: Unclassified
Component: HTML Editor (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Marek Fukala
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-08 20:28 UTC by janario
Modified: 2013-12-11 14:41 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 204443


Attachments
stacktrace (2.96 KB, text/plain)
2013-10-08 20:28 UTC, janario
Details

Note You need to log in before you can comment on or make changes to this bug.
Description janario 2013-10-08 20:28:22 UTC
Build: NetBeans IDE Dev (Build 20131008-6618fea29105)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.25-b01, Java(TM) SE Runtime Environment, 1.7.0_25-b15
OS: Linux

User Comments:
janario: copying from quick diff in xhtml




Stacktrace: 
java.lang.NullPointerException: Passed null to FileOwnerQuery.getOwner(FileObject)
   at org.netbeans.api.project.FileOwnerQuery.getOwner(FileOwnerQuery.java:95)
   at org.netbeans.modules.html.custom.CustomHtmlExtension.getConfiguration(CustomHtmlExtension.java:102)
   at org.netbeans.modules.html.custom.CustomHtmlExtension.isCustomTag(CustomHtmlExtension.java:90)
   at org.netbeans.modules.html.editor.gsf.HtmlGSFParser$1.isCustomTag(HtmlGSFParser.java:132)
   at org.netbeans.modules.html.editor.gsf.HtmlGSFParser$AggregatedUndeclaredContentResolver.isCustomTag(HtmlGSFParser.java:176)
   at org.netbeans.modules.html.editor.lib.api.SyntaxAnalyzerResult$ElementContentFilter.shouldBeFiltered(SyntaxAnalyzerResult.java:775)
Comment 1 janario 2013-10-08 20:28:23 UTC
Created attachment 140912 [details]
stacktrace
Comment 2 Ondrej Brejla 2013-12-11 14:41:03 UTC

*** This bug has been marked as a duplicate of bug 236882 ***