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 268295 - NullPointerException at org.netbeans.modules.html.editor.hints.css.CssClassesVisitor.<init>
Summary: NullPointerException at org.netbeans.modules.html.editor.hints.css.CssClasses...
Status: RESOLVED WONTFIX
Alias: None
Product: web
Classification: Unclassified
Component: HTML Editor (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Milutin Kristofic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-09-30 19:28 UTC by Exceptions Reporter
Modified: 2016-10-03 11:12 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 226524


Attachments
stacktrace (3.01 KB, text/plain)
2016-09-30 19:28 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2016-09-30 19:28:26 UTC
This bug was originally marked as duplicate of bug 222000, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 8.1 (Build 201510222201)
VM: Java HotSpot(TM) Client VM, 25.60-b23, Java(TM) SE Runtime Environment, 1.8.0_60-b27
OS: Linux

User Comments:
GUEST: Another one




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.html.editor.hints.css.CssClassesVisitor.<init>(CssClassesVisitor.java:79)
   at org.netbeans.modules.html.editor.hints.css.MissingClassRule.run(MissingClassRule.java:92)
   at org.netbeans.modules.html.editor.hints.HtmlHintsProvider.computeErrors(HtmlHintsProvider.java:321)
   at org.netbeans.modules.csl.hints.GsfHintsProvider.processProviderErrors(GsfHintsProvider.java:322)
   at org.netbeans.modules.csl.hints.GsfHintsProvider.processErrors(GsfHintsProvider.java:408)
   at org.netbeans.modules.csl.hints.GsfHintsProvider.processErrorsRecursive(GsfHintsProvider.java:384)
Comment 1 Exceptions Reporter 2016-09-30 19:28:28 UTC
Created attachment 162296 [details]
stacktrace
Comment 2 Milutin Kristofic 2016-10-03 11:12:09 UTC
There is corrupted index, I would clean netbeans home directory or start new one.