Skip to content

Add support for referencing shiftop* scripts #100

Add support for referencing shiftop* scripts

Add support for referencing shiftop* scripts #100

GitHub Actions / Qodana Community for JVM completed Aug 29, 2024 in 0s

570 new problems found by Qodana Community for JVM

Qodana Community for JVM

570 new problems were found

Inspection name Severity Problems
Unnecessary unicode escape sequence 🔶 Warning 305
Unused import 🔶 Warning 111
Unused assignment 🔶 Warning 18
Unstable API Usage 🔶 Warning 13
Field can be local 🔶 Warning 9
@NotNull/@Nullable problems 🔶 Warning 8
Unused import directive 🔶 Warning 6
Redundant local variable 🔶 Warning 6
C-style array declaration 🔶 Warning 3
Field may be 'final' 🔶 Warning 3
Unused symbol 🔶 Warning 3
Constant values 🔶 Warning 2
Deprecated API usage 🔶 Warning 1
Redundant type cast 🔶 Warning 1
Redundant nullable return type 🔶 Warning 1
Redundant semicolon 🔶 Warning 1
'size() == 0' can be replaced with 'isEmpty()' 🔶 Warning 1
Unnecessary 'return' statement 🔶 Warning 1
Duplicate branches in 'switch' ◽️ Notice 75
Commented out code ◽️ 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:

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]

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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

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

Duplicate branches in 'switch'

Duplicate branch in 'switch'