sonar-checkstyle
sonar-checkstyle copied to clipboard
RulePriority deprecated
As per Sonar RulePriority
is deprecated: https://github.com/SonarSource/sonarqube/blob/master/sonar-plugin-api/src/main/java/org/sonar/api/rules/RulePriority.java#L30
However, SonarQube itself still uses RulePriority
as a return value, e.g. in their ActiveRules
: https://github.com/SonarSource/sonarqube/blob/master/sonar-plugin-api/src/main/java/org/sonar/api/rules/ActiveRule.java#L120.
Hence, once SonarQube removes their usage we can remove the deprecated accesses to RulePriority
as well.