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 228996 - NullPointerException at org.netbeans.modules.html.editor.lib.api.SyntaxAnalyzerResult$ElementContentFilter.shouldBeFiltered
Summary: NullPointerException at org.netbeans.modules.html.editor.lib.api.SyntaxAnalyz...
Status: RESOLVED DUPLICATE of bug 228867
Alias: None
Product: web
Classification: Unclassified
Component: HTML Editor (show other bugs)
Version: 7.4
Hardware: All All
: P2 normal (vote)
Assignee: Marek Fukala
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-04-25 09:04 UTC by Maksim Khramov
Modified: 2013-05-02 10:50 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 200222


Attachments
stacktrace (2.96 KB, text/plain)
2013-04-25 09:04 UTC, Maksim Khramov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Maksim Khramov 2013-04-25 09:04:32 UTC
Build: NetBeans IDE Dev (Build 201304242301)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.21-b01, Java(TM) SE Runtime Environment, 1.7.0_21-b09
OS: Windows 7

User Comments:
mkhramov: Create Facelets template client file




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.html.editor.lib.api.SyntaxAnalyzerResult$ElementContentFilter.shouldBeFiltered(SyntaxAnalyzerResult.java:728)
   at org.netbeans.modules.html.editor.lib.api.SyntaxAnalyzerResult$ElementContentFilter.getMasks(SyntaxAnalyzerResult.java:686)
   at org.netbeans.modules.html.editor.lib.api.SyntaxAnalyzerResult.findMaskedAreas(SyntaxAnalyzerResult.java:481)
   at org.netbeans.modules.html.editor.lib.api.SyntaxAnalyzerResult.getMaskedAreas(SyntaxAnalyzerResult.java:456)
   at org.netbeans.modules.html.editor.lib.api.SyntaxAnalyzerResult.doParseHtml(SyntaxAnalyzerResult.java:274)
   at org.netbeans.modules.html.editor.lib.api.SyntaxAnalyzerResult.parseHtml(SyntaxAnalyzerResult.java:200)
Comment 1 Maksim Khramov 2013-04-25 09:04:33 UTC
Created attachment 133788 [details]
stacktrace
Comment 2 Marek Fukala 2013-05-02 10:50:29 UTC
Already fixed

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