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 221394 - NullPointerException at org.netbeans.lib.lexer.token.DefaultToken.toString
Summary: NullPointerException at org.netbeans.lib.lexer.token.DefaultToken.toString
Status: NEW
Alias: None
Product: third-party
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: deniss
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-11-02 23:05 UTC by Exceptions Reporter
Modified: 2013-09-17 16:03 UTC (History)
12 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 194473


Attachments
stacktrace (4.45 KB, text/plain)
2012-11-02 23:05 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-11-02 23:05:42 UTC
This bug was originally marked as duplicate of bug 206401, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE Dev (Build nbms-and-javadoc-9524-on-20121101)
VM: Java HotSpot(TM) 64-Bit Server VM, 22.1-b02, Java(TM) SE Runtime Environment, 1.7.0_03-b05
OS: Windows 7

User Comments:
GUEST: Waiting for background scanning to finish.  Windows host running NB connected to ubuntu 11 vm (oracle VirtualBOx) filesystem through Samba

guilhermeblanco: Background scanning of projects...

szmitek: Background scannning of projects...
PHP Project connected with Git set as default
No file opened

guilhermeblanco: Background scanning of projects while loading first time,

GUEST: searching in project files with with srting "b-overlay b-overlay-prev b-prev"

GUEST: Opening project under git vcs makes background scaning stuck

zeloras: send error report

GUEST: open text file + save

zeloras: start->import_modules (autosave,coffescript)

GUEST: Viewing PHP options tabs while Scanning is running in the background

GUEST: open project version 7.1 rc2 netbeans

GUEST: Starting IDE

GUEST: Trying to kill background scanning

guilhermeblanco: just loaded the IDE

guilhermeblanco: Backgorund scanning of projects on first initialization

GUEST: Good job, or blow job

GUEST: Try add include path in php project.

GUEST: Install netbeans - download project...scan...error

GUEST: loading project. developing  wordpress plugin

GUEST: Opening NetBeans session

GUEST: Cleared cache, waited for 'background scanning of projects' to hit 100%, double clicked on a function name in the navigator panel. Did not move to correct place in file. Exception noticed a short time later.

GUEST: Opened project

guilhermeblanco: Might be related to the previous report (also a ParseException, but on a different module (it was lexer.token.DefaultToken previously), but NetBeans keeps asking me to report as a different issue.

GUEST: just started the new installed netbeans application 7.2 and imported all settings.
after import plugins -> restart
then let it scan a project that lies on a mac mapped network drive
while i was writing this i had another two errors (the same)

GUEST: i have this type of error




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.lib.lexer.token.DefaultToken.toString(DefaultToken.java:218)
   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:573)
   at org.netbeans.modules.parsing.impl.SourceCache.getAllEmbeddings(SourceCache.java:284)
Comment 1 Exceptions Reporter 2012-11-02 23:05:44 UTC
Created attachment 127048 [details]
stacktrace