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 160754 - ClassCastException: org.netbeans.modules.css.gsf.api.CssParserResult
Summary: ClassCastException: org.netbeans.modules.css.gsf.api.CssParserResult
Status: RESOLVED DUPLICATE of bug 161033
Alias: None
Product: web
Classification: Unclassified
Component: HTML Editor (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Marek Fukala
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-20 17:14 UTC by Tomas Mysik
Modified: 2009-05-18 10:47 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 147951


Attachments
stacktrace (2.06 KB, text/plain)
2009-03-20 17:14 UTC, Tomas Mysik
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tomas Mysik 2009-03-20 17:14:34 UTC
Build: NetBeans IDE Dev (Build 090320)
VM: Java HotSpot(TM) 64-Bit Server VM, 1.5.0_16-b02, Java(TM) 2 Runtime Environment, Standard Edition, 1.5.0_16-b02
OS: Linux, 2.6.27-11-generic, amd64

User Comments:
tmysik: editing html file



Stacktrace: 
org.netbeans.modules.parsing.spi.ParseException
        at org.netbeans.modules.parsing.impl.TaskProcessor.runUserTask(TaskProcessor.java:190)
        at org.netbeans.modules.parsing.api.ParserManager.parse(ParserManager.java:98)
        at org.netbeans.modules.csl.editor.fold.GsfFoldManager$JavaElementFoldTask.gsfFoldScan(GsfFoldManager.java:377)
        at org.netbeans.modules.csl.editor.fold.GsfFoldManager$JavaElementFoldTask.run(GsfFoldManager.java:353)
        at org.netbeans.modules.csl.editor.fold.GsfFoldManager$JavaElementFoldTask.run(GsfFoldManager.java:298)
        at org.netbeans.modules.parsing.impl.TaskProcessor$CompilationJob.run(TaskProcessor.java:681)
Comment 1 Tomas Mysik 2009-03-20 17:14:42 UTC
Created attachment 78533 [details]
stacktrace
Comment 2 Marek Fukala 2009-03-26 15:19:32 UTC
Basically the same problem as #161033, the code is almost identical.

*** This issue has been marked as a duplicate of 161033 ***