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 207859

Summary: org.netbeans.modules.parsing.spi.ParseException at org.netbeans.modules.parsing.impl.TaskProcessor.runUserTask
Product: third-party Reporter: gahgneh <gahgneh>
Component: -- Other --Assignee: issues@third-party <issues>
Status: NEW ---    
Severity: normal CC: hendrathings, maverik, nardev, tzezula
Priority: P3    
Version: 7.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 180396
Attachments: stacktrace

Description gahgneh 2012-01-28 00:04:03 UTC
This bug was originally marked as duplicate of bug 202896, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 7.1 (Build 201112071828)
VM: Java HotSpot(TM) 64-Bit Server VM, 22.0-b10, Java(TM) SE Runtime Environment, 1.7.0_02-b13
OS: Windows 7

User Comments:
gahgneh: Opened an external file (that doesn't belong to any opened project) and pasted an HTML code

gahgneh: IE conditional comments maybe?

<!doctype html>
<!--[if lt IE 7]> <html class="no-js ie6 oldie" lang="<?php echo $lang; ?>"> <![endif]-->
<!--[if IE 7]>    <html class="no-js ie7 oldie" lang="<?php echo $lang; ?>"> <![endif]-->
<!--[if IE 8]>    <html class="no-js ie8 oldie" lang="<?php echo $lang; ?>"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="<?php echo $lang; ?>"> <!--<![endif]-->




Stacktrace: 
org.netbeans.modules.parsing.spi.ParseException
   at org.netbeans.modules.parsing.impl.TaskProcessor.runUserTask(TaskProcessor.java:216)
   at org.netbeans.modules.parsing.api.ParserManager.parse(ParserManager.java:106)
   at org.netbeans.modules.csl.hints.infrastructure.HintsTask.run(HintsTask.java:88)
   at org.netbeans.modules.csl.hints.infrastructure.HintsTask.run(HintsTask.java:74)
   at org.netbeans.modules.parsing.impl.TaskProcessor.callParserResultTask(TaskProcessor.java:618)
   at org.netbeans.modules.parsing.impl.TaskProcessor$CompilationJob.run(TaskProcessor.java:795)
Comment 1 gahgneh 2012-01-28 00:04:05 UTC
Created attachment 115335 [details]
stacktrace
Comment 2 Miloslav Metelka 2012-06-07 12:00:05 UTC
Not sure whether this belongs to parsing api or csl.
Comment 3 Tomas Zezula 2012-06-12 11:14:08 UTC
The root cause exception comes from CoffeeScript support.