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

build(IntelliJ): add inspections allowing IntelliJ to correct "modifier out of order" infractions #4914

Merged
merged 5 commits into from
Oct 12, 2021

Conversation

keturn
Copy link
Member

@keturn keturn commented Sep 26, 2021

Be aware this does partly revert #4630—people might have differing opinions on how to approach this.

How to test

put some code in a class like

   final static private Logger logger;

assert you can apply an inspection fix (usually Alt-Enter) "Sort Modifiers" to correct it to

   private static final Logger logger;

@keturn keturn added Category: Build/CI Requests, Issues and Changes targeting gradle, groovy, Jenkins, etc. Size: S Small effort likely only affecting a single area and requiring little to no research labels Sep 26, 2021
@DarkWeird DarkWeird merged commit 58904e2 into develop Oct 12, 2021
@DarkWeird DarkWeird deleted the build/javaInspections branch October 12, 2021 07:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Category: Build/CI Requests, Issues and Changes targeting gradle, groovy, Jenkins, etc. Size: S Small effort likely only affecting a single area and requiring little to no research
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants