Hi Julien,
Our build group is using the SonarQube Scanner for Jenkins/Maven plugin to perform the analysis. Here is some of the information it logs in the job log. I cannot get any more information about the plugin as I do not have admin authority. I noticed there are some warnings about Bytecode and missing 3rd party classes that we reference in our code. Do you think this could be the issue? If so, I will contact our build department and let them know. I also see that there have been newer versions of this plugin released. It looks like the latest is 2.6.1
SonarQube Runner 2.3
Java 1.8.0_131 Oracle Corporation (64-bit)
Windows Server 2008 R2 6.1 amd64
INFO: SonarQube Server 5.6.6
11:44:59.687 INFO - Source paths: src/main
11:44:59.687 INFO - Source encoding: windows-1252, default locale: en_US
11:44:59.687 INFO - Index files
11:44:59.748 INFO - Excluded sources:
11:44:59.748 INFO - **/*.xml
11:45:00.337 INFO - 42 files indexed
11:45:00.338 INFO - 0 files ignored because of inclusion/exclusion patterns
11:45:00.350 INFO - Quality profile for java: Payments Java
11:45:03.655 INFO - Sensor Lines Sensor
11:45:03.689 INFO - Sensor Lines Sensor (done) | time=34ms
11:45:03.689 INFO - Sensor JavaSquidSensor
11:45:04.568 INFO - Configured Java source version (sonar.java.source): 8
11:45:04.626 INFO - JavaClasspath initialization
11:45:04.641 WARN - Bytecode of dependencies was not provided for analysis of source files, you might end up with less precise results. Bytecode can be provided using sonar.java.libraries property
11:45:04.641 INFO - JavaClasspath initialization (done) | time=15ms
11:45:04.641 INFO - JavaTestClasspath initialization
11:45:04.642 INFO - JavaTestClasspath initialization (done) | time=1ms
11:45:05.098 INFO - Java Main Files AST scan
11:45:05.099 INFO - 42 source files to be analyzed
11:45:11.248 WARN - [JOURNAL_FLUSHER] WARNING Journal flush operation took 2,702ms last 8 cycles average is 560ms
11:45:24.687 INFO - 42/42 source files have been analyzed
11:45:24.691 WARN - Classes not found during the analysis : [javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse, org.slf4j.Logger, org.springframework.boot.context.embedded.EmbeddedServletContainerFactory, org.springframework.http.HttpStatus, org.springframework.jdbc.core.JdbcTemplate, org.springframework.web.servlet.DispatcherServlet,org.springframework.web.servlet.HandlerExecutionChain]
11:45:24.692 INFO - Java Main Files AST scan (done) | time=19594ms
11:45:24.692 INFO - Java Test Files AST scan
11:45:24.692 INFO - 0 source files to be analyzed
11:45:24.693 INFO - Java Test Files AST scan (done) | time=1ms
11:45:24.693 INFO - Sensor JavaSquidSensor (done) | time=21004ms
11:45:24.693 INFO - Sensor PmdSensor
11:45:24.695 INFO - Execute PMD 5.4.2...
11:45:24.726 INFO - Java version: 1.8
Is this enough information?
Steve