Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: JAVASCRIPT-1.1
-
Component/s: JavaScript
-
Labels:None
-
Number of attachments :
Description
The following exception is thrown :
13:44:27 Embedded error: Unable to lex url: file:/.....js 13:44:27 None of the channel has been able to handle character '' (decimal value 65279) at line 1, column 0 13:44:27 [INFO] ------------------------------------------------------------------------ 13:44:27 [INFO] Trace 13:44:27 org.apache.maven.lifecycle.LifecycleExecutionException: Can not execute Sonar 13:44:27 at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleE
Issue Links
- is duplicated by
-
SONARPLUGINS-2193
Won't compile some Jquery libraries
-
I've seen the same message while parsing PowerBuilder files (with my under development plugin) so I supppose that it's not only restricted to JavaScript but it has to do with SSLR
Caused by: java.lang.IllegalStateException: None of the channel has been able to handle character '`' (decimal value 96) at line 143, column 21 at org.sonar.channel.ChannelDispatcher.consume(ChannelDispatcher.java:86) ~[sonar-channel-3.0.1.jar:na] at com.sonar.sslr.impl.Lexer.lex(Lexer.java:126) ~[sslr-core-1.13.jar:na]The problematic characters are : '`' and '\'