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 232589 - AssertionError at org.netbeans.modules.css.lib.api.CssParserResult.<init>
Summary: AssertionError at org.netbeans.modules.css.lib.api.CssParserResult.<init>
Status: RESOLVED DUPLICATE of bug 232515
Alias: None
Product: web
Classification: Unclassified
Component: CSS Visual Tools (show other bugs)
Version: 7.4
Hardware: All All
: P2 normal (vote)
Assignee: Marek Fukala
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-12 06:33 UTC by Jiri Prox
Modified: 2013-07-12 09:03 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 202077


Attachments
stacktrace (4.03 KB, text/plain)
2013-07-12 06:33 UTC, Jiri Prox
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Prox 2013-07-12 06:33:44 UTC
Build: NetBeans IDE Dev (Build 201307102300)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.0-b36, Java(TM) SE Runtime Environment, 1.8.0-ea-b94
OS: Windows 7

User Comments:
GUEST: I was in the CSS Editor in the Selection Tab and when click on Document tab the error was thrown.

ppisl: Switch in Css Styles window from Selection to Document

jiriprox: AE when opning HTML file




Stacktrace: 
java.lang.AssertionError
   at org.netbeans.modules.css.lib.api.CssParserResult.<init>(CssParserResult.java:68)
   at org.netbeans.modules.css.lib.nbparser.CssParser.getResult(CssParser.java:153)
   at org.netbeans.modules.css.lib.nbparser.CssParser.getResult(CssParser.java:73)
   at org.netbeans.modules.parsing.impl.TaskProcessor.callGetResult(TaskProcessor.java:615)
   at org.netbeans.modules.parsing.api.ParserManager$MimeTaskAction.run(ParserManager.java:380)
   at org.netbeans.modules.parsing.api.ParserManager$MimeTaskAction.run(ParserManager.java:365)
Comment 1 Jiri Prox 2013-07-12 06:33:45 UTC
Created attachment 137030 [details]
stacktrace
Comment 2 Marek Fukala 2013-07-12 09:03:57 UTC

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