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 269676 - NullPointerException at org.netbeans.modules.html.custom.conf.Configuration.store
Summary: NullPointerException at org.netbeans.modules.html.custom.conf.Configuration.s...
Status: NEW
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: 2017-01-29 13:48 UTC by robsitoe
Modified: 2017-01-29 13:48 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 227856


Attachments
stacktrace (686 bytes, text/plain)
2017-01-29 13:48 UTC, robsitoe
Details

Note You need to log in before you can comment on or make changes to this bug.
Description robsitoe 2017-01-29 13:48:50 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: Windows 10

User Comments:
robsitoe: Venho tendo problemas na hora de iniciar meu projecto. Se ajudassem agradecia de coracao.
Aparecendo o seguinte erro:
users/admin/AppData/Local/NetBeans/Cache/8.2/executor-snippets/run.xml:53:




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.html.custom.conf.Configuration.store(Configuration.java:283)
   at org.netbeans.modules.html.custom.hints.AddElementFix.implement(AddElementFix.java:79)
   at org.netbeans.modules.csl.hints.infrastructure.FixWrapper.implement(FixWrapper.java:66)
   at org.netbeans.modules.editor.hints.HintsUI$1.run(HintsUI.java:847)
   at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1443)
   at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:68)
Comment 1 robsitoe 2017-01-29 13:48:52 UTC
Created attachment 163501 [details]
stacktrace