Skip to content

Chore(deps): Bump org.checkerframework:checker from 3.49.0 to 3.49.1 #9

Chore(deps): Bump org.checkerframework:checker from 3.49.0 to 3.49.1

Chore(deps): Bump org.checkerframework:checker from 3.49.0 to 3.49.1 #9

GitHub Actions / Qodana Community for JVM completed Mar 3, 2025 in 0s

304 new problems found by Qodana Community for JVM

Qodana Community for JVM

304 new problems were found

Inspection name Severity Problems
Nullability and data flow problems 🔶 Warning 205
Unnecessary unicode escape sequence 🔶 Warning 24
Unused import 🔶 Warning 13
Suspicious collection method call 🔶 Warning 12
Optional.get() is called without isPresent() check 🔶 Warning 8
AutoCloseable used without 'try'-with-resources 🔶 Warning 6
Optional call chain can be simplified 🔶 Warning 4
Stream API call chain can be simplified 🔶 Warning 3
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
@NotNull/@Nullable problems 🔶 Warning 1
'size() == 0' can be replaced with 'isEmpty()' 🔶 Warning 1
Minimum 'switch' branches 🔶 Warning 1
Method can be extracted ◽️ Notice 10
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/[email protected]
        with:
          upload-result: true
Contact Qodana team

Contact us at [email protected]

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 575 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 `getMainScoreboard` may produce `NullPointerException`

Check warning on line 562 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 `asRGB` may produce `NullPointerException`

Check warning on line 343 in common/src/main/java/com/loohp/multichatdiscordsrvaddon/utils/NativeAdventureConverter.java

See this annotation in the file changed.

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

Nullability and data flow problems

`null` is returned by the method declared as @NotNull

Check warning on line 474 in common/src/main/java/com/loohp/multichatdiscordsrvaddon/utils/DiscordItemStackUtils.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 375 in common/src/main/java/com/loohp/multichatdiscordsrvaddon/resources/mods/chime/ChimeModelOverride.java

See this annotation in the file changed.

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

Nullability and data flow problems

Method invocation `getHitEntity` may produce `NullPointerException`

Check warning on line 263 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 `hasLodestone` may produce `NullPointerException`

Check warning on line 343 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 `asRGB` may produce `NullPointerException`

Check warning on line 60 in common/src/main/java/com/loohp/multichatdiscordsrvaddon/objectholders/CharacterData.java

See this annotation in the file changed.

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

Nullability and data flow problems

Method invocation `value` may produce `NullPointerException`

Check warning on line 569 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

Method invocation `getIdLong` may produce `NullPointerException`

Check warning on line 68 in common/src/main/java/com/loohp/multichatdiscordsrvaddon/utils/FishUtils.java

See this annotation in the file changed.

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

Nullability and data flow problems

Method invocation `getBase` may produce `NullPointerException`

Check warning on line 51 in common/src/main/java/com/loohp/multichatdiscordsrvaddon/utils/PlayerUtils.java

See this annotation in the file changed.

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

Nullability and data flow problems

Method invocation `getInventory` may produce `NullPointerException`

Check warning on line 787 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 `getNamespace` may produce `NullPointerException`

Check warning on line 636 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 `getItemInMainHand` may produce `NullPointerException`

Check warning on line 327 in common/src/main/java/com/loohp/multichatdiscordsrvaddon/resources/mods/chime/ChimeModelOverride.java

See this annotation in the file changed.

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

Nullability and data flow problems

Method invocation `getHitEntity` may produce `NullPointerException`

Check warning on line 515 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 `getColors` may produce `NullPointerException`

Check warning on line 54 in common/src/main/java/com/loohp/multichatdiscordsrvaddon/utils/PlayerUtils.java

See this annotation in the file changed.

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

Nullability and data flow problems

Method invocation `getExpToLevel` may produce `NullPointerException`

Check warning on line 792 in V1_21_4/src/main/java/com/loohp/multichatdiscordsrvaddon/nms/V1_21_4.java

See this annotation in the file changed.

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

Nullability and data flow problems

Method invocation `hasTooltipStyle` may produce `NullPointerException`