Unable to analyze file: /scratch/jenkins/workspace/ZZZZ_SLAVE_SIZE_wicket/wicket-core/src/main/java/org/apache/wicket/Application_ar.properties: Unable to highlight file [moduleKey=org.apache.wicket:wicket-core, relative=src/main/java/org/apache/wicket/Application_ar.properties, basedir=/scratch/jenkins/workspace/ZZZZ_SLAVE_SIZE_wicket/wicket-core] from offset 3650 to offset 3675: 3675 is not a valid offset for file [moduleKey=org.apache.wicket:wicket-core, relative=src/main/java/org/apache/wicket/Application_ar.properties
The only option right now is to fix the file or exclude it from analysis.
--
You received this message because you are subscribed to the Google Groups "SonarQube" group.
To unsubscribe from this group and stop receiving emails from it, send an email to sonarqube+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/sonarqube/f7ec95f4-ab8d-4392-a623-fb8afea40dfa%40googlegroups.com.
Hi guys,This is not a parsing issue otherwise it would have raised a parsing issue and the analysis would have moved to the next file without crashing.As discussed
On Tue, May 3, 2016 at 3:43 PM, G. Ann Campbell <ann.ca...@sonarsource.com> wrote:
I'm not sure whether or not the file in question changed, but regardless of what is or is not valid in it, it shouldn't fail the analysis altogether. Log a parsing error, sure, but not kill the analysis.Ann
On Tuesday, 3 May 2016 09:00:28 UTC-4, mjdet...@gmail.com wrote:The file likely contains characters that are not part of ISO-8859-1. According to Java specification, properties files should be encoded as ISO-8859-1 and any special characters should use a "\uXXXX" character code representation. This conversion can be done with the native2ascii tool that is bundled with the JDK.The only option right now is to fix the file or exclude it from analysis.
--
You received this message because you are subscribed to the Google Groups "SonarQube" group.
To unsubscribe from this group and stop receiving emails from it, send an email to sonarqube+unsubscribe@googlegroups.com.
Sorry, you're right. Not parsing.
Ann
On Tuesday, 3 May 2016 13:16:10 UTC-4, David Racodon wrote:
Hi guys,This is not a parsing issue otherwise it would have raised a parsing issue and the analysis would have moved to the next file without crashing.As discussed
On Tue, May 3, 2016 at 3:43 PM, G. Ann Campbell <ann.ca...@sonarsource.com> wrote:
I'm not sure whether or not the file in question changed, but regardless of what is or is not valid in it, it shouldn't fail the analysis altogether. Log a parsing error, sure, but not kill the analysis.Ann
On Tuesday, 3 May 2016 09:00:28 UTC-4, mjdet...@gmail.com wrote:The file likely contains characters that are not part of ISO-8859-1. According to Java specification, properties files should be encoded as ISO-8859-1 and any special characters should use a "\uXXXX" character code representation. This conversion can be done with the native2ascii tool that is bundled with the JDK.The only option right now is to fix the file or exclude it from analysis.
--
You received this message because you are subscribed to the Google Groups "SonarQube" group.
To unsubscribe from this group and stop receiving emails from it, send an email to sonarqube+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/sonarqube/f7ec95f4-ab8d-4392-a623-fb8afea40dfa%40googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "SonarQube" group.
To view this discussion on the web visit https://groups.google.com/d/msgid/sonarqube/7759d1fa-be93-41b6-b3e6-b03bf48528fa%40googlegroups.com.To unsubscribe from this group and stop receiving emails from it, send an email to sonarqube+...@googlegroups.com.
Thanks a lot for your feedback Michel!
I'll give it a try and keep you posted.
David
To view this discussion on the web visit https://groups.google.com/d/msgid/sonarqube/f79f6522-21af-4dff-acad-7288c2542955%40googlegroups.com.