Skip to content

Use more common "static final" instead of "final static"#993

Merged
Avery-Dunn merged 2 commits intodevfrom
avdunn/static-final-reordering
Sep 16, 2025
Merged

Use more common "static final" instead of "final static"#993
Avery-Dunn merged 2 commits intodevfrom
avdunn/static-final-reordering

Conversation

@Avery-Dunn
Copy link
Copy Markdown
Contributor

@Avery-Dunn Avery-Dunn commented Sep 12, 2025

Certain Java conventions suggest "static final" as the ordering of keywords when making a constant, rather than "final static".

SonarQube considered this a minor issue, and as this PR shows it was quite common in the codebase.

Although this PR affects a lot of files it's the exact same change in each one, and should not affect the behavior of the library in any way.

@Avery-Dunn Avery-Dunn requested a review from a team as a code owner September 12, 2025 23:09
…cquireTokenInteractiveIT.java

Co-authored-by: Gladwin Johnson <[email protected]>
@Avery-Dunn Avery-Dunn merged commit 172ac1b into dev Sep 16, 2025
5 checks passed
Copilot AI mentioned this pull request Feb 6, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants