johankees

Results 4 comments of johankees

Same for: GitLab EE: 11.9.11-ee SonarQube: 6.7.3 sonar-gitlab-plugin: 3.0.2

As per SonarSource support: Alexandre GigleuxToday 4:11 PM I looked at the code of the Pitest Plugin. At some point it is doing the sum (https://github.com/VinodAnandan/sonar-pitest/blob/master/src/main/java/org/sonar/plugins/pitest/PitestComputer.java#L79) of some metrics (https://github.com/VinodAnandan/sonar-pitest/blob/master/src/main/java/org/sonar/plugins/pitest/PitestComputer.java#L37)....

Since the error is about expecting an int and getting a double, my guess would be that the issue is with MUTATIONS_KILLED_RATIO / MUTATIONS_KILLED_PERCENT_KEY, since Metric.ValueType.PERCENT is of type Double

Thanks @bradflood FYI, I checked this a bit more and added some logging to find out where it breaks. I got the following in the logs: 2018.01.03 14:13:59 ERROR ce[AWC8Xwyl3Nc2CAfF_Hx3][o.s.p.p.PitestComputer]...