-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Fix Spotbugs in azure-core #16500
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
Fix Spotbugs in azure-core #16500
Conversation
sdk/core/azure-core/src/main/java/com/azure/core/util/logging/ClientLogger.java
Show resolved
Hide resolved
sdk/core/azure-core/src/main/java/com/azure/core/util/logging/ClientLogger.java
Show resolved
Hide resolved
eng/code-quality-reports/src/main/resources/spotbugs/spotbugs-exclude.xml
Show resolved
Hide resolved
eng/code-quality-reports/src/main/resources/spotbugs/spotbugs-exclude.xml
Show resolved
Hide resolved
sdk/core/azure-core/src/main/java/com/azure/core/util/logging/ClientLogger.java
Show resolved
Hide resolved
|
This PR is lacking clarity on why this change was made. Without context, all I am seeing is that our logging will be slower now, and I don't know why. Future developers will not have any context, either in the code or in this PR. Please be sure to create PRs with proper descriptions of the intent of the change, and ideally include appropriate inline code comments about why things are being done the way they are. All reviewers too - this should be baseline expectations to ensure we are not doing our future selves and teammates a disservice by under-documenting things. |
The descriptions are limited intentionally. |
No description provided.