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 255166 - NullPointerException at coffeescript.nb.CoffeeScriptHTMLParserTask.run
Summary: NullPointerException at coffeescript.nb.CoffeeScriptHTMLParserTask.run
Status: RESOLVED WONTFIX
Alias: None
Product: third-party
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: issues@third-party
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-09-10 10:10 UTC by pmaselkowski
Modified: 2015-09-10 10:59 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 219848


Attachments
stacktrace (1.01 KB, text/plain)
2015-09-10 10:10 UTC, pmaselkowski
Details

Note You need to log in before you can comment on or make changes to this bug.
Description pmaselkowski 2015-09-10 10:10:24 UTC
Build: NetBeans IDE Dev (Build 201509090002)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.60-b23, Java(TM) SE Runtime Environment, 1.8.0_60-b27
OS: Linux

User Comments:
pmaselkowski: Was doing undo




Stacktrace: 
java.lang.NullPointerException
   at coffeescript.nb.CoffeeScriptHTMLParserTask.run(CoffeeScriptHTMLParserTask.java:45)
   at org.netbeans.modules.parsing.impl.TaskProcessor.callParserResultTask(TaskProcessor.java:584)
   at org.netbeans.modules.parsing.impl.TaskProcessor$RequestPerformer.run(TaskProcessor.java:809)
   at org.openide.util.lookup.Lookups.executeWith(Lookups.java:304)
   at org.netbeans.modules.parsing.impl.TaskProcessor$RequestPerformer.execute(TaskProcessor.java:725)
   at org.netbeans.modules.parsing.impl.TaskProcessor$CompilationJob.run(TaskProcessor.java:686)
Comment 1 pmaselkowski 2015-09-10 10:10:26 UTC
Created attachment 156044 [details]
stacktrace
Comment 2 Jaroslav Havlin 2015-09-10 10:59:18 UTC
Reported at https://github.com/dstepanov/coffeescript-netbeans/issues/41.
Thank you.