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 236900 - NullPointerException at org.netbeans.modules.html.custom.conf.Configuration.<init>
Summary: NullPointerException at org.netbeans.modules.html.custom.conf.Configuration.<...
Status: RESOLVED FIXED
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:
: 236901 (view as bug list)
Depends on:
Blocks:
 
Reported: 2013-10-08 20:04 UTC by janario
Modified: 2013-10-09 09:10 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 204440


Attachments
stacktrace (3.00 KB, text/plain)
2013-10-08 20:04 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:04:23 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: Diff of an html




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.html.custom.conf.Configuration.<init>(Configuration.java:127)
   at org.netbeans.modules.html.custom.conf.Configuration.get(Configuration.java:115)
   at org.netbeans.modules.html.custom.CustomHtmlExtension.getConfiguration(CustomHtmlExtension.java:103)
   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)
Comment 1 janario 2013-10-08 20:04:24 UTC
Created attachment 140909 [details]
stacktrace
Comment 2 Marek Fukala 2013-10-09 09:09:42 UTC
fixed
Comment 3 Marek Fukala 2013-10-09 09:10:14 UTC
*** Bug 236901 has been marked as a duplicate of this bug. ***