Skip to content

Remove duplicated Code Inspection #7

Remove duplicated Code Inspection

Remove duplicated Code Inspection #7

GitHub Actions / Qodana for JVM completed Oct 18, 2024 in 0s

3 new problems found by Qodana for JVM

Qodana for JVM

3 new problems were found

Inspection name Severity Problems
Redundant empty primary constructor ◽️ Notice 2
Class member can have 'private' visibility ◽️ Notice 1

☁️ View the detailed Qodana report

Contact Qodana team

Contact us at [email protected]

Details

This result was published with Qodana GitHub Action

Annotations

Check notice on line 26 in src/main/kotlin/com/github/serverfrog/bitburnerplugin/action/BitburnerActionGroup.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Class member can have 'private' visibility

Function 'append' could be private

Check notice on line 9 in src/main/kotlin/com/github/serverfrog/bitburnerplugin/action/BitburnerPushAction.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Redundant empty primary constructor

Remove empty primary constructor

Check notice on line 13 in src/main/kotlin/com/github/serverfrog/bitburnerplugin/config/BitburnerSettings.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Redundant empty primary constructor

Remove empty primary constructor