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 222184 - 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: third-party
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: issues@third-party
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-11-15 09:44 UTC by Exceptions Reporter
Modified: 2012-11-18 22:57 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 177079


Attachments
stacktrace (5.28 KB, text/plain)
2012-11-15 09:44 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-15 09:44:06 UTC
Build: NetBeans IDE 7.3 Beta (Build 201210011125)
VM: Java HotSpot(TM) 64-Bit Server VM, 20.12-b01-434, Java(TM) SE Runtime Environment, 1.6.0_37-b06-434-11M3909
OS: Mac OS X

User Comments:
cholzberger: adding a comment in less css

GUEST: i wanted to use /* in a less file

GUEST: when you are putting asteriks on comments in less file




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.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)
   at org.netbeans.lib.lexer.inc.TokenListUpdater.updateRegular(TokenListUpdater.java:279)
   at org.netbeans.lib.lexer.inc.TokenHierarchyUpdate$UpdateItem.update(TokenHierarchyUpdate.java:348)
Comment 1 Exceptions Reporter 2012-11-15 09:44:08 UTC
Created attachment 127842 [details]
stacktrace
Comment 2 Miloslav Metelka 2012-11-18 22:57:24 UTC
org.lesscss.jcclexer.LessCSSParserTokenManager needs to be fixed