refactor: chunk | storage #66
Annotations
1 error and 4 warnings
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'
|
qodana
push-fixes is currently not supported with pr-mode: true in pull requests. Running Qodana with push-fixes: false.
|
AutoCloseable used without 'try'-with-resources:
Allay-Server/src/main/java/cn/allay/server/world/storage/rocksdb/RocksDBWorldStorage.java#L45
'Options' used without 'try'-with-resources statement
|
Busy wait:
Allay-Server/src/main/java/cn/allay/server/GameLoop.java#L61
Call to `Thread.sleep()` in a loop, probably busy-waiting
|
Result of method call ignored:
Allay-Server/src/main/java/cn/allay/server/world/storage/rocksdb/RocksDBWorldStorage.java#L52
Result of `File.mkdirs()` is ignored
|