Skip to content

Remove Template cleanup workflow step #45

Remove Template cleanup workflow step

Remove Template cleanup workflow step #45

GitHub Actions / Qodana Community for JVM completed Sep 30, 2024 in 0s

152 new problems found by Qodana Community for JVM

Qodana Community for JVM

152 new problems were found

Inspection name Severity Problems
Unused import 🔶 Warning 111
C-style array declaration 🔶 Warning 4
Loop variable not updated inside loop 🔶 Warning 4
Unused assignment 🔶 Warning 4
Field can be local 🔶 Warning 3
@NotNull/@Nullable problems 🔶 Warning 3
Constructor parameter is never used as a property 🔶 Warning 2
Redundant local variable 🔶 Warning 2
Field may be 'final' 🔶 Warning 1
Redundant type cast 🔶 Warning 1
Unused symbol 🔶 Warning 1
Duplicate branches in 'switch' ◽️ Notice 13
Replace empty class body ◽️ Notice 2
Cascade 'if' can be replaced with 'when' ◽️ 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 35 in src/grammar/gen/com/rahulrav/baseline/Lexer.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 49 in src/grammar/gen/com/rahulrav/baseline/Lexer.java

See this annotation in the file changed.

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

C-style array declaration

Field `ZZ_CMAP_Z` has C-style array type declaration

Check warning on line 62 in src/grammar/gen/com/rahulrav/baseline/Lexer.java

See this annotation in the file changed.

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

C-style array declaration

Field `ZZ_CMAP_A` has C-style array type declaration

Check warning on line 53 in src/grammar/gen/com/rahulrav/baseline/Lexer.java

See this annotation in the file changed.

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

C-style array declaration

Field `ZZ_CMAP_Y` has C-style array type declaration

Check warning on line 6 in src/main/kotlin/com/rahulrav/baseline/psi/Element.kt

See this annotation in the file changed.

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

Constructor parameter is never used as a property

Constructor parameter is never used as a property

Check warning on line 6 in src/main/kotlin/com/rahulrav/baseline/psi/Token.kt

See this annotation in the file changed.

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

Constructor parameter is never used as a property

Constructor parameter is never used as a property

Check notice on line 15 in src/main/kotlin/com/rahulrav/baseline/annotator/Annotator.kt

See this annotation in the file changed.

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

Cascade 'if' can be replaced with 'when'

Cascade 'if' should be replaced with 'when'

Check notice on line 515 in src/grammar/gen/com/rahulrav/baseline/Lexer.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 525 in src/grammar/gen/com/rahulrav/baseline/Lexer.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 495 in src/grammar/gen/com/rahulrav/baseline/Lexer.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 505 in src/grammar/gen/com/rahulrav/baseline/Lexer.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 520 in src/grammar/gen/com/rahulrav/baseline/Lexer.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 550 in src/grammar/gen/com/rahulrav/baseline/Lexer.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 500 in src/grammar/gen/com/rahulrav/baseline/Lexer.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 535 in src/grammar/gen/com/rahulrav/baseline/Lexer.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 490 in src/grammar/gen/com/rahulrav/baseline/Lexer.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 540 in src/grammar/gen/com/rahulrav/baseline/Lexer.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 510 in src/grammar/gen/com/rahulrav/baseline/Lexer.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 545 in src/grammar/gen/com/rahulrav/baseline/Lexer.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 530 in src/grammar/gen/com/rahulrav/baseline/Lexer.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 warning on line 198 in src/grammar/gen/com/rahulrav/baseline/Lexer.java

See this annotation in the file changed.

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

Field can be local

Field can be converted to a local variable

Check warning on line 223 in src/grammar/gen/com/rahulrav/baseline/Lexer.java

See this annotation in the file changed.

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

Field can be local

Field can be converted to a local variable

Check warning on line 195 in src/grammar/gen/com/rahulrav/baseline/Lexer.java

See this annotation in the file changed.

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

Field can be local

Field can be converted to a local variable

Check warning on line 195 in src/grammar/gen/com/rahulrav/baseline/Lexer.java

See this annotation in the file changed.

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

Field may be 'final'

Field `zzReader` may be 'final'

Check warning on line 297 in src/grammar/gen/com/rahulrav/baseline/Parser.java

See this annotation in the file changed.

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

Loop variable not updated inside loop

Variable 'r' is not updated inside loop