Skip to content

chore: some change

chore: some change #88

Triggered via push September 8, 2023 04:05
Status Success
Total duration 10m 58s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

1 error, 10 warnings, and 5 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#L73
Condition `info.location().world() == null` is always `false`
Nullability and data flow problems: Allay-WorldConverter/src/main/java/cn/allay/worldconverter/WorldConverter.java#L65
Method invocation `getCompound` may produce `NullPointerException`
Nullability and data flow problems: Allay-API/src/main/java/cn/allay/api/container/processor/DestroyActionProcessor.java#L67
Unboxing of `item.getStackNetworkId()` may produce `NullPointerException`
Nullability and data flow problems: Allay-WorldConverter/src/main/java/cn/allay/worldconverter/WorldConverter.java#L90
Unboxing of `tag.getAsInt("GameType")` 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-WorldConverter/src/main/java/cn/allay/worldconverter/WorldConverter.java#L86
Unboxing of `tag.getAsInt("SpawnY")` may produce `NullPointerException`