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 161159 - ClassCastException: org.netbeans.modules.html.editor.gsf.HtmlParserResult cannot be cast to org.netbeans.modules.php.editor.parser.PHPParseResult
Summary: ClassCastException: org.netbeans.modules.html.editor.gsf.HtmlParserResult can...
Status: RESOLVED DUPLICATE of bug 161033
Alias: None
Product: php
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Tomasz Slota
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-25 16:06 UTC by laurin1
Modified: 2009-03-25 19:50 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 148001


Attachments
stacktrace (1.60 KB, text/plain)
2009-03-25 16:06 UTC, laurin1
Details
stacktrace (1.60 KB, text/plain)
2009-03-25 16:15 UTC, laurin1
Details

Note You need to log in before you can comment on or make changes to this bug.
Description laurin1 2009-03-25 16:06:19 UTC
Build: NetBeans IDE Dev (Build 200903250219)
VM: Java HotSpot(TM) Client VM, 11.3-b02, Java(TM) SE Runtime Environment, 1.6.0_13-b03
OS: Windows XP, 5.1, x86

User Comments:
GUEST: i press enter and write one-line comment mark "//"



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:101)
        at org.netbeans.modules.csl.hints.infrastructure.HintsTask.run(HintsTask.java:85)
        at org.netbeans.modules.csl.hints.infrastructure.HintsTask.run(HintsTask.java:71)
        at org.netbeans.modules.parsing.impl.TaskProcessor$CompilationJob.run(TaskProcessor.java:681)
        at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
Comment 1 laurin1 2009-03-25 16:06:33 UTC
Created attachment 78836 [details]
stacktrace
Comment 2 laurin1 2009-03-25 16:15:30 UTC
Build: NetBeans IDE Dev (Build 200903250219)
VM: Java HotSpot(TM) Client VM, 11.3-b02, Java(TM) SE Runtime Environment, 1.6.0_13-b03
OS: Windows XP, 5.1, x86

User Comments: 


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:101)
        at org.netbeans.modules.csl.hints.infrastructure.HintsTask.run(HintsTask.java:85)
        at org.netbeans.modules.csl.hints.infrastructure.HintsTask.run(HintsTask.java:71)
        at org.netbeans.modules.parsing.impl.TaskProcessor$CompilationJob.run(TaskProcessor.java:681)
        at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
Comment 3 laurin1 2009-03-25 16:15:39 UTC
Created attachment 78838 [details]
stacktrace
Comment 4 Tomasz Slota 2009-03-25 19:50:42 UTC

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