正規表現辞書機能の改善 #21
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]
- Or via our issue tracker: https://jb.gg/qodana-issue
- Or share your feedback: https://jb.gg/qodana-discussions
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
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
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
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
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
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
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