Skip to content

Add clientscript/command triggers to class contributor #94

Add clientscript/command triggers to class contributor

Add clientscript/command triggers to class contributor #94

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

568 new problems found by Qodana Community for JVM

Qodana Community for JVM

568 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
Redundant local variable 🔶 Warning 6
Unused symbol 🔶 Warning 4
C-style array declaration 🔶 Warning 3
Field may be 'final' 🔶 Warning 3
Unused import directive 🔶 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 674 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 668 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 422 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 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 944 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 792 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 676 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 692 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 959 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 887 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 907 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 964 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 712 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 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 797 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 929 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 857 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'