Merge pull request #592 from Johanmans10/bypass-price-limit #51
Annotations
12 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, JetBrains/qodana-action@v2022.3.4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Qodana Scan:
src/main/java/com/Acrobot/ChestShop/Listeners/Economy/Plugins/ReserveListener.java#L37
Method invocation `name` may produce `NullPointerException`
|
Qodana Scan:
src/main/java/com/Acrobot/ChestShop/Containers/AdminInventory.java#L229
`null` is returned by the method declared as @NotNull
|
Qodana Scan:
src/main/java/com/Acrobot/ChestShop/Dependencies.java#L113
Method invocation `getDescription` may produce `NullPointerException`
|
Qodana Scan:
src/main/java/com/Acrobot/ChestShop/UUIDs/NameManager.java#L171
Deprecated member 'getAccountFromShortName' is still used
|
Qodana Scan:
src/main/java/com/Acrobot/ChestShop/UUIDs/NameManager.java#L46
Field `shortToAccount` is accessed in both synchronized and unsynchronized contexts
|
Qodana Scan:
src/main/java/com/Acrobot/ChestShop/UUIDs/NameManager.java#L44
Field `usernameToAccount` is accessed in both synchronized and unsynchronized contexts
|
Qodana Scan:
src/main/java/com/Acrobot/ChestShop/UUIDs/NameManager.java#L42
Field `accounts` is accessed in both synchronized and unsynchronized contexts
|
Qodana Scan:
src/main/java/com/Acrobot/ChestShop/ChestShop.java#L122
Non-constant logger field `shopLogger`
|
Qodana Scan:
src/main/java/com/Acrobot/Breeze/Utils/Encoding/Base64.java#L975
Variable `decoded` initializer `null` is redundant
|
Qodana Scan:
src/main/java/com/Acrobot/Breeze/Utils/Encoding/Base64.java#L1500
Variable `i` initializer `0` is redundant
|
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/
|
Loading