Skip to content
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

Utility classes should not have a public or default constructor #627

Closed
robotLJW opened this issue Aug 4, 2022 · 0 comments · Fixed by #626, #628 or #629
Closed

Utility classes should not have a public or default constructor #627

robotLJW opened this issue Aug 4, 2022 · 0 comments · Fixed by #626, #628 or #629
Assignees
Labels
kind/bug Something isn't working

Comments

@robotLJW
Copy link
Collaborator

robotLJW commented Aug 4, 2022

Describe the bug
when submitted
@SpringBootApplication public class Application { public static void main(String[] args) { xxxx } }

style check error: Utility classes should not have a public or default constructor
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something isn't working
Projects
None yet
1 participant