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 232515 - AssertionError at org.netbeans.modules.css.lib.api.CssParserResult.<init>
Summary: AssertionError at org.netbeans.modules.css.lib.api.CssParserResult.<init>
Status: RESOLVED FIXED
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:
: 232589 (view as bug list)
Depends on:
Blocks:
 
Reported: 2013-07-10 13:06 UTC by Marek Fukala
Modified: 2013-07-13 02:03 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 202040


Attachments
stacktrace (3.91 KB, text/plain)
2013-07-10 13:06 UTC, Marek Fukala
Details
stacktrace (3.91 KB, text/plain)
2013-07-11 10:45 UTC, Ondrej Vrabec
Details
stacktrace (3.91 KB, text/plain)
2013-07-11 11:03 UTC, Ondrej Vrabec
Details
stacktrace (3.91 KB, text/plain)
2013-07-11 23:42 UTC, Petr Pisl
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Marek Fukala 2013-07-10 13:06:40 UTC
Build: NetBeans IDE Dev (Build 20130709-eb2448f0866e)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.6-b04, Java(TM) SE Runtime Environment, 1.7.0_10-b31
OS: Mac OS X

User Comments:
mfukala: just opened css file w/ the css styles window opened




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 Marek Fukala 2013-07-10 13:06:42 UTC
Created attachment 136953 [details]
stacktrace
Comment 2 Ondrej Vrabec 2013-07-11 10:45:25 UTC
Created attachment 136986 [details]
stacktrace

opening an html file
Comment 3 Ondrej Vrabec 2013-07-11 11:03:25 UTC
Created attachment 136991 [details]
stacktrace

every time i switch to another file in editor
Comment 4 Exceptions Reporter 2013-07-11 23:39:26 UTC
This bug already has 5 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=202040
Comment 5 Petr Pisl 2013-07-11 23:42:25 UTC
Created attachment 137020 [details]
stacktrace

Switching from html to js file
Comment 6 Marek Fukala 2013-07-12 09:01:46 UTC
related issue 232589
Comment 7 Marek Fukala 2013-07-12 09:03:57 UTC
*** Bug 232589 has been marked as a duplicate of this bug. ***
Comment 8 Marek Fukala 2013-07-12 11:22:09 UTC
fixed in web-main#b316ea3aeefd
Comment 9 Quality Engineering 2013-07-13 02:03:20 UTC
Integrated into 'main-silver', will be available in build *201307122300* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/b316ea3aeefd
User: Marek Fukala <mfukala@netbeans.org>
Log: #232515 - AssertionError at org.netbeans.modules.css.lib.api.CssParserResult.<init>