Skip to content

feat: rework readme + revert qodana profile change

461bbc7
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

Improve the plugin for 0.2.0-alpha Release #68

feat: rework readme + revert qodana profile change
461bbc7
Select commit
Loading
Failed to load commit list.
GitHub Actions / Qodana for JVM completed Feb 13, 2026 in 0s

349 new problems found by Qodana for JVM

Qodana for JVM

349 new problems were found

Inspection name Severity Problems
Usage of API marked for removal 🔴 Failure 1
Deprecated API usage 🔶 Warning 155
@NotNull/@Nullable problems 🔶 Warning 24
Lombok @Getter may be used 🔶 Warning 23
Nullability and data flow problems 🔶 Warning 20
Call to 'printStackTrace()' 🔶 Warning 20
Unchecked warning 🔶 Warning 18
Lombok @Setter may be used 🔶 Warning 14
Redundant type cast 🔶 Warning 10
Call to 'Arrays.asList()' with too few arguments 🔶 Warning 8
Field can be local variable 🔶 Warning 7
Field may be 'final' 🔶 Warning 5
Javadoc declaration problems 🔶 Warning 4
Unstable API Usage 🔶 Warning 4
Declaration has problems in Javadoc references 🔶 Warning 3
Redundant local variable 🔶 Warning 3
Access static member via instance reference 🔶 Warning 2
C-style array declaration 🔶 Warning 2
Constant values 🔶 Warning 2
Stream API call chain can be simplified 🔶 Warning 2
'size() == 0' can be replaced with 'isEmpty()' 🔶 Warning 2
Concatenation with empty string 🔶 Warning 2
Unnecessary semicolon 🔶 Warning 2
Unnecessary call to 'toString()' 🔶 Warning 2
Redundant 'close()' 🔶 Warning 1
Redundant 'String' operation 🔶 Warning 1
Commented out code ◽️ Notice 8
Non-strict inequality '>=' or '<=' can be replaced with '==' ◽️ Notice 3
Method can be extracted ◽️ 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 qodana-support@jetbrains.com

Details

This result was published with Qodana GitHub Action

Annotations

Check warning on line 112 in src/main/java/net/buildtheearth/buildteamtools/modules/navigation/components/warps/menu/WarpMenu.java

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Access static member via instance reference

Static member 'net.buildtheearth.buildteamtools.modules.navigation.components.warps.WarpsComponent.createWarp(org.bukkit.entity.@org.jspecify.annotations.NonNull Player, net.buildtheearth.buildteamtools.modules.navigation.components.warps.model.WarpGroup)' accessed via instance reference

Check warning on line 57 in src/main/java/net/buildtheearth/buildteamtools/modules/navigation/components/warps/commands/WarpCommand.java

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Access static member via instance reference

Static member 'net.buildtheearth.buildteamtools.modules.navigation.components.warps.WarpsComponent.createWarp(org.bukkit.entity.Player)' accessed via instance reference

Check warning on line 213 in src/main/java/net/buildtheearth/buildteamtools/modules/generator/model/Command.java

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Call to 'Arrays.asList()' with too few arguments

Call to `asList()` with only one argument

Check warning on line 185 in src/main/java/net/buildtheearth/buildteamtools/modules/generator/model/Command.java

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Call to 'Arrays.asList()' with too few arguments

Call to `asList()` with only one argument

Check warning on line 193 in src/main/java/net/buildtheearth/buildteamtools/modules/generator/model/Command.java

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Call to 'Arrays.asList()' with too few arguments

Call to `asList()` with only one argument

Check warning on line 197 in src/main/java/net/buildtheearth/buildteamtools/modules/generator/model/Command.java

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Call to 'Arrays.asList()' with too few arguments

Call to `asList()` with only one argument

Check warning on line 201 in src/main/java/net/buildtheearth/buildteamtools/modules/generator/model/Command.java

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Call to 'Arrays.asList()' with too few arguments

Call to `asList()` with only one argument

Check warning on line 193 in src/main/java/net/buildtheearth/buildteamtools/modules/generator/model/Command.java

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Call to 'Arrays.asList()' with too few arguments

Call to `asList()` with only one argument

Check warning on line 51 in src/main/java/net/buildtheearth/buildteamtools/modules/miscellaneous/blockpalettegui/PaletteBlockListMenu.java

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Call to 'Arrays.asList()' with too few arguments

Call to `asList()` with only one argument

Check warning on line 197 in src/main/java/net/buildtheearth/buildteamtools/modules/generator/model/Command.java

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Call to 'Arrays.asList()' with too few arguments

Call to `asList()` with only one argument

Check warning on line 174 in src/main/java/net/buildtheearth/buildteamtools/utils/geo/projection/airocean/Airocean.java

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

C-style array declaration

Local variable `vertex` has C-style array type declaration

Check warning on line 175 in src/main/java/net/buildtheearth/buildteamtools/utils/geo/projection/airocean/Airocean.java

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

C-style array declaration

Local variable `v` has C-style array type declaration

Check notice on line 19 in src/main/java/net/buildtheearth/buildteamtools/modules/generator/components/rail/RailScripts.java

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Commented out code

Commented out code (2 lines)

Check notice on line 309 in src/main/java/net/buildtheearth/buildteamtools/utils/geo/projection/airocean/Airocean.java

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Commented out code

Commented out code (2 lines)

Check notice on line 11 in src/main/java/net/buildtheearth/buildteamtools/modules/plotsystem/PlotSystemModule.java

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Commented out code

Commented out code (11 lines)

Check notice on line 175 in src/main/java/net/buildtheearth/buildteamtools/modules/generator/menu/GeneratorMenu.java

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Commented out code

Commented out code (10 lines)

Check notice on line 49 in src/main/java/net/buildtheearth/buildteamtools/modules/generator/components/rail/RailScripts.java

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Commented out code

Commented out code (76 lines)

Check notice on line 126 in src/main/java/net/buildtheearth/buildteamtools/modules/generator/components/field/FieldScripts.java

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Commented out code

Commented out code (187 lines)

Check notice on line 36 in src/main/java/net/buildtheearth/buildteamtools/modules/plotsystem/PlotSystemModule.java

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Commented out code

Commented out code (78 lines)

Check notice on line 212 in src/main/java/net/buildtheearth/buildteamtools/modules/generator/menu/GeneratorMenu.java

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Commented out code

Commented out code (9 lines)

Check warning on line 146 in src/main/java/net/buildtheearth/buildteamtools/modules/navigation/components/warps/WarpsComponent.java

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Constant values

Condition `group == null` is always `false`

Check warning on line 49 in src/main/java/net/buildtheearth/buildteamtools/modules/navigation/components/warps/menu/WarpGroupSelectionMenu.java

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Constant values

Condition `otherWarp == null` is always `false`

Check warning on line 48 in src/main/java/net/buildtheearth/buildteamtools/modules/navigation/menu/StateSelectorMenu.java

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Nullability and data flow problems

Method invocation `getID` may produce `NullPointerException`

Check warning on line 210 in src/main/java/net/buildtheearth/buildteamtools/modules/navigation/components/warps/WarpsComponent.java

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Nullability and data flow problems

Argument `NetworkModule.getInstance().getBuildTeam()` might be null

Check warning on line 180 in src/main/java/net/buildtheearth/buildteamtools/modules/network/NetworkModule.java

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Nullability and data flow problems

Method invocation `getRegions` may produce `NullPointerException`