Skip to content

lot2

lot2 #27

Triggered via push May 2, 2024 03:32
Status Success
Total duration 3m 13s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

11 warnings and 1 notice
qodana
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
'Enum.values()' is recommended to be replaced by 'Enum.entries' since 1.9: src/main/kotlin/breadmod/registry/block/OreBlock.kt#L29
'Enum.values()' is recommended to be replaced by 'Enum.entries' since 1.9
Constant conditions: src/main/kotlin/breadmod/util/StackColor.kt#L25
Condition 'it != null' is always true
Constant conditions: src/main/kotlin/breadmod/util/Raycast.kt#L27
Condition 'foundEntity != null' is always true
Constant conditions: src/main/kotlin/breadmod/mixin/MixinHumanoidArmorLayer.kt#L38
Condition 'item is BreadArmorItem \&\& item.equipmentSlot == pSlot' is always false
Constant conditions: src/main/kotlin/breadmod/block/BreadBlock.kt#L49
Condition 'pLevel is ServerLevel' is always true
Constant conditions: src/main/kotlin/breadmod/item/TestBreadItem.kt#L23
'when' branch is never reachable
Constant conditions: src/main/kotlin/breadmod/block/entity/HeatingElementBlockEntity.kt#L74
Condition 'pLevel !is ServerLevel' is always false
Function or property has platform type: virtualmachine/src/main/kotlin/util/OrderableRandomAccessFile.kt#L9
Declaration has type inferred from a platform call, which can lead to unchecked nullability issues. Specify type explicitly as nullable or non-nullable.