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 212588 - org.lesscss.jcclexer.TokenMgrError: Lexical error at line 1, column 0. Encountered: <EOF> after : ""
Summary: org.lesscss.jcclexer.TokenMgrError: Lexical error at line 1, column 0. Encou...
Status: NEW
Alias: None
Product: updatecenters
Classification: Unclassified
Component: Pluginportal (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: khairie
URL:
Keywords:
: 220779 (view as bug list)
Depends on:
Blocks:
 
Reported: 2012-05-16 13:42 UTC by FrantaM
Modified: 2013-08-15 15:34 UTC (History)
6 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 180466


Attachments
stacktrace (5.41 KB, text/plain)
2012-05-16 13:42 UTC, FrantaM
Details

Note You need to log in before you can comment on or make changes to this bug.
Description FrantaM 2012-05-16 13:42:38 UTC
Build: NetBeans IDE Dev (Build 201205140400)
VM: Java HotSpot(TM) 64-Bit Server VM, 22.1-b02, Java(TM) SE Runtime Environment, 1.7.0_03-b04
OS: Linux

User Comments:
GUEST: I try to paste string _jsPlumb_endpoint into editor to create class declaration -> ._jsPlumb_endpoint

File that I edited: styles.less (with LESS supported in NB)

GUEST: I'm absolutely unable to comment my "style.less" file with "/**/" comment charset...
I installed recently the less syntax plugin on this machine.
When I want to do this :

/*
body {
      div.something {
             margin: 0
      }
}

I'm unable to perfom the fck*** star, I spam my keyboard but it doesn't change anything except changing the syntax coloration a little bit in an endless dance on the code... Just like if it was a fck*** color banner on the words. It's frustrating...

I hope it could help fix this issue.




Stacktrace: 
org.lesscss.jcclexer.TokenMgrError: Lexical error at line 1, column 0.  Encountered: <EOF> after : ""
   at org.lesscss.jcclexer.LessCSSParserTokenManager.getNextToken(LessCSSParserTokenManager.java:0)
   at org.lesscss.lexer.LessCSSLexer.getNextNonWhitespaceToken(LessCSSLexer.java:0)
   at org.lesscss.lexer.LessCSSLexer.doLookAheads(LessCSSLexer.java:0)
   at org.lesscss.lexer.LessCSSLexer.nextToken(LessCSSLexer.java:0)
   at org.netbeans.lib.lexer.LexerInputOperation.nextToken(LexerInputOperation.java:193)
   at org.netbeans.lib.lexer.inc.TokenListUpdater.relex(TokenListUpdater.java:622)
Comment 1 FrantaM 2012-05-16 13:42:44 UTC
Created attachment 119535 [details]
stacktrace
Comment 2 David Strupl 2012-11-08 09:23:48 UTC
LessCSS module from UC --> reassigning.
Comment 3 Jiri Kovalsky 2012-11-08 09:35:09 UTC
Khairi, can you please take a look at this exception report and fix it in your LessCSS plugin [1]? Thanks a lot!

[1] http://plugins.netbeans.org/plugin/41315
Comment 4 Jiri Kovalsky 2012-11-09 10:54:29 UTC
*** Bug 220779 has been marked as a duplicate of this bug. ***