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

Code style (Sonarlint): put public static final modifiers in the correct order #10074

Open
bencomp opened this issue Oct 31, 2023 · 0 comments · May be fixed by #10075
Open

Code style (Sonarlint): put public static final modifiers in the correct order #10074

bencomp opened this issue Oct 31, 2023 · 0 comments · May be fixed by #10075
Labels
Component: Code Infrastructure formerly "Feature: Code Infrastructure" Size: 3 A percentage of a sprint. 2.1 hours. Type: Suggestion an idea User Role: Hackathon Participant Core developers, frequent contributors, drive-by contributors, etc.

Comments

@bencomp
Copy link
Contributor

bencomp commented Oct 31, 2023

Overview of the Feature Request
The order of modifiers like public, static and final is given in the Java Language Specification, according to Sonarcloud. See rule java:S1124 for details. There are (or were) 185 violations at the time of the last check.

What kind of user is the feature intended for?
Developers

What inspired the request?
Sonarcloud

What existing behavior do you want changed?
n/a

Any brand new behavior do you want to add to Dataverse?
n/a

Any open or closed issues related to this feature request?
#9846 may help find these issues automatically.

@bencomp bencomp linked a pull request Oct 31, 2023 that will close this issue
@pdurbin pdurbin added Type: Suggestion an idea Component: Code Infrastructure formerly "Feature: Code Infrastructure" User Role: Hackathon Participant Core developers, frequent contributors, drive-by contributors, etc. labels Nov 12, 2023
@cmbz cmbz added the Size: 3 A percentage of a sprint. 2.1 hours. label Apr 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component: Code Infrastructure formerly "Feature: Code Infrastructure" Size: 3 A percentage of a sprint. 2.1 hours. Type: Suggestion an idea User Role: Hackathon Participant Core developers, frequent contributors, drive-by contributors, etc.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants