-
Notifications
You must be signed in to change notification settings - Fork 1k
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
[Refactor] Preventing Unnecessary Object Creation and Using Utility Methods #1818
Conversation
Error: /home/runner/work/hertzbeat/hertzbeat/collector/src/main/java/org/apache/hertzbeat/collector/collect/nginx/NginxCollectImpl.java:56:8: Unused import - org.springframework.util.ObjectUtils. [UnusedImports] |
Still something wrong. |
OMG........... sorry 😢 |
Don't worry about it. |
@dukbong Hi, I checked the new checkstyle file and found that the import now needs to be sorted alphabetically by package name, I just tested it locally and it worked, but I can't push it to your repository, I hope this helps! |
@zqr10159 Thanks a lot for the help, but I'm currently working without my laptop, so I can't really apply your suggestions properly. 😭😭😭 |
That's fine. Submit it at your convenience. |
What's changed?
Checklist
Add or update API