Fix some issues with hooking into dependencies #68
Annotations
12 warnings
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, JetBrains/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "qodana-report".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
src/main/java/com/Acrobot/ChestShop/Dependencies.java#L113
Method invocation `getDescription` may produce `NullPointerException`
|
src/main/java/com/Acrobot/ChestShop/Listeners/Economy/Plugins/ReserveListener.java#L37
Method invocation `name` may produce `NullPointerException`
|
src/main/java/com/Acrobot/ChestShop/Containers/AdminInventory.java#L229
`null` is returned by the method declared as @NotNull
|
src/main/java/com/Acrobot/ChestShop/UUIDs/NameManager.java#L171
Deprecated member 'getAccountFromShortName' is still used
|
src/main/java/com/Acrobot/ChestShop/UUIDs/NameManager.java#L46
Field `shortToAccount` is accessed in both synchronized and unsynchronized contexts
|
src/main/java/com/Acrobot/ChestShop/UUIDs/NameManager.java#L44
Field `usernameToAccount` is accessed in both synchronized and unsynchronized contexts
|
src/main/java/com/Acrobot/ChestShop/UUIDs/NameManager.java#L42
Field `accounts` is accessed in both synchronized and unsynchronized contexts
|
src/main/java/com/Acrobot/ChestShop/ChestShop.java#L122
Non-constant logger field `shopLogger`
|
src/main/java/com/Acrobot/Breeze/Utils/Encoding/Base64.java#L1500
Variable `i` initializer `0` is redundant
|
src/main/java/com/Acrobot/Breeze/Utils/Encoding/Base64.java#L1503
Variable `b` initializer `0` is redundant
|
This job succeeded
Loading