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 210266 - NullPointerException at org.netbeans.editor.ext.html.parser.api.SyntaxAnalyzerResult.getAllDeclaredNamespaces
Summary: NullPointerException at org.netbeans.editor.ext.html.parser.api.SyntaxAnalyze...
Status: RESOLVED DUPLICATE of bug 210781
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-03-28 12:11 UTC by williambacchi
Modified: 2012-04-11 12:03 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 186394


Attachments
stacktrace (4.64 KB, text/plain)
2012-03-28 12:12 UTC, williambacchi
Details

Note You need to log in before you can comment on or make changes to this bug.
Description williambacchi 2012-03-28 12:11:59 UTC
Build: NetBeans IDE Dev (Build 201203250401)
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: Opening a project




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.editor.ext.html.parser.api.SyntaxAnalyzerResult.getAllDeclaredNamespaces(SyntaxAnalyzerResult.java:563)
   at org.netbeans.editor.ext.html.parser.api.SyntaxAnalyzerResult.doParseHtml(SyntaxAnalyzerResult.java:198)
   at org.netbeans.editor.ext.html.parser.api.SyntaxAnalyzerResult.parseHtml(SyntaxAnalyzerResult.java:179)
   at org.netbeans.modules.html.editor.api.gsf.HtmlParserResult.root(HtmlParserResult.java:133)
   at org.netbeans.modules.html.editor.indexing.HtmlFileModel.init(HtmlFileModel.java:148)
   at org.netbeans.modules.html.editor.indexing.HtmlFileModel.<init>(HtmlFileModel.java:101)
Comment 1 williambacchi 2012-03-28 12:12:04 UTC
Created attachment 117396 [details]
stacktrace
Comment 2 Marek Fukala 2012-04-11 12:03:39 UTC
already fixed

*** This bug has been marked as a duplicate of bug 210781 ***