You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that the current version of SonarQube 7.4 has removed support for deprecated constructor arguments used in PmdProfileExporter due to which the plugin fails to load:
Unable to load component class org.sonar.plugins.pmd.PmdExecutor:
org.sonar.plugins.pmd.PmdExecutor has unsatisfied dependency
'class org.sonar.plugins.pmd.profile.PmdProfileExporter' for constructor
'public org.sonar.plugins.pmd.PmdExecutor(org.sonar.api.batch.fs.FileSystem,org.sonar.api.profiles.RulesProfile,org.sonar.plugins.pmd.profile.PmdProfileExporter,org.sonar.plugins.pmd.PmdConfiguration,org.sonar.plugins.java.api.JavaResourceLocator,org.sonar.api.config.Configuration)'
...
The text was updated successfully, but these errors were encountered:
SonarSource has removed the @ScannerSide annotation from class ProfileExporter. Due to that missing annotation, the class PmdProfileExporter could not be instantiated.
It seems that the current version of SonarQube 7.4 has removed support for deprecated constructor arguments used in PmdProfileExporter due to which the plugin fails to load:
The text was updated successfully, but these errors were encountered: