Skip to content

Chore(deps): Bump com.github.puregero:multilib from 1.2.4 to 1.2.5 - #69

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/maven/com.github.puregero-multilib-1.2.5
Open

Chore(deps): Bump com.github.puregero:multilib from 1.2.4 to 1.2.5#69
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/maven/com.github.puregero-multilib-1.2.5

Chore(deps): Bump com.github.puregero:multilib from 1.2.4 to 1.2.5

dfed799
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
GitHub Actions / Qodana Community for JVM completed Sep 15, 2025 in 0s

392 new problems found by Qodana Community for JVM

Qodana Community for JVM

392 new problems were found

Inspection name Severity Problems
Nullability and data flow problems 🔶 Warning 263
Unnecessary unicode escape sequence 🔶 Warning 25
@NotNull/@Nullable problems 🔶 Warning 23
Suspicious collection method call 🔶 Warning 12
Unused import 🔶 Warning 12
Stream API call chain can be simplified 🔶 Warning 7
AutoCloseable used without 'try'-with-resources 🔶 Warning 6
Optional.get() is called without isPresent() check 🔶 Warning 5
Optional call chain can be simplified 🔶 Warning 4
Lombok @Getter may be used 🔶 Warning 2
Null value for Optional type 🔶 Warning 2
Suspicious 'InvocationHandler' implementation 🔶 Warning 2
Unused assignment 🔶 Warning 2
Access static member via instance reference 🔶 Warning 1
Standard 'Charset' object can be used 🔶 Warning 1
Statement with empty body 🔶 Warning 1
Field may be 'final' 🔶 Warning 1
Link specified as plain text 🔶 Warning 1
Lombok @Setter may be used 🔶 Warning 1
'size() == 0' can be replaced with 'isEmpty()' 🔶 Warning 1
Minimum 'switch' branches 🔶 Warning 1
Method can be extracted ◽️ Notice 11
Multiple occurrences of the same expression ◽️ Notice 6
Nullability and data flow problems ◽️ Notice 1
'if' statement with identical branches or common parts ◽️ Notice 1
View the detailed Qodana report

To be able to view the detailed Qodana report, you can either:

To get *.log files or any other Qodana artifacts, run the action with upload-result option set to true,
so that the action will upload the files as the job artifacts:

      - name: 'Qodana Scan'
        uses: JetBrains/qodana-action@v2025.1.1
        with:
          upload-result: true
Contact Qodana team

Contact us at qodana-support@jetbrains.com

Details

This result was published with Qodana GitHub Action

Annotations

Check warning on line 205 in common/src/main/java/com/loohp/multichatdiscordsrvaddon/bungee/BungeeMessageSender.java

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Access static member via instance reference

Static member 'com.loohp.multichatdiscordsrvaddon.MultiChatDiscordSrvAddon.bungeeMessageListener' accessed via instance reference

Check warning on line 22 in common/src/main/java/com/loohp/multichatdiscordsrvaddon/hooks/DynmapHook.java

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

AutoCloseable used without 'try'-with-resources

'SingleSubscription' used without 'try'-with-resources statement

Check warning on line 46 in integrations/ChatControl-Red/src/main/java/com/loohp/multichatdiscordsrvaddon/integration/impl/ChatControlRedIntegration.java

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

AutoCloseable used without 'try'-with-resources

'SingleSubscription' used without 'try'-with-resources statement

Check warning on line 52 in integrations/ChatControl/src/main/java/com/loohp/multichatdiscordsrvaddon/integration/impl/ChatControlIntegration.java

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

AutoCloseable used without 'try'-with-resources

'SingleSubscription' used without 'try'-with-resources statement

Check warning on line 41 in integrations/ChatControl-Red/src/main/java/com/loohp/multichatdiscordsrvaddon/integration/impl/ChatControlRedIntegration.java

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

AutoCloseable used without 'try'-with-resources

'SingleSubscription' used without 'try'-with-resources statement

Check warning on line 64 in integrations/ChatControl/src/main/java/com/loohp/multichatdiscordsrvaddon/integration/impl/ChatControlIntegration.java

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

AutoCloseable used without 'try'-with-resources

'SingleSubscription' used without 'try'-with-resources statement

