Skip to content

Conversation

@marzn
Copy link
Contributor

@marzn marzn commented Oct 29, 2020

No description provided.

@ghost
Copy link

ghost commented Oct 29, 2020

DeepCode's analysis on #7753d9 found:

  • ℹ️ 5 minor issues. 👇

Top issues

Description Example fixes
The expression inside info will be computed even if the log level is not high enough for the message to be logged. This will slow the application down in vain. Consider checking the log level before evaluating the expression. Occurrences: 🔧 Example fixes
Catching java.lang.Throwable will also catch JVM internal errors like OutOfMemoryErrors or StackOverflowErrors. This is most likely not the intended behavior and considered a bad practice. Consider catching a less general exception. Occurrences: 🔧 Example fixes
Logger calls should be surrounded by log level guards. Occurrences: 🔧 Example fixes

👉 View analysis in DeepCode’s Dashboard | Configure the bot

@marzn marzn requested a review from fakepk November 1, 2020 02:08
@marzn marzn marked this pull request as ready for review November 1, 2020 02:08
@marzn marzn merged commit abdb772 into master Nov 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants