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 208882 - NullPointerException at org.netbeans.lib.lexer.token.DefaultToken.toString
Summary: NullPointerException at org.netbeans.lib.lexer.token.DefaultToken.toString
Status: RESOLVED DUPLICATE of bug 205597
Alias: None
Product: editor
Classification: Unclassified
Component: Lexer (show other bugs)
Version: 7.1
Hardware: All All
: P3 normal (vote)
Assignee: Miloslav Metelka
URL:
Keywords:
: 210201 (view as bug list)
Depends on:
Blocks:
 
Reported: 2012-02-27 09:30 UTC by Exceptions Reporter
Modified: 2012-11-08 07:31 UTC (History)
9 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 180249


Attachments
stacktrace (2.73 KB, text/plain)
2012-02-27 09:30 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2012-02-27 09:30:19 UTC
This issue was reported manually by mmirilovic.
It already has 23 duplicates 


Build: NetBeans IDE 7.1 (Build 201112071828)
VM: Java HotSpot(TM) Client VM, 20.5-b03, Java(TM) SE Runtime Environment, 1.6.0_30-b12
OS: Linux

User Comments:
GUEST: just noticed this flashing icon. not sure what caused it

GUEST: Just have created a new php file and i saw this error message

GUEST: setting up to edit a PHP file

GUEST: doing my php project

GUEST: clicking on "<span>" colors it red (there are closing one though) and this axception shows
vosmer@yandex.ru

GUEST: Programming PHP

GUEST: java.lang.NullPointerException
	at org.netbeans.lib.lexer.token.DefaultToken.toString(DefaultToken.java:193)
	at coffeescript.nb.CoffeeScriptEmbeddingProvidersFactory.extractCoffeeScriptFromHTML(CoffeeScriptEmbeddingProvidersFactory.java:135)
	at coffeescript.nb.CoffeeScriptEmbeddingProvidersFactory.access$000(CoffeeScriptEmbeddingProvidersFactory.java:34)
	at coffeescript.nb.CoffeeScriptEmbeddingProvidersFactory$PHPEmbeddingProvider.getEmbeddings(CoffeeScriptEmbeddingProvidersFactory.java:93)
	at org.netbeans.modules.parsing.impl.TaskProcessor.callEmbeddingProvider(TaskProcessor.java:625)
	at org.netbeans.modules.parsing.impl.SourceCache.getAllEmbeddings(SourceCache.java:284)
	at org.netbeans.modules.parsing.api.ResultIterator.getEmbeddings(ResultIterator.java:163)
	at org.netbeans.modules.parsing.api.ResultIterator.getParserResult(ResultIterator.java:149)
	at org.netbeans.modules.csl.hints.infrastructure.SuggestionsTask$1.run(SuggestionsTask.java:116)
	at org.netbeans.modules.parsing

GUEST: Don't know what happen




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.lib.lexer.token.DefaultToken.toString(DefaultToken.java:193)
   at coffeescript.nb.CoffeeScriptEmbeddingProvidersFactory.extractCoffeeScriptFromHTML(CoffeeScriptEmbeddingProvidersFactory.java:135)
   at coffeescript.nb.CoffeeScriptEmbeddingProvidersFactory.access$000(CoffeeScriptEmbeddingProvidersFactory.java:34)
   at coffeescript.nb.CoffeeScriptEmbeddingProvidersFactory$PHPEmbeddingProvider.getEmbeddings(CoffeeScriptEmbeddingProvidersFactory.java:93)
   at org.netbeans.modules.parsing.impl.TaskProcessor.callEmbeddingProvider(TaskProcessor.java:633)
   at org.netbeans.modules.parsing.impl.SourceCache.getAllEmbeddings(SourceCache.java:284)
Comment 1 Exceptions Reporter 2012-02-27 09:30:22 UTC
Created attachment 116126 [details]
stacktrace
Comment 2 Miloslav Metelka 2012-06-13 20:18:46 UTC
*** Bug 210201 has been marked as a duplicate of this bug. ***
Comment 3 Svata Dedic 2012-11-08 07:31:19 UTC
Seems as a dup of #205597, according to stacktraces.

*** This bug has been marked as a duplicate of bug 205597 ***