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 210795 - NullPointerException at org.netbeans.modules.html.editor.lib.api.SyntaxAnalyzerResult.findMaskedAreas
Summary: NullPointerException at org.netbeans.modules.html.editor.lib.api.SyntaxAnalyz...
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-06 06:44 UTC by williambacchi
Modified: 2012-04-07 10:09 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 186737


Attachments
stacktrace (4.63 KB, text/plain)
2012-04-06 06:44 UTC, williambacchi
Details
stacktrace (4.63 KB, text/plain)
2012-04-06 12:20 UTC, williambacchi
Details
stacktrace (3.26 KB, text/plain)
2012-04-06 12:41 UTC, williambacchi
Details

Note You need to log in before you can comment on or make changes to this bug.
Description williambacchi 2012-04-06 06:44:51 UTC
Build: NetBeans IDE Dev (Build 201204040400)
VM: Java HotSpot(TM) Client VM, 17.1-b03, Java(TM) SE Runtime Environment, 1.6.0_22-b04
OS: Windows XP

User Comments:
williambacchi: Setting Java Platform




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.html.editor.lib.api.SyntaxAnalyzerResult.findMaskedAreas(SyntaxAnalyzerResult.java:369)
   at org.netbeans.modules.html.editor.lib.api.SyntaxAnalyzerResult.doParseHtml(SyntaxAnalyzerResult.java:216)
   at org.netbeans.modules.html.editor.lib.api.SyntaxAnalyzerResult.parseHtml(SyntaxAnalyzerResult.java:166)
   at org.netbeans.modules.html.editor.api.gsf.HtmlParserResult.root(HtmlParserResult.java:134)
   at org.netbeans.modules.html.editor.indexing.HtmlFileModel.init(HtmlFileModel.java:142)
   at org.netbeans.modules.html.editor.indexing.HtmlFileModel.<init>(HtmlFileModel.java:95)
Comment 1 williambacchi 2012-04-06 06:44:55 UTC
Created attachment 117923 [details]
stacktrace
Comment 2 williambacchi 2012-04-06 12:20:21 UTC
Created attachment 117941 [details]
stacktrace

Opened a project with reference problems
Comment 3 williambacchi 2012-04-06 12:41:19 UTC
Created attachment 117943 [details]
stacktrace
Comment 4 Marek Fukala 2012-04-06 14:07:24 UTC
fixed in web-main#4c87921b2f9c
Comment 5 Quality Engineering 2012-04-07 10:09:58 UTC
Integrated into 'main-golden', will be available in build *201204070400* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/4c87921b2f9c
User: Marek Fukala <mfukala@netbeans.org>
Log: #210795 - NullPointerException at org.netbeans.modules.html.editor.lib.api.SyntaxAnalyzerResult.findMaskedAreas