Skip to content

fix: RocksdbChunkSerializerV1 #69

fix: RocksdbChunkSerializerV1

fix: RocksdbChunkSerializerV1 #69

Triggered via push August 26, 2023 13:45
Status Success
Total duration 5m 12s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

1 error, 10 warnings, and 3 notices
Wrong package statement: Allay-WorldConverter/src/main/java/cn/allay/worldconverter/utils/ConsoleMultiProgressBarConsumer.java#L1
Package name 'cn.allay.worldconvert.utils' does not correspond to the file path 'cn.allay.worldconverter.utils'
Busy wait: Allay-Server/src/main/java/cn/allay/server/GameLoop.java#L61
Call to `Thread.sleep()` in a loop, probably busy-waiting
Constant values: Allay-API/src/main/java/cn/allay/api/entity/component/impl/base/EntityBaseComponentImpl.java#L69
Condition `info.location().world() == null` is always `false`
Nullability and data flow problems: Allay-API/src/main/java/cn/allay/api/container/processor/TransferItemActionProcessor.java#L35
Method invocation `getItemStack` may produce `NullPointerException`
Nullability and data flow problems: Allay-WorldConverter/src/main/java/cn/allay/worldconverter/WorldConverter.java#L67
Method invocation `asMapView` may produce `NullPointerException`
Nullability and data flow problems: Allay-API/src/main/java/cn/allay/api/entity/impl/EntityPlayer.java#L265
Method invocation `load` may produce `NullPointerException`
Nullability and data flow problems: Allay-API/src/main/java/cn/allay/api/container/processor/DestroyActionProcessor.java#L35
Method invocation `getItemStack` may produce `NullPointerException`
Nullability and data flow problems: Allay-API/src/main/java/cn/allay/api/entity/impl/EntityPlayer.java#L268
Method invocation `load` may produce `NullPointerException`
Nullability and data flow problems: Allay-Server/src/main/java/cn/allay/server/client/AllayClient.java#L170
Method invocation `sendContents` may produce `NullPointerException`