Skip to content

Bump org.jetbrains.qodana from 2024.1.5 to 2024.1.9 #55

Bump org.jetbrains.qodana from 2024.1.5 to 2024.1.9

Bump org.jetbrains.qodana from 2024.1.5 to 2024.1.9 #55

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

7 new problems found by Qodana Community for JVM

Qodana Community for JVM

7 new problems were found

Inspection name Severity Problems
Incorrect string capitalization 🔶 Warning 1
Redundant qualifier name 🔶 Warning 1
Unused symbol 🔶 Warning 1
Accessor call that can be replaced with property access syntax ◽️ Notice 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/[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 149 in src/main/kotlin/com/github/shalaga44/missingannotationstherapist/inspection/MissingAnnotationsInspection.kt

See this annotation in the file changed.

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

Incorrect string capitalization

String 'Kotlin Inspections' is not properly capitalized. It should have sentence capitalization

Check notice on line 40 in src/main/kotlin/com/github/shalaga44/missingannotationstherapist/services/MyProjectService.kt

See this annotation in the file changed.

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

Class member can have 'private' visibility

Property 'jsExport' could be private

Check warning on line 23 in src/main/kotlin/com/github/shalaga44/missingannotationstherapist/inspection/MissingAnnotationsInspection.kt

See this annotation in the file changed.

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

Redundant qualifier name

Redundant qualifier name

Check warning on line 158 in src/main/kotlin/com/github/shalaga44/missingannotationstherapist/inspection/MissingAnnotationsInspection.kt

See this annotation in the file changed.

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

Unused symbol

Property "TAG" is never used

Check notice on line 40 in src/main/kotlin/com/github/shalaga44/missingannotationstherapist/toolWindow/MyToolWindowFactory.kt

See this annotation in the file changed.

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

Accessor call that can be replaced with property access syntax

Use of setter method instead of property access syntax

Check notice on line 44 in src/main/kotlin/com/github/shalaga44/missingannotationstherapist/toolWindow/MyToolWindowFactory.kt

See this annotation in the file changed.

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

Accessor call that can be replaced with property access syntax

Use of setter method instead of property access syntax

Check notice on line 43 in src/main/kotlin/com/github/shalaga44/missingannotationstherapist/toolWindow/MyToolWindowFactory.kt

See this annotation in the file changed.

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

Accessor call that can be replaced with property access syntax

Use of setter method instead of property access syntax