Skip to content

Bump org.jetbrains.dokka from 1.9.10 to 1.9.20 #477

Bump org.jetbrains.dokka from 1.9.10 to 1.9.20

Bump org.jetbrains.dokka from 1.9.10 to 1.9.20 #477

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

31 new problems found by Qodana Community for JVM

Community for JVM

31 new problems were found

Inspection name Severity Problems
Constant conditions 🔶 Warning 15
Unresolved reference in KDoc 🔶 Warning 11
'Enum.values()' is recommended to be replaced by 'Enum.entries' since 1.9 🔶 Warning 4
Function or property has platform type ◽️ 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:

  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.0
        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 26 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

'Enum.values()' is recommended to be replaced by 'Enum.entries' since 1.9

'Enum.values()' is recommended to be replaced by 'Enum.entries' since 1.9

Check warning on line 202 in src/main/kotlin/mobi/hsz/idea/gitignore/settings/IgnoreSettings.kt

See this annotation in the file changed.

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

'Enum.values()' is recommended to be replaced by 'Enum.entries' since 1.9

'Enum.values()' is recommended to be replaced by 'Enum.entries' since 1.9

Check warning on line 29 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

'Enum.values()' is recommended to be replaced by 'Enum.entries' since 1.9

'Enum.values()' is recommended to be replaced by 'Enum.entries' since 1.9

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

See this annotation in the file changed.

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

'Enum.values()' is recommended to be replaced by 'Enum.entries' since 1.9

'Enum.values()' is recommended to be replaced by 'Enum.entries' since 1.9

Check notice on line 40 in src/main/kotlin/mobi/hsz/idea/gitignore/vcs/IgnoreFileStatusProvider.kt

See this annotation in the file changed.

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

Function or property has platform type

Declaration has type inferred from a platform call, which can lead to unchecked nullability issues. Specify type explicitly as nullable or non-nullable.

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 21 in src/main/kotlin/mobi/hsz/idea/gitignore/actions/CloseIgnoredEditorsAction.kt

See this annotation in the file changed.

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

Unresolved reference in KDoc

Cannot resolve symbol 'IGNORED'

Check warning on line 448 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 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 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 448 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 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