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 211073 - NullPointerException at org.netbeans.modules.html.editor.indexing.HtmlFileModel$ReferencesSearch.visit
Summary: NullPointerException at org.netbeans.modules.html.editor.indexing.HtmlFileMod...
Status: RESOLVED FIXED
Alias: None
Product: web
Classification: Unclassified
Component: HTML Editor (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: Marek Fukala
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-04-12 09:05 UTC by ehsavoie
Modified: 2012-04-13 09:52 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 186938


Attachments
stacktrace (5.35 KB, text/plain)
2012-04-12 09:06 UTC, ehsavoie
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ehsavoie 2012-04-12 09:05:55 UTC
Build: NetBeans IDE Dev (Build 201204080400)
VM: OpenJDK 64-Bit Server VM, 21.0-b17, OpenJDK Runtime Environment, 1.7.0_147-icedtea-b147
OS: Linux

Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.html.editor.indexing.HtmlFileModel$ReferencesSearch.visit(HtmlFileModel.java:207)
   at org.netbeans.modules.html.editor.lib.api.elements.ElementUtils.visitChildren(ElementUtils.java:302)
   at org.netbeans.modules.html.editor.lib.api.elements.ElementUtils.visitChildren(ElementUtils.java:304)
   at org.netbeans.modules.html.editor.lib.api.elements.ElementUtils.visitChildren(ElementUtils.java:304)
   at org.netbeans.modules.html.editor.lib.api.elements.ElementUtils.visitChildren(ElementUtils.java:304)
   at org.netbeans.modules.html.editor.lib.api.elements.ElementUtils.visitChildren(ElementUtils.java:304)
Comment 1 ehsavoie 2012-04-12 09:06:00 UTC
Created attachment 118183 [details]
stacktrace
Comment 2 Marek Fukala 2012-04-12 10:33:51 UTC
fixed in web-main#ecb6db69523f
Comment 3 Quality Engineering 2012-04-13 09:52:21 UTC
Integrated into 'main-golden', will be available in build *201204130400* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/ecb6db69523f
User: Marek Fukala <mfukala@netbeans.org>
Log: #211073 - NullPointerException at org.netbeans.modules.html.editor.indexing.HtmlFileModel$ReferencesSearch.visit