We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Plugin doesn't work with SonarQube 7.3: java.lang.IllegalStateException: Fail to load plugin PMD [pmd] ... Caused by: java.lang.NoClassDefFoundError: org/sonar/api/batch/Sensor
java.lang.IllegalStateException: Fail to load plugin PMD [pmd] ... Caused by: java.lang.NoClassDefFoundError: org/sonar/api/batch/Sensor
Caused by https://jira.sonarsource.com/browse/SONAR-10138.
The text was updated successfully, but these errors were encountered:
See also #42
Sorry, something went wrong.
Thank you. I'll have a look at it.
Merge pull request #53 from jensgerdes/sonarqube-7.3+
c88d547
sonar-pmd has been heavily refactored to use the current Sonar Plugin API, allowing it to be run on SonarQube 7.3+. Fixes #49, fixes #42
jensgerdes
Successfully merging a pull request may close this issue.
Plugin doesn't work with SonarQube 7.3:
java.lang.IllegalStateException: Fail to load plugin PMD [pmd] ... Caused by: java.lang.NoClassDefFoundError: org/sonar/api/batch/Sensor
Caused by https://jira.sonarsource.com/browse/SONAR-10138.
The text was updated successfully, but these errors were encountered: