-
Notifications
You must be signed in to change notification settings - Fork 70
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
Resolve deprecations warnings #58
Comments
@muhlba91 , can you recheck if this is still actual issue ? |
Not used (anymore):
ad |
Please close this issue and create new issue on what is left to do.
Does it make sense to open issue on sonar to get details on such deprecation ? |
@muhlba91 , as we migrated to new LTS, it is good time for cleanup of deprecations, and remove any adapters we did to keep compatibility with 6.7. |
closing this in favour of #217 as it addresses sonarcloud.io issues. |
Deprecation highlighted by Sonarqube - https://sonarcloud.io/project/issues?id=checkstyle_sonar-checkstyle&resolved=false&rules=java%3AS1874&severities=MINOR
Deprecation usage that were highlighted by Eclipse:
The field RulePriority.BLOCKER is deprecated
The field RulePriority.CRITICAL is deprecated
The field RulePriority.INFO is deprecated
The field RulePriority.MAJOR is deprecated
The field RulePriority.MINOR is deprecated
The method find(RuleQuery) from the type RuleFinder is deprecated
The type RulePriority is deprecated
The type RuleFinder is deprecated
The type ResourcePerspectives is deprecated
The type Project is deprecated
The type BatchExtension is deprecated
The method debtSubCharacteristic() from the type RulesDefinition.Rule is deprecated
The method line(Integer) from the type Issuable.IssueBuilder is deprecated
The method message(String) from the type Issuable.IssueBuilder is deprecated
The method readFileToString(File) from the type FileUtils is deprecated
The method setParent(Rule) from the type Rule is deprecated
The method start(String) from the type TimeProfiler is deprecated
The method stop() from the type TimeProfiler is deprecated
The constructor Project(String) is deprecated
The constructor TimeProfiler() is deprecated
The text was updated successfully, but these errors were encountered: