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 268347

Summary: NullPointerException at org.netbeans.modules.html.custom.conf.Configuration.reload
Product: web Reporter: nleck <nleck>
Component: HTML EditorAssignee: Milutin Kristofic <mkristofic>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P3    
Version: 8.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 226588
Attachments: stacktrace

Description nleck 2016-10-05 06:58:35 UTC
Build: NetBeans IDE 8.2 (Build 201609300101)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.101-b13, Java(TM) SE Runtime Environment, 1.8.0_101-b13
OS: Linux

User Comments:
nleck: Just openned the IDE.




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.html.custom.conf.Configuration.reload(Configuration.java:225)
   at org.netbeans.modules.html.custom.conf.Configuration.<init>(Configuration.java:139)
   at org.netbeans.modules.html.custom.conf.Configuration.get(Configuration.java:117)
   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)
Comment 1 nleck 2016-10-05 06:58:37 UTC
Created attachment 162344 [details]
stacktrace
Comment 2 Milutin Kristofic 2016-10-05 12:55:17 UTC
Thank you for reporting this issue. I prepared better logging so when this is thrown in dev version I will better understand what happens.

http://hg.netbeans.org/web-main/rev/e532ebbb7d32
Comment 3 Quality Engineering 2016-10-06 02:46:56 UTC
Integrated into 'main-silver', will be available in build *201610060002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/e532ebbb7d32
User: Milutin Kristofic <mkristofic@netbeans.org>
Log: #268347 - NullPointerException at org.netbeans.modules.html.custom.conf.Configuration.reload