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 162877 - NullPointerException at org.netbeans.editor.ext.html.parser.AstNode.isResolved
Summary: NullPointerException at org.netbeans.editor.ext.html.parser.AstNode.isResolved
Status: CLOSED DUPLICATE of bug 162797
Alias: None
Product: web
Classification: Unclassified
Component: HTML Editor (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: Marek Fukala
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-16 20:05 UTC by Marian Mirilovic
Modified: 2009-05-18 10:47 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 149611


Attachments
stacktrace (1.21 KB, text/plain)
2009-04-16 20:05 UTC, Marian Mirilovic
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Marian Mirilovic 2009-04-16 20:05:10 UTC
Build: NetBeans IDE Dev (Build 200904160201)
VM: Java HotSpot(TM) 64-Bit Server VM, 11.3-b02, Java(TM) SE Runtime Environment, 1.6.0_13-b03
OS: Linux, 2.6.27-11-generic, amd64

User Comments:
GUEST: edit html. not closed tags
<label>
<p>

GUEST: left alt + left shit + keyup



Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.editor.ext.html.parser.AstNode.isResolved(AstNode.java:132)
        at org.netbeans.editor.ext.html.parser.SyntaxTree.makeTree(SyntaxTree.java:123)
        at org.netbeans.modules.html.editor.gsf.HtmlParserResult.root(HtmlParserResult.java:92)
        at org.netbeans.modules.html.editor.gsf.HtmlParserResult.<init>(HtmlParserResult.java:81)
        at org.netbeans.modules.html.editor.gsf.HtmlGSFParser.parse(HtmlGSFParser.java:113)
        at org.netbeans.modules.html.editor.gsf.HtmlGSFParser.parse(HtmlGSFParser.java:74)
Comment 1 Marian Mirilovic 2009-04-16 20:05:22 UTC
Created attachment 80295 [details]
stacktrace
Comment 2 Marian Mirilovic 2009-04-16 20:08:23 UTC
I can't edit any (plain) html file in the IDE today ... every time I open html file and move mouse over editor IDE is
throwing this NPE again and again ...
Comment 3 Marek Fukala 2009-04-16 21:07:51 UTC
Already fixed

*** This issue has been marked as a duplicate of 162797 ***
Comment 4 Marian Mirilovic 2009-04-17 08:26:05 UTC
v/c