Skip to content

feat(helper-cli): Add a command to delete stored provenance by packag… #8502

feat(helper-cli): Add a command to delete stored provenance by packag…

feat(helper-cli): Add a command to delete stored provenance by packag… #8502

GitHub Actions / Qodana Community for JVM completed Feb 21, 2024 in 0s

458 new problems found by Qodana Community for JVM

Qodana Community for JVM

458 new problems were found

Inspection name Severity Problems
Unused symbol 🔶 Warning 379
Unused receiver parameter 🔶 Warning 25
Unresolved reference in KDoc 🔶 Warning 3
Unstable API Usage 🔶 Warning 3
Private data class constructor is exposed via the 'copy' method 🔶 Warning 2
Leaking 'this' in constructor 🔶 Warning 2
Kotlin Gradle and IDE plugins versions are different 🔶 Warning 1
Constant conditions 🔶 Warning 1
Redundant diagnostic suppression 🔶 Warning 1
Useless call on collection type 🔶 Warning 1
Useless call on not-null type 🔶 Warning 1
Class member can have 'private' visibility ◽️ Notice 25
Argument could be converted to 'Set' to improve performance ◽️ Notice 5
Java methods should be replaced with Kotlin analog ◽️ Notice 4
Redundant 'with' call ◽️ Notice 2
Function or property has platform type ◽️ Notice 1
Package name does not match containing directory ◽️ Notice 1
Explicit 'get' or 'set' call ◽️ 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/[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 notice on line 287 in helper-cli/src/main/kotlin/commands/ListLicensesCommand.kt

See this annotation in the file changed.

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

Argument could be converted to 'Set' to improve performance

The argument can be converted to 'Set' to improve performance

Check notice on line 92 in helper-cli/src/main/kotlin/commands/ListPackagesCommand.kt

See this annotation in the file changed.

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

Argument could be converted to 'Set' to improve performance

The argument can be converted to 'Set' to improve performance

Check notice on line 187 in helper-cli/src/main/kotlin/commands/ListLicensesCommand.kt

See this annotation in the file changed.

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

Argument could be converted to 'Set' to improve performance

The argument can be converted to 'Set' to improve performance

Check notice on line 149 in model/src/main/kotlin/PackageCurationData.kt

See this annotation in the file changed.

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

Argument could be converted to 'Set' to improve performance

The argument can be converted to 'Set' to improve performance

Check notice on line 84 in cli/src/funTest/kotlin/ExamplesFunTest.kt

See this annotation in the file changed.

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

Argument could be converted to 'Set' to improve performance

The argument can be converted to 'Set' to improve performance

Check warning on line 22 in clients/fossid-webapp/src/main/kotlin/PostRequestBody.kt

See this annotation in the file changed.

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

Private data class constructor is exposed via the 'copy' method

Private primary constructor is exposed via the generated 'copy()' method of a 'data' class.

Check warning on line 30 in model/src/main/kotlin/VcsType.kt

See this annotation in the file changed.

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

Private data class constructor is exposed via the 'copy' method

Private primary constructor is exposed via the generated 'copy()' method of a 'data' class.

Check warning on line 10 in plugins/package-managers/pub/src/funTest/assets/projects/synthetic/flutter-project-with-android-and-cocoapods/android/build.gradle

See this annotation in the file changed.

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

Kotlin Gradle and IDE plugins versions are different

Kotlin version that is used for building with Gradle (1.3.50) is not properly supported in the IDE plugin (1.9)

Check notice on line 68 in plugins/scanners/scanoss/src/main/kotlin/ScanOss.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 90 in clients/github-graphql/src/main/kotlin/GitHubService.kt

See this annotation in the file changed.

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

Unresolved reference in KDoc

Cannot resolve symbol 'Issue'

Check warning on line 108 in clients/github-graphql/src/main/kotlin/GitHubService.kt

See this annotation in the file changed.

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

Unresolved reference in KDoc

Cannot resolve symbol 'Release'

Check warning on line 127 in clients/github-graphql/src/main/kotlin/GitHubService.kt

See this annotation in the file changed.

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

Unresolved reference in KDoc

Cannot resolve symbol 'Issue'

Check warning on line 351 in plugins/advisors/github/src/main/kotlin/GitHubDefects.kt

See this annotation in the file changed.

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

Constant conditions

Condition 'closedAt == null' is always false when reached

Check warning on line 274 in examples/example.rules.kts

See this annotation in the file changed.

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

Redundant diagnostic suppression

Redundant suppression

Check warning on line 75 in scanner/src/testFixtures/kotlin/AbstractPathScannerWrapperFunTest.kt

See this annotation in the file changed.

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

Leaking 'this' in constructor

Calling non-final function config in constructor

Check warning on line 65 in scanner/src/testFixtures/kotlin/AbstractPathScannerWrapperFunTest.kt

See this annotation in the file changed.

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

Leaking 'this' in constructor

Calling non-final function config in constructor

Check notice on line 126 in utils/common/src/main/kotlin/Os.kt

See this annotation in the file changed.

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

Class member can have 'private' visibility

Function 'resolveWindowsExecutable' could be private

Check notice on line 326 in downloader/src/main/kotlin/VcsHost.kt

See this annotation in the file changed.

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

Class member can have 'private' visibility

Function 'fromUrl' could be private

Check notice on line 47 in clients/vulnerable-code/src/main/kotlin/VulnerableCodeService.kt

See this annotation in the file changed.

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

Class member can have 'private' visibility

Property 'JSON' could be private

Check notice on line 108 in clients/osv/src/main/kotlin/OsvApiClient.kt

See this annotation in the file changed.

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

Class member can have 'private' visibility

Property 'commit' could be private

Check notice on line 43 in clients/oss-index/src/main/kotlin/OssIndexService.kt

See this annotation in the file changed.

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

Class member can have 'private' visibility

Property 'DEFAULT_BASE_URL' could be private

Check notice on line 29 in clients/fossid-webapp/src/main/kotlin/VersionedFossIdService.kt

See this annotation in the file changed.

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

Class member can have 'private' visibility

Property 'delegate' could be private

Check notice on line 48 in clients/oss-index/src/main/kotlin/OssIndexService.kt

See this annotation in the file changed.

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

Class member can have 'private' visibility

Property 'JSON' could be private

Check notice on line 84 in model/src/main/kotlin/TextLocation.kt

See this annotation in the file changed.

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

Class member can have 'private' visibility

Function 'linesOverlapWith' could be private

Check notice on line 40 in plugins/package-curation-providers/api/src/main/kotlin/PackageCurationProviderFactory.kt

See this annotation in the file changed.

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

Class member can have 'private' visibility

Property 'ALL' could be private