Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sonarqube 7.6 support #37

Open
etiennepeiniau opened this issue Mar 19, 2019 · 1 comment
Open

Sonarqube 7.6 support #37

etiennepeiniau opened this issue Mar 19, 2019 · 1 comment

Comments

@etiennepeiniau
Copy link

etiennepeiniau commented Mar 19, 2019

It seems that org.sonar.api.profiles.RulesProfile has been removed.

org.sonar.plugins.pitest.scanner.PitestSensor has unsatisfied dependency 'class org.sonar.api.profiles.RulesProfile' for constructor 'public org.sonar.plugins.pitest.scanner.PitestSensor(org.sonar.api.config.Configuration,org.sonar.plugins.pitest.scanner.XmlReportParser,org.sonar.api.profiles.RulesProfile,org.sonar.plugins.pitest.scanner.XmlReportFinder,org.sonar.api.batch.fs.FileSystem)' from org.sonar.core.platform.ComponentContainer$ExtendedDefaultPicoContainer@61916f8c:138<[Immutable]:org.sonar.core.platform.ComponentContainer$ExtendedDefaultPicoContainer@2d2a6ca9:737<[Immutable]:org.sonar.core.platform.ComponentContainer$ExtendedDefaultPicoContainer@3bfce57b:75<|

You can find a similar issue for the sonar-pmd plugin : jborgers/sonar-pmd#81

I do not know how to code a sonar plugin so I can not help.

@sebastianpetri
Copy link

https://github.com/sebastianpetri/sonar-pitest
Tested with Sonarqube 8.1. My program code is very horrible, but it working. ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants