This repository was archived by the owner on Nov 28, 2025. It is now read-only.
Update to 1.21.9 #221
Open
Update to 1.21.9 #221
codefactor.io / CodeFactor
succeeded
Oct 18, 2025 in 3s
5 issues fixed. 3 issues found.
Annotations
codefactor-io / CodeFactor
src/main/kotlin/io/github/dockyardmc/entity/handlers/EntityMetadataHandler.kt#L23
Parentheses in (parentValue.toInt() and definition.bitMask.toInt()) are unnecessary and can be replaced with: parentValue.toInt() and definition.bitMask.toInt() (detekt.UnnecessaryParentheses)
codefactor-io / CodeFactor
src/main/kotlin/io/github/dockyardmc/entity/handlers/EntityMetadataHandler.kt#L25
Parentheses in (metadataLayers[player]!!) are unnecessary and can be replaced with: metadataLayers[player]!! (detekt.UnnecessaryParentheses)
Check warning on line 53 in src/main/kotlin/io/github/dockyardmc/protocol/types/LpVector3d.kt
codefactor-io / CodeFactor
src/main/kotlin/io/github/dockyardmc/protocol/types/LpVector3d.kt#L53
Parentheses in (i and SCALE_BITS_MASK) are unnecessary and can be replaced with: i and SCALE_BITS_MASK. (detekt.UnnecessaryParentheses)
Loading