Skip to content

[build] run against Gradle 8.7 #313

[build] run against Gradle 8.7

[build] run against Gradle 8.7 #313

GitHub Actions / Qodana Community for JVM completed May 8, 2024 in 0s

9 new problems found by Qodana Community for JVM

Qodana Community for JVM

9 new problems were found

Inspection name Severity Problems
Unused symbol 🔶 Warning 5
Leaking 'this' in constructor 🔶 Warning 3
Class member can have 'private' visibility ◽️ 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/qodana-action@v2024.1.4
        with:
          upload-result: true
Contact Qodana team

Contact us at qodana-support@jetbrains.com

Details

This result was published with Qodana GitHub Action

Annotations

Check warning on line 44 in src/main/kotlin/org/jetbrains/grammarkit/GrammarKitPluginExtension.kt

See this annotation in the file changed.

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

Leaking 'this' in constructor

Accessing non-final property jflexRelease in constructor

Check warning on line 43 in src/main/kotlin/org/jetbrains/grammarkit/GrammarKitPluginExtension.kt

See this annotation in the file changed.

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

Leaking 'this' in constructor

Accessing non-final property grammarKitRelease in constructor

Check warning on line 45 in src/main/kotlin/org/jetbrains/grammarkit/GrammarKitPluginExtension.kt

See this annotation in the file changed.

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

Leaking 'this' in constructor

Accessing non-final property intellijRelease in constructor

Check notice on line 75 in src/main/kotlin/org/jetbrains/grammarkit/tasks/GenerateLexerTask.kt

See this annotation in the file changed.

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

Class member can have 'private' visibility

Function 'targetFile' could be private

Check warning on line 83 in src/main/kotlin/org/jetbrains/grammarkit/tasks/GenerateParserTask.kt

See this annotation in the file changed.

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

Unused symbol

Function "parserFile" is never used

Check warning on line 88 in src/main/kotlin/org/jetbrains/grammarkit/tasks/GenerateParserTask.kt

See this annotation in the file changed.

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

Unused symbol

Function "psiDir" is never used

Check warning on line 81 in src/main/kotlin/org/jetbrains/grammarkit/tasks/GenerateLexerTask.kt

See this annotation in the file changed.

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

Unused symbol

Function "targetFile" is never used

Check warning on line 25 in src/main/kotlin/org/jetbrains/grammarkit/utils.kt

See this annotation in the file changed.

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

Unused symbol

Function "andThen" is never used

Check warning on line 69 in src/main/kotlin/org/jetbrains/grammarkit/tasks/GenerateLexerTask.kt

See this annotation in the file changed.

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

Unused symbol

Property "targetFile" is never used