Сонар проверить код ошибки JQuery

Я использую sonar для проверки кода jquery, но он всегда выдает исключение:

C:\Documents and Settings\user\.jenkins\workspace\ksp2\ant\sonar_web.xml:31: com.sonar.sslr.impl.LexerException: Unable to lex url: file:/C:/Documents%20and%20Settings/user/.jenkins/workspace/ksp2/WebContent/js/post/viewEditRevisions.js
Caused by: com.sonar.sslr.impl.LexerException: Unable to lex source code at line : 197 and column : 42 in file : file:/C:/Documents%20and%20Settings/user/.jenkins/workspace/ksp2/WebContent/js/post/viewEditRevisions.js
Caused by: java.lang.IllegalStateException: None of the channel has been able to handle character '"' (decimal value 34) at line 197, column 42
    at org.sonar.channel.ChannelDispatcher.consume(ChannelDispatcher.java:87)
    at com.sonar.sslr.impl.Lexer.lex(Lexer.java:126)

Я не знаю почему. мой файл jquery слишком длинный, и он выдает исключение в этой строке:

    var postTemplate = '<h3><div class="title">'+data.postResult.title+'</div></h3><p>'+data.postResult.contentPreview+'</p>'+postTags;

Я был так растерян, я установил кодировку как UTF-8, но это все равно вызывает исключение.

1 ответ

Решение

Вы можете попробовать так: sonar_web.xml добавить следующий код <property key="sonar.sourceEncoding" value="utf-8" />

обратитесь к: https://stackru.com/a/15537832/2193246

Другие вопросы по тегам