Skip to content

refractor:

aaab94c
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Open

Rail generator v1 #86

refractor:
aaab94c
Select commit
Loading
Failed to load commit list.
GitHub Actions / Qodana for JVM completed May 19, 2026 in 0s

3 new problems found by Qodana for JVM

Qodana for JVM

3 new problems were found

Inspection name Severity Problems
Constant values 🔶 Warning 1
Deprecated API usage 🔶 Warning 1
Field can be local variable 🔶 Warning 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 430 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

Constant values

Condition `northSouth` is always `false` when reached

Check warning on line 261 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

Deprecated API usage

'org.bukkit.metadata.FixedMetadataValue' is deprecated

Check warning on line 41 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

Field can be local variable

Field can be converted to a local variable