Skip to content

死亡時および試合開始時に自動で弾数が上限まで回復する機能を実装 #159

死亡時および試合開始時に自動で弾数が上限まで回復する機能を実装

死亡時および試合開始時に自動で弾数が上限まで回復する機能を実装 #159

Triggered via push March 13, 2024 09:06
Status Success
Total duration 3m 1s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
Constant values: src/main/java/dev/felnull/shortlifeplugin/gui/MatchSelectorGui.java#L48
Result of `Math.max(PVP_ROOM_SIZE, PVE_ROOM_SIZE) / ROOM_PER_PAGE_COUNT` is always '0'
Nullability and data flow problems: src/main/java/dev/felnull/shortlifeplugin/listener/MatchListener.java#L121
Method invocation `getStrictWorld` may produce `NullPointerException`
Unstable API Usage: src/main/java/dev/felnull/shortlifeplugin/match/map/MatchMapInstanceLoader.java#L279
'HashingInputStream(com.google.common.hash.HashFunction, java.io.InputStream)' is declared in unstable class 'com.google.common.hash.HashingInputStream' marked with @beta
Unstable API Usage: src/main/java/dev/felnull/shortlifeplugin/match/map/MatchMapInstanceLoader.java#L279
'com.google.common.hash.HashingInputStream' is marked unstable with @beta
Unstable API Usage: src/main/java/dev/felnull/shortlifeplugin/match/map/MatchMapInstanceLoader.java#L279
'com.google.common.hash.HashingInputStream' is marked unstable with @beta
Unstable API Usage: src/main/java/dev/felnull/shortlifeplugin/match/map/MatchMapInstanceLoader.java#L282
'hash()' is declared in unstable class 'com.google.common.hash.HashingInputStream' marked with @beta
qodana
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, JetBrains/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.