rosehgal / TrashEmail

A hosted disposable email telegram bot; Extremely privacy friendly; Proudly hosted for community.
https://t.me/trashemail_bot
Apache License 2.0
551 stars 65 forks source link

Logging arguments should not require evaluation and printf-style format strings. #87

Closed marcospds closed 1 year ago

marcospds commented 3 years ago

Avoid processing with logging disabled. If the body is null, as it was, the log print would just be null, because of string concatenation.

https://sonarcloud.io/organizations/r0hi7/rules?open=java%3AS2629&rule_key=java%3AS2629 https://sonarcloud.io/organizations/r0hi7/rules?open=java%3AS3457&rule_key=java%3AS3457