Skip to content

Refactor/utilities #104

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

Merged
merged 7 commits into from
May 2, 2025
Merged

Refactor/utilities #104

merged 7 commits into from
May 2, 2025

Conversation

DomiIRL
Copy link
Member

@DomiIRL DomiIRL commented Apr 19, 2025

Implementing anweisen/utilities since its no longer maintained and this eases our own maintenance of the entire codebase.

Copy link

github-actions bot commented Apr 19, 2025

Qodana for JVM

230 new problems were found

Inspection name Severity Problems
Nullability and data flow problems 🔶 Warning 38
@NotNull/@Nullable problems 🔶 Warning 26
Lombok @Getter may be used 🔶 Warning 24
Deprecated API usage 🔶 Warning 16
Result of method call ignored 🔶 Warning 16
Call to 'printStackTrace()' 🔶 Warning 14
Catch block may ignore exception 🔶 Warning 10
Method does not call super method 🔶 Warning 10
Unchecked warning 🔶 Warning 8
AutoCloseable used without 'try'-with-resources 🔶 Warning 7
Unnecessary modifier 🔶 Warning 7
'size() == 0' can be replaced with 'isEmpty()' 🔶 Warning 6
Field may be 'final' 🔶 Warning 5
'clone()' does not declare 'CloneNotSupportedException' 🔶 Warning 4
Constant values 🔶 Warning 3
Deprecated member is still used 🔶 Warning 3
Lombok @Setter may be used 🔶 Warning 3
Method is identical to its super method 🔶 Warning 3
Assignment used as condition 🔶 Warning 2
Standard 'Charset' object can be used 🔶 Warning 2
'default' not last case in 'switch' 🔶 Warning 2
Link specified as plain text 🔶 Warning 2
Magic constant 🔶 Warning 2
'protected' member in 'final' class 🔶 Warning 2
String concatenation as argument to 'StringBuilder.append()' call 🔶 Warning 2
'equals()' method that does not check the class of its parameter 🔶 Warning 1
Mismatched query and update of collection 🔶 Warning 1
Redundant type cast 🔶 Warning 1
Non-safe string is used as SQL 🔶 Warning 1
Unnecessary unicode escape sequence 🔶 Warning 1
Unstable API Usage 🔶 Warning 1
Unused assignment 🔶 Warning 1
Duplicated code fragment ◽️ Notice 4
Commented out code ◽️ Notice 1
Constant values ◽️ Notice 1

💡 Qodana analysis was run in the pull request mode: only the changed files were checked
☁️ View the detailed Qodana report

Contact Qodana team

Contact us at [email protected]

@DomiIRL DomiIRL merged commit b6cc144 into development May 2, 2025
4 checks passed
@DomiIRL DomiIRL deleted the refactor/utilities branch May 2, 2025 07:09
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.

2 participants