Skip to content

Bump JetBrains/qodana-action from 2023.3.0 to 2023.3.2 #474

Bump JetBrains/qodana-action from 2023.3.0 to 2023.3.2

Bump JetBrains/qodana-action from 2023.3.0 to 2023.3.2 #474

GitHub Actions / Qodana Community for JVM completed Apr 5, 2024 in 0s

25 new problems found by Qodana Community for JVM

Qodana Community for JVM

25 new problems were found

Inspection name Severity Problems
Constant conditions 🔶 Warning 15
Unresolved reference in KDoc 🔶 Warning 10

💡 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:

  1. Register at Qodana Cloud and configure the action
  2. Use GitHub Code Scanning with Qodana
  3. Host Qodana report at GitHub Pages
  4. Inspect and use qodana.sarif.json (see the Qodana SARIF format for details)

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@v2023.3.2
        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 115 in src/main/kotlin/mobi/hsz/idea/gitignore/IgnoreBundle.kt

See this annotation in the file changed.

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

Unresolved reference in KDoc

Cannot resolve symbol 'IgnoreTypes'

Check warning on line 115 in src/main/kotlin/mobi/hsz/idea/gitignore/IgnoreBundle.kt

See this annotation in the file changed.

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

Unresolved reference in KDoc

Cannot resolve symbol 'SYNTAX'

Check warning on line 105 in src/main/kotlin/mobi/hsz/idea/gitignore/codeInspection/IgnoreCoverEntryInspection.kt

See this annotation in the file changed.

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

Unresolved reference in KDoc

Cannot resolve symbol 'IgnoreEntry'

Check warning on line 17 in src/main/kotlin/mobi/hsz/idea/gitignore/codeInsight/SyntaxCompletionContributor.kt

See this annotation in the file changed.

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

Unresolved reference in KDoc

Cannot resolve symbol 'IgnoreTypes'

Check warning on line 17 in src/main/kotlin/mobi/hsz/idea/gitignore/codeInsight/SyntaxCompletionContributor.kt

See this annotation in the file changed.

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

Unresolved reference in KDoc

Cannot resolve symbol 'SYNTAX'

Check warning on line 99 in src/main/kotlin/mobi/hsz/idea/gitignore/util/Glob.kt

See this annotation in the file changed.

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

Unresolved reference in KDoc

Cannot resolve symbol 'IgnoreEntry'

Check warning on line 33 in src/main/kotlin/mobi/hsz/idea/gitignore/daemon/IgnoredEditingNotificationProvider.kt

See this annotation in the file changed.

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

Unresolved reference in KDoc

Cannot resolve symbol 'file'

Check warning on line 16 in src/main/kotlin/mobi/hsz/idea/gitignore/codeInspection/IgnoreSyntaxEntryFix.kt

See this annotation in the file changed.

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

Unresolved reference in KDoc

Cannot resolve symbol 'IgnoreSyntax'

Check warning on line 101 in src/main/kotlin/mobi/hsz/idea/gitignore/util/Glob.kt

See this annotation in the file changed.

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

Unresolved reference in KDoc

Cannot resolve symbol 'IgnoreEntry'

Check warning on line 34 in src/main/kotlin/mobi/hsz/idea/gitignore/daemon/IgnoredEditingNotificationProvider.kt

See this annotation in the file changed.

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

Unresolved reference in KDoc

Cannot resolve symbol 'fileEditor'

Check warning on line 34 in src/main/kotlin/mobi/hsz/idea/gitignore/psi/impl/IgnoreEntryExtImpl.kt

See this annotation in the file changed.

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

Constant conditions

Condition 'this is IgnoreEntryFile' is always true

Check warning on line 449 in src/main/kotlin/mobi/hsz/idea/gitignore/ui/IgnoreSettingsPanel.kt

See this annotation in the file changed.

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

Constant conditions

Condition 'column == 2' is always false

Check warning on line 449 in src/main/kotlin/mobi/hsz/idea/gitignore/ui/IgnoreSettingsPanel.kt

See this annotation in the file changed.

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

Constant conditions

Condition 'column == 2 \&\& settings.keys.toList()\[row\]?.let(IgnoreBundle::isExcludedFromHighlighting) ?: false' is always false when reached

Check warning on line 21 in src/main/kotlin/mobi/hsz/idea/gitignore/codeInspection/IgnoreIncorrectEntryInspection.kt

See this annotation in the file changed.

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

Constant conditions

Condition 'IgnoreBundle.Syntax.GLOB == entry.syntax' is always false

Check warning on line 25 in src/main/kotlin/mobi/hsz/idea/gitignore/codeInspection/IgnoreSyntaxEntryInspection.kt

See this annotation in the file changed.

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

Constant conditions

Cast will always fail

Check warning on line 37 in src/main/kotlin/mobi/hsz/idea/gitignore/daemon/IgnoreDirectoryMarkerProvider.kt

See this annotation in the file changed.

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

Constant conditions

Condition '!isDirectory' is always false

Check warning on line 124 in src/main/kotlin/mobi/hsz/idea/gitignore/reference/IgnoreReferenceSet.kt

See this annotation in the file changed.

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

Constant conditions

Condition 'current != entry.text' is always true when reached

Check warning on line 19 in src/main/kotlin/mobi/hsz/idea/gitignore/psi/IgnoreEntryManipulator.kt

See this annotation in the file changed.

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

Constant conditions

Condition 'entry.language !is IgnoreLanguage' is always true

Check warning on line 53 in src/main/kotlin/mobi/hsz/idea/gitignore/daemon/IgnoreDirectoryMarkerProvider.kt

See this annotation in the file changed.

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

Constant conditions

Condition 'isDirectory' is always true

Check warning on line 32 in src/main/kotlin/mobi/hsz/idea/gitignore/daemon/IgnoreDirectoryMarkerProvider.kt

See this annotation in the file changed.

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

Constant conditions

Condition 'element !is IgnoreEntryFile' is always false

Check warning on line 198 in src/main/kotlin/mobi/hsz/idea/gitignore/util/Glob.kt

See this annotation in the file changed.

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

Constant conditions

Condition 'star' is always false

Check warning on line 20 in src/main/kotlin/mobi/hsz/idea/gitignore/codeInspection/IgnoreRelativeEntryFix.kt

See this annotation in the file changed.

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

Constant conditions

Condition 'startElement is IgnoreEntry' is always true

Check warning on line 21 in src/main/kotlin/mobi/hsz/idea/gitignore/codeInspection/IgnoreSyntaxEntryFix.kt

See this annotation in the file changed.

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

Constant conditions

Condition 'startElement is IgnoreSyntax' is always true

Check warning on line 35 in src/main/kotlin/mobi/hsz/idea/gitignore/daemon/IgnoreDirectoryMarkerProvider.kt

See this annotation in the file changed.

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

Constant conditions

Condition 'element is IgnoreEntryDirectory' is always true

Check warning on line 20 in src/main/kotlin/mobi/hsz/idea/gitignore/codeInspection/IgnoreRemoveEntryFix.kt

See this annotation in the file changed.

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

Constant conditions

Condition 'startElement is IgnoreEntry' is always true