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

Add/fix rule for field/method/inner class/record/enum order to checkstyle #233

Open
JChrist opened this issue Apr 25, 2023 · 1 comment
Open
Labels
Days Tasks that take longer than HOURS but less than a WEEK

Comments

@JChrist
Copy link
Member

JChrist commented Apr 25, 2023

Currently, it seems that checkstyle isn't checking method ordering, or has very relaxed checks, allowing constructors to not be the first methods and inner classes/records/enums to not be last.
We should add or fix existing rules to make sure that there is consistency in the ordering of fields, methods and classes/records/enums.

@gsaslis
Copy link
Collaborator

gsaslis commented Apr 25, 2023

@JChrist could you please also assign a size bucket, so it can be prioritized accordingly?

@JChrist JChrist added the Days Tasks that take longer than HOURS but less than a WEEK label Apr 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Days Tasks that take longer than HOURS but less than a WEEK
Projects
Status: 🆕 Backlog
Development

No branches or pull requests

2 participants