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 - NullPointerException at org.netbeans.modules.html.custom.conf.Configuration.reload
Summary: NullPointerException at org.netbeans.modules.html.custom.conf.Configuration.r...
Status: RESOLVED FIXED
Alias: None
Product: web
Classification: Unclassified
Component: HTML Editor (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Milutin Kristofic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-10-05 06:58 UTC by nleck
Modified: 2016-10-06 02:46 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 226588


Attachments
stacktrace (6.98 KB, text/plain)
2016-10-05 06:58 UTC, nleck
Details

Note You need to log in before you can comment on or make changes to this bug.
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