Skip to content

CheckstyleでFelnull Styleを適用 #9

CheckstyleでFelnull Styleを適用

CheckstyleでFelnull Styleを適用 #9

Triggered via push September 18, 2023 15:42
Status Success
Total duration 6m 34s
Artifacts

code_quality.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

14 warnings and 1 notice
Nullability and data flow problems: core/src/main/java/dev/felnull/itts/core/discord/command/ConfigCommand.java#L163
Method invocation `getIdLong` may produce `NullPointerException`
Nullability and data flow problems: core/src/main/java/dev/felnull/itts/core/discord/command/LeaveCommand.java#L36
Method invocation `getAudioManager` may produce `NullPointerException`
Nullability and data flow problems: core/src/main/java/dev/felnull/itts/core/discord/command/ConfigCommand.java#L96
Method invocation `getIdLong` may produce `NullPointerException`
Nullability and data flow problems: core/src/main/java/dev/felnull/itts/core/discord/command/VoiceCommand.java#L164
Method invocation `getIdLong` may produce `NullPointerException`
Nullability and data flow problems: core/src/main/java/dev/felnull/itts/core/discord/command/ReconnectCommand.java#L43
Method invocation `getAsMention` may produce `NullPointerException`
Nullability and data flow problems: core/src/main/java/dev/felnull/itts/core/discord/command/ConfigCommand.java#L212
Method invocation `getIdLong` may produce `NullPointerException`
Unstable API Usage: core/src/main/java/dev/felnull/itts/core/voice/CachedVoice.java#L51
'hash()' is declared in unstable interface 'com.google.common.hash.Hasher' marked with @beta
Unstable API Usage: core/src/main/java/dev/felnull/itts/core/voice/CachedVoice.java#L48
'putString(java.lang.CharSequence, java.nio.charset.Charset)' is declared in unstable interface 'com.google.common.hash.Hasher' marked with @beta
Unstable API Usage: core/src/main/java/dev/felnull/itts/core/voice/CachedVoice.java#L49
'putString(java.lang.CharSequence, java.nio.charset.Charset)' is declared in unstable interface 'com.google.common.hash.Hasher' marked with @beta
Unstable API Usage: selfhost/src/main/java/dev/felnull/itts/savedata/LongSaveDataKey.java#L57
'tryParse(java.lang.String)' is marked unstable with @beta
Unstable API Usage: core/src/main/java/dev/felnull/itts/core/voice/CachedVoice.java#L50
'putString(java.lang.CharSequence, java.nio.charset.Charset)' is declared in unstable interface 'com.google.common.hash.Hasher' marked with @beta
Unstable API Usage: core/src/main/java/dev/felnull/itts/core/voice/CachedVoice.java#L47
'newHasher()' is unstable because its signature references unstable interface 'com.google.common.hash.Hasher' marked with @beta
Function or property has platform type: selfhost/build.gradle.kts#L23
Declaration has type inferred from a platform call, which can lead to unchecked nullability issues. Specify type explicitly as nullable or non-nullable.