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 236902

Summary: NullPointerException: Passed null to FileOwnerQuery.getOwner(FileObject)
Product: web Reporter: janario
Component: HTML EditorAssignee: Marek Fukala <mfukala>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P3    
Version: 7.4   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 204442
Attachments: stacktrace

Description janario 2013-10-08 20:25:21 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: editing 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:25:23 UTC
Created attachment 140911 [details]
stacktrace
Comment 2 Marek Fukala 2013-10-09 09:10:42 UTC
already fixed