devcon5io / mutation-analysis-plugin

Plugin for SonarQube to process mutation analysis results.
GNU Lesser General Public License v3.0
30 stars 17 forks source link

Update to Jacoco Version needed for Kotlin Support #31

Closed johnsingh1977 closed 5 years ago

johnsingh1977 commented 5 years ago

I can execute pitest using gradle and pitest gradle plugin successfully. When I attempt to send to sonarqube I get

Line 44 is out of range in the file src/main/kotlin/com//Runner.kt (lines: 43)

I traced this to a Jacoco issue. To resolve this, the version should be updated to 0.8.3 in the pom.xml

I am running against sonarqube 7.6 with the latest version of the sonar pitest plugin

gmuecke commented 5 years ago

Hi John, I don't see yet a connection between the jacoco plugin used in the mutation-analysis-plugin for building/testing the plugin itself and using it for ... analysing a Kotlin project? (I'm guessing here) Could you please provide a bit more details on the error and how it's related to the jacoco plugin - which is not shipped as dependency? Probably it's an issue in the project you're trying to analyse, and not with the mutation-analysis-pluing.

gmuecke commented 5 years ago

I'm closing this issue as there is no connection between jacoco version used to build&test the plugin an the jacoco version used in projects that get analysed by the plugin.