Skip to content

Conversation

duke1995
Copy link
Contributor

This branch contains quick fixes for some Java problems which were reported by my IDE (Visual Studio Code with the SonarLint extension).

Replace call to deprecated method DigestUtils#shaHex(InputStream) by call to method DigestUtils#sha1Hex(InputStream)
Replace call to deprecated method ImportOrderer#reorderImports(String) by call to method ImportOrderer#reorderImports(String, Style)
@reda-alaoui
Copy link
Member

Hello @duke1995 , I don't agree with many Sonar default rules. Therefore I can't accept this change.

@duke1995
Copy link
Contributor Author

Hello @duke1995 , I don't agree with many Sonar default rules. Therefore I can't accept this change.

No problem, @reda-alaoui , thank you for merging my other pull requests.

About this particular pull request, It contained 5 separate commits for different possible issues. If there are any changes you would like me to make anyway, you can let me know, and I'll do a new pull request with only those changes.

Thank you for the plugin, it's of great use to our development team.

Kind regards

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants