Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

main #251

Merged
merged 4 commits into from
Oct 30, 2023

feat(cache): in Guild#decompile, if the guild to decompile is already…

839a824
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

main #251

feat(cache): in Guild#decompile, if the guild to decompile is already…
839a824
Select commit
Loading
Failed to load commit list.
GitHub Actions / Qodana Community for JVM succeeded Oct 30, 2023 in 0s

No new problems found by Qodana Community for JVM

Qodana Community for JVM

It seems all right 👌

No new problems were found according to the checks applied

💡 Qodana analysis was run in the pull request mode: only the changed files were checked
☁️ View the detailed Qodana report

Contact Qodana team

Contact us at [email protected]

Details

This result was published with Qodana GitHub Action

Annotations

Check warning on line 117 in src/main/java/com/seailz/discordjar/utils/rest/DiscordRequest.java

See this annotation in the file changed.

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

AutoCloseable used without 'try'-with-resources

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

Check warning on line 252 in src/main/java/com/seailz/discordjar/utils/rest/DiscordRequest.java

See this annotation in the file changed.

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

AutoCloseable used without 'try'-with-resources

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

Check warning on line 73 in src/main/java/com/seailz/discordjar/gateway/heartbeat/HeartLogic.java

See this annotation in the file changed.

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

Busy wait

Call to `Thread.sleep()` in a loop, probably busy-waiting

Check warning on line 68 in src/main/java/com/seailz/discordjar/voice/udp/VoiceUDP.java

See this annotation in the file changed.

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

Busy wait

Call to `Thread.sleep()` in a loop, probably busy-waiting

Check warning on line 71 in src/main/java/com/seailz/discordjar/cache/JsonCache.java

See this annotation in the file changed.

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

Busy wait

Call to `Thread.sleep()` in a loop, probably busy-waiting

Check warning on line 101 in src/main/java/com/seailz/discordjar/voice/udp/VoiceUDP.java

See this annotation in the file changed.

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

Busy wait

Call to `Thread.sleep()` in a loop, probably busy-waiting

Check warning on line 72 in src/main/java/com/seailz/discordjar/model/channel/internal/AudioChannelImpl.java

See this annotation in the file changed.

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

Busy wait

Call to `Thread.sleep()` in a loop, probably busy-waiting

Check warning on line 111 in src/main/java/com/seailz/discordjar/voice/ws/VoiceGatewayFactory.java

See this annotation in the file changed.

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

Busy wait

Call to `Thread.sleep()` in a loop, probably busy-waiting

Check warning on line 36 in src/main/java/com/seailz/discordjar/utils/StatusRotor.java

See this annotation in the file changed.

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

Busy wait

Call to `Thread.sleep()` in a loop, probably busy-waiting

Check warning on line 38 in src/main/java/com/seailz/discordjar/utils/memory/MemoryWatcher.java

See this annotation in the file changed.

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

Busy wait

Call to `Thread.sleep()` in a loop, probably busy-waiting

Check warning on line 84 in src/main/java/com/seailz/discordjar/gateway/heartbeat/HeartLogic.java

See this annotation in the file changed.

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

Busy wait

Call to `Thread.sleep()` in a loop, probably busy-waiting

Check warning on line 186 in src/main/java/com/seailz/discordjar/utils/rest/DiscordRequest.java

See this annotation in the file changed.

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

Busy wait

Call to `Thread.sleep()` in a loop, probably busy-waiting

Check warning on line 273 in src/main/java/com/seailz/discordjar/DiscordJar.java

See this annotation in the file changed.

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

Busy wait

Call to `Thread.sleep()` in a loop, probably busy-waiting

Check warning on line 343 in src/main/java/com/seailz/discordjar/DiscordJar.java

See this annotation in the file changed.

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

Busy wait

Call to `Thread.sleep()` in a loop, probably busy-waiting

Check warning on line 82 in src/main/java/com/seailz/discordjar/cache/Cache.java

See this annotation in the file changed.

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

Catch block may ignore exception

Empty `catch` block

Check warning on line 167 in src/main/java/com/seailz/discordjar/cache/Cache.java

See this annotation in the file changed.

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

Catch block may ignore exception

Empty `catch` block

Check warning on line 112 in src/main/java/com/seailz/discordjar/voice/udp/VoiceUDP.java

See this annotation in the file changed.

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

Constant values

Condition `packet != null` is always `true`

Check warning on line 81 in src/main/java/com/seailz/discordjar/voice/udp/VoiceUDP.java

See this annotation in the file changed.

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

Constant values

Condition `frame != null` is always `true` when reached

Check warning on line 48 in src/main/java/com/seailz/discordjar/model/mentions/AllowedMentions.java

See this annotation in the file changed.

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

Constant values

Condition `users == null` is always `false`

Check warning on line 40 in src/main/java/com/seailz/discordjar/model/mentions/AllowedMentions.java

See this annotation in the file changed.

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

Constant values

Condition `parse == null` is always `false`

Check warning on line 246 in src/main/java/com/seailz/discordjar/utils/rest/DiscordRequest.java

See this annotation in the file changed.

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

Constant values

Condition `contentType != null` is always `true`

Check warning on line 268 in src/main/java/com/seailz/discordjar/model/channel/interfaces/Transcriptable.java

See this annotation in the file changed.

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

Constant values

Condition `new Color(embed.color()) != null` is always `true`

Check warning on line 85 in src/main/java/com/seailz/discordjar/cache/Cache.java

See this annotation in the file changed.

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

Constant values

Condition `cache.size() == -1` is always `false`

Check warning on line 312 in src/main/java/com/seailz/discordjar/model/channel/interfaces/Transcriptable.java

See this annotation in the file changed.

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

Constant values

Result of `embed.author().url()` is always 'null'

Check warning on line 92 in src/main/java/com/seailz/discordjar/voice/udp/VoiceUDP.java

See this annotation in the file changed.

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

Constant values

Condition `packet != null` is always `true`