Check warning on line 59 in integrations/ChatControl/src/main/java/com/loohp/multichatdiscordsrvaddon/integration/impl/ChatControlIntegration.java

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

AutoCloseable used without 'try'-with-resources

'SingleSubscription' used without 'try'-with-resources statement

Check warning on line 91 in common/src/main/java/com/loohp/multichatdiscordsrvaddon/utils/LanguageUtils.java

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Standard 'Charset' object can be used

StandardCharsets.UTF_8 can be used instead

Check warning on line 104 in common/src/main/java/com/loohp/multichatdiscordsrvaddon/wrappers/GraphicsToPacketMapWrapper.java

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Nullability and data flow problems

Method invocation `setDurability` may produce `NullPointerException`

Check warning on line 343 in common/src/main/java/com/loohp/multichatdiscordsrvaddon/resources/fonts/UnihexFont.java

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Nullability and data flow problems

Variable is already assigned to this value

Check warning on line 226 in common/src/main/java/com/loohp/multichatdiscordsrvaddon/resources/ResourceManager.java

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Nullability and data flow problems

Variable is already assigned to this value

Check warning on line 197 in common/src/main/java/com/loohp/multichatdiscordsrvaddon/listeners/DiscordCommands.java

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Nullability and data flow problems

Argument `player.getName()` might be null

Check warning on line 378 in common/src/main/java/com/loohp/multichatdiscordsrvaddon/listeners/OutboundToDiscordEvents.java

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Nullability and data flow problems

Method invocation `getEquipment` may produce `NullPointerException`

Check warning on line 309 in V1_21_3/src/main/java/com/loohp/multichatdiscordsrvaddon/nms/V1_21_3.java

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Nullability and data flow problems

Method invocation `b` may produce `NullPointerException`

Check warning on line 342 in V1_20/src/main/java/com/loohp/multichatdiscordsrvaddon/nms/V1_20.java

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Nullability and data flow problems

Method invocation `b` may produce `NullPointerException`

Check warning on line 340 in V1_20_3/src/main/java/com/loohp/multichatdiscordsrvaddon/nms/V1_20_3.java

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Nullability and data flow problems

Method invocation `b` may produce `NullPointerException`

Check warning on line 113 in common/src/main/java/com/loohp/multichatdiscordsrvaddon/utils/ItemRenderUtils.java

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Nullability and data flow problems

Method invocation `getWorld` may produce `NullPointerException`

Check warning on line 107 in common/src/main/java/com/loohp/multichatdiscordsrvaddon/wrappers/GraphicsToPacketMapWrapper.java

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Nullability and data flow problems

Method invocation `setMapId` may produce `NullPointerException`

Check warning on line 493 in common/src/main/java/com/loohp/multichatdiscordsrvaddon/listeners/OutboundToDiscordEvents.java

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Nullability and data flow problems

Method invocation `getType` may produce `NullPointerException`

Check warning on line 403 in V1_20_2/src/main/java/com/loohp/multichatdiscordsrvaddon/nms/V1_20_2.java

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Nullability and data flow problems

Method invocation `e` may produce `NullPointerException`

Check warning on line 218 in common/src/main/java/com/loohp/multichatdiscordsrvaddon/resources/ResourceManager.java

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Nullability and data flow problems

Variable is already assigned to this value

Check warning on line 564 in V1_21_5/src/main/java/com/loohp/interactivechatdiscordsrvaddon/nms/V1_21_5.java

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Nullability and data flow problems

Method invocation `a` may produce `NullPointerException`

Check warning on line 856 in common/src/main/java/com/loohp/multichatdiscordsrvaddon/utils/ItemRenderUtils.java

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Nullability and data flow problems

Method invocation `hasChargedProjectiles` may produce `NullPointerException`

Check warning on line 667 in V1_21_3/src/main/java/com/loohp/multichatdiscordsrvaddon/nms/V1_21_3.java

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Nullability and data flow problems

Method invocation `isHideTooltip` may produce `NullPointerException`

Check warning on line 524 in V1_21_1/src/main/java/com/loohp/multichatdiscordsrvaddon/nms/V1_21_1.java

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Nullability and data flow problems

Method invocation `b` may produce `NullPointerException`