Skip to content

Update Changelog.md #120

Update Changelog.md

Update Changelog.md #120

GitHub Actions / Qodana for JVM completed Dec 19, 2024 in 0s

5 new problems found by Qodana for JVM

Qodana for JVM

5 new problems were found

Inspection name Severity Problems
Constant values 🔶 Warning 2
Deprecated API usage 🔶 Warning 2
Minimum 'switch' branches 🔶 Warning 1

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

Detected 18 dependencies

Third-party software list

This page lists the third-party software dependencies used in Alfheim

Dependency Version Licenses
commons-codec 1.10 Apache-2.0
commons-compress 1.8.1 Apache-2.0
commons-io 2.5 Apache-2.0
commons-lang3 3.5 Apache-2.0
commons-logging 1.1.3 Apache-2.0
httpclient 4.3.3 Apache-2.0
httpcore 4.3.2 Apache-2.0
CC-BY-2.5
icu4j-core-mojang 51.2 IBM-ICU
java-objc-bridge 1.0.0 Apache-2.0
jline 3.5.1 BSD-3-Clause
jopt-simple 5.0.3 MIT
jutils 1.0.0 BSD-2-Clause
log4j-api 2.17.1 Apache-2.0
log4j-core 2.17.1 Apache-2.0
lombok 1.18.36 BSD-3-CLAUSE-NO-TRADEMARK
MIT
maven-artifact 3.5.3 Apache-2.0
plexus-utils 3.1.0 Apache-2.0
vecmath 1.5.2 GPL-2.0-only
ORACLE-OPENJDK-EXCEPTION-2.0
Contact Qodana team

Contact us at [email protected]

Details

This result was published with Qodana GitHub Action

Annotations

Check warning on line 432 in src/main/java/dev/redstudio/alfheim/mixin/ChunkMixin.java

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Constant values

Condition `z < 16` is always `true`

Check warning on line 431 in src/main/java/dev/redstudio/alfheim/mixin/ChunkMixin.java

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Constant values

Condition `x < 16` is always `true`

Check warning on line 63 in src/main/java/dev/redstudio/alfheim/mixin/BlockMixin.java

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Deprecated API usage

'getLightValue()' is deprecated

Check warning on line 30 in src/main/java/dev/redstudio/alfheim/mixin/BlockSlabMixin.java

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Deprecated API usage

'isFullCube(net.minecraft.block.state.IBlockState)' is deprecated

Check warning on line 53 in src/main/java/dev/redstudio/alfheim/asm/AlfheimPlugin.java

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Minimum 'switch' branches

'switch' statement has too few case labels (1), and should probably be replaced with an 'if' statement