-
Notifications
You must be signed in to change notification settings - Fork 120
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
Header Changes PR #956
Header Changes PR #956
Conversation
sania-16
commented
Nov 13, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
see comments
public void printAnalyticsBanner(boolean collectMetrics) { | ||
LOG.info("**************************************************************************"); | ||
LOG.info("* *"); | ||
LOG.info("* "+getProductName()+" *"); |
Check warning
Code scanning / PMD
Logger calls should be surrounded by log level guards. Warning
LOG.info("* *"); | ||
LOG.info("* https://www.zingg.ai/ *"); | ||
LOG.info("* *"); | ||
LOG.info("* using: Zingg v"+getProductVersion()+" *"); |
Check warning
Code scanning / PMD
Logger calls should be surrounded by log level guards. Warning
import zingg.common.core.executor.verifyblocking.IVerifyBlockingPipeUtil; | ||
import zingg.common.core.executor.verifyblocking.VerifyBlocking; | ||
import zingg.common.core.executor.verifyblocking.VerifyBlockingPipes; | ||
import zingg.common.core.executor.blockingverifier.*; |
Check warning
Code scanning / PMD
Unused import 'zingg.common.client.util.*' Warning test