Skip to content
GitHub Actions / Qodana Community for JVM completed Apr 14, 2024 in 0s

6 new problems found by Qodana Community for JVM

Qodana Community for JVM

6 new problems were found

Inspection name Severity Problems
Unstable API Usage 🔶 Warning 6

💡 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 51 in core/src/main/java/dev/felnull/itts/core/voice/CachedVoice.java

See this annotation in the file changed.

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

Unstable API Usage

'hash()' is declared in unstable interface 'com.google.common.hash.Hasher' marked with @Beta

Check warning on line 48 in core/src/main/java/dev/felnull/itts/core/voice/CachedVoice.java

See this annotation in the file changed.

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

Unstable API Usage

'putString(java.lang.CharSequence, java.nio.charset.Charset)' is declared in unstable interface 'com.google.common.hash.Hasher' marked with @Beta

Check warning on line 49 in core/src/main/java/dev/felnull/itts/core/voice/CachedVoice.java

See this annotation in the file changed.

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

Unstable API Usage

'putString(java.lang.CharSequence, java.nio.charset.Charset)' is declared in unstable interface 'com.google.common.hash.Hasher' marked with @Beta

Check warning on line 57 in selfhost/src/main/java/dev/felnull/itts/savedata/LongSaveDataKey.java

See this annotation in the file changed.

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

Unstable API Usage

'tryParse(java.lang.String)' is marked unstable with @Beta

Check warning on line 50 in core/src/main/java/dev/felnull/itts/core/voice/CachedVoice.java

See this annotation in the file changed.

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

Unstable API Usage

'putString(java.lang.CharSequence, java.nio.charset.Charset)' is declared in unstable interface 'com.google.common.hash.Hasher' marked with @Beta

Check warning on line 47 in core/src/main/java/dev/felnull/itts/core/voice/CachedVoice.java

See this annotation in the file changed.

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

Unstable API Usage

'newHasher()' is unstable because its signature references unstable interface 'com.google.common.hash.Hasher' marked with @Beta