Bump plugin version #117
581 new problems found by Qodana Community for JVM
Qodana Community for JVM
581 new problems were found
Inspection name | Severity | Problems |
---|---|---|
Invalid property key |
🔴 Failure | 1 |
Unnecessary unicode escape sequence |
🔶 Warning | 306 |
Unused import |
🔶 Warning | 112 |
Unused assignment |
🔶 Warning | 18 |
Unstable API Usage |
🔶 Warning | 13 |
Unused import directive |
🔶 Warning | 11 |
Field can be local |
🔶 Warning | 9 |
@NotNull/@Nullable problems |
🔶 Warning | 8 |
Redundant local variable |
🔶 Warning | 6 |
Redundant semicolon |
🔶 Warning | 4 |
C-style array declaration |
🔶 Warning | 3 |
Field may be 'final' |
🔶 Warning | 3 |
Constant values |
🔶 Warning | 2 |
Redundant nullable return type |
🔶 Warning | 2 |
Deprecated API usage |
🔶 Warning | 1 |
Redundant type cast |
🔶 Warning | 1 |
'size() == 0' can be replaced with 'isEmpty()' |
🔶 Warning | 1 |
Unnecessary 'return' statement |
🔶 Warning | 1 |
Unused symbol |
🔶 Warning | 1 |
Duplicate branches in 'switch' |
◽️ Notice | 75 |
Commented out code |
◽️ Notice | 1 |
Unnecessary type argument |
◽️ Notice | 1 |
'while' can be replaced with 'do while' |
◽️ Notice | 1 |
💡 Qodana analysis was run in the pull request mode: only the changed files were checked
View the detailed Qodana report
To be able to view the detailed Qodana report, you can either:
- Register at Qodana Cloud and configure the action
- Use GitHub Code Scanning with Qodana
- Host Qodana report at GitHub Pages
- Inspect and use
qodana.sarif.json
(see the Qodana SARIF format for details)
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]
- 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 39 in src/main/gen/io/runescript/plugin/lang/lexer/_RsLexer.java
github-actions / Qodana Community for JVM
C-style array declaration
Field `ZZ_LEXSTATE` has C-style array type declaration
Check warning on line 31 in src/main/gen/io/runescript/plugin/symbollang/lexer/_RsSymLexer.java
github-actions / Qodana Community for JVM
C-style array declaration
Field `ZZ_LEXSTATE` has C-style array type declaration
Check warning on line 41 in src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java
github-actions / Qodana Community for JVM
C-style array declaration
Field `ZZ_LEXSTATE` has C-style array type declaration
Check notice on line 172 in src/main/gen/io/runescript/plugin/lang/psi/RsVisitor.java
github-actions / Qodana Community for JVM
Commented out code
Commented out code (3 lines)
Check warning on line 669 in src/main/gen/io/runescript/plugin/lang/lexer/_RsLexer.java
github-actions / Qodana Community for JVM
Constant values
Condition `state == DOC_COMMENT` is always `false`
Check warning on line 675 in src/main/gen/io/runescript/plugin/lang/lexer/_RsLexer.java
github-actions / Qodana Community for JVM
Constant values
Condition `state == DOC_COMMENT` is always `true`
Check warning on line 423 in src/main/gen/io/runescript/plugin/lang/lexer/_RsLexer.java
github-actions / Qodana Community for JVM
Deprecated API usage
'pop()' is deprecated
Check notice on line 868 in src/main/gen/io/runescript/plugin/lang/lexer/_RsLexer.java
github-actions / Qodana Community for JVM
Duplicate branches in 'switch'
Duplicate branch in 'switch'
Check notice on line 882 in src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java
github-actions / Qodana Community for JVM
Duplicate branches in 'switch'
Duplicate branch in 'switch'
Check notice on line 818 in src/main/gen/io/runescript/plugin/lang/lexer/_RsLexer.java
github-actions / Qodana Community for JVM
Duplicate branches in 'switch'
Duplicate branch in 'switch'
Check notice on line 935 in src/main/gen/io/runescript/plugin/lang/lexer/_RsLexer.java
github-actions / Qodana Community for JVM
Duplicate branches in 'switch'
Duplicate branch in 'switch'
Check notice on line 853 in src/main/gen/io/runescript/plugin/lang/lexer/_RsLexer.java
github-actions / Qodana Community for JVM
Duplicate branches in 'switch'
Duplicate branch in 'switch'
Check notice on line 955 in src/main/gen/io/runescript/plugin/lang/lexer/_RsLexer.java
github-actions / Qodana Community for JVM
Duplicate branches in 'switch'
Duplicate branch in 'switch'
Check notice on line 728 in src/main/gen/io/runescript/plugin/lang/lexer/_RsLexer.java
github-actions / Qodana Community for JVM
Duplicate branches in 'switch'
Duplicate branch in 'switch'
Check notice on line 693 in src/main/gen/io/runescript/plugin/lang/lexer/_RsLexer.java
github-actions / Qodana Community for JVM
Duplicate branches in 'switch'
Duplicate branch in 'switch'
Check notice on line 830 in src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java
github-actions / Qodana Community for JVM
Duplicate branches in 'switch'
Duplicate branch in 'switch'
Check notice on line 703 in src/main/gen/io/runescript/plugin/lang/lexer/_RsLexer.java
github-actions / Qodana Community for JVM
Duplicate branches in 'switch'
Duplicate branch in 'switch'
Check notice on line 816 in src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java
github-actions / Qodana Community for JVM
Duplicate branches in 'switch'
Duplicate branch in 'switch'
Check notice on line 876 in src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java
github-actions / Qodana Community for JVM
Duplicate branches in 'switch'
Duplicate branch in 'switch'
Check notice on line 873 in src/main/gen/io/runescript/plugin/lang/lexer/_RsLexer.java
github-actions / Qodana Community for JVM
Duplicate branches in 'switch'
Duplicate branch in 'switch'
Check notice on line 512 in src/main/gen/io/runescript/plugin/symbollang/lexer/_RsSymLexer.java
github-actions / Qodana Community for JVM
Duplicate branches in 'switch'
Duplicate branch in 'switch'
Check notice on line 870 in src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java
github-actions / Qodana Community for JVM
Duplicate branches in 'switch'
Duplicate branch in 'switch'
Check notice on line 733 in src/main/gen/io/runescript/plugin/lang/lexer/_RsLexer.java
github-actions / Qodana Community for JVM
Duplicate branches in 'switch'
Duplicate branch in 'switch'
Check notice on line 970 in src/main/gen/io/runescript/plugin/lang/lexer/_RsLexer.java
github-actions / Qodana Community for JVM
Duplicate branches in 'switch'
Duplicate branch in 'switch'
Check notice on line 908 in src/main/gen/io/runescript/plugin/lang/lexer/_RsLexer.java
github-actions / Qodana Community for JVM
Duplicate branches in 'switch'
Duplicate branch in 'switch'