Skip to content

feat: soft dependency #56

feat: soft dependency

feat: soft dependency #56

Triggered via push August 20, 2023 08:28
Status Success
Total duration 5m 40s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention
Fit to window
Zoom out
Zoom in

Annotations

10 warnings and 3 notices
Busy wait: Allay-Server/src/main/java/cn/allay/server/utils/GameLoop.java#L61
Call to `Thread.sleep()` in a loop, probably busy-waiting
Cloneable class without 'clone()' method: Allay-API/src/main/java/cn/allay/api/world/storage/AnvilRegionFile.java#L30
`AnvilRegionFile` is 'Cloneable' but does not define 'clone()' method
Nullability and data flow problems: Allay-API/src/main/java/cn/allay/api/container/processor/TransferItemActionProcessor.java#L43
Unboxing of `sourItem.getStackNetworkId()` may produce `NullPointerException`
Nullability and data flow problems: Allay-WorldConvert/src/main/java/cn/allay/worldconvert/WorldConverter.java#L92
Unboxing of `tag.getAsLong("rainTime")` may produce `NullPointerException`
Nullability and data flow problems: Allay-WorldConvert/src/main/java/cn/allay/worldconvert/WorldConverter.java#L86
Unboxing of `tag.getAsInt("SpawnY")` may produce `NullPointerException`
Nullability and data flow problems: Allay-API/src/main/java/cn/allay/api/entity/impl/EntityPlayer.java#L248
Method invocation `save` may produce `NullPointerException`
Nullability and data flow problems: Allay-Server/src/main/java/cn/allay/server/scheduler/AllayScheduler.java#L40
Method invocation `getTask` may produce `NullPointerException`
Nullability and data flow problems: Allay-API/src/main/java/cn/allay/api/entity/impl/EntityPlayer.java#L229
Method invocation `setHandSlot` may produce `NullPointerException`
Nullability and data flow problems: Allay-API/src/main/java/cn/allay/api/item/component/impl/base/ItemBaseComponentImpl.java#L80
Unboxing of `initInfo.stackNetworkId()` may produce `NullPointerException`