Skip to content

Merge pull request #121 from rafaelldi/dependabot/nuget/JetBrains.Rid… #265

Merge pull request #121 from rafaelldi/dependabot/nuget/JetBrains.Rid…

Merge pull request #121 from rafaelldi/dependabot/nuget/JetBrains.Rid… #265

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

22 new problems found by Qodana Community for JVM

Qodana Community for JVM

22 new problems were found

Inspection name Severity Problems
Unused symbol 🔶 Warning 7
Boolean literal argument without parameter name ◽️ Notice 8
Class member can have 'private' visibility ◽️ Notice 7

💡 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 119 in src/main/kotlin/me/rafaelldi/aspire/util/MSBuildPropertyService.kt

See this annotation in the file changed.

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

Boolean literal argument without parameter name

Boolean literal argument without a parameter name

Check notice on line 120 in src/main/kotlin/me/rafaelldi/aspire/run/AspireHostExecutorFactory.kt

See this annotation in the file changed.

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

Boolean literal argument without parameter name

Boolean literal argument without a parameter name

Check notice on line 99 in src/main/kotlin/me/rafaelldi/aspire/sessionHost/SessionExecutableFactory.kt

See this annotation in the file changed.

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

Boolean literal argument without parameter name

Boolean literal argument without a parameter name

Check notice on line 66 in src/main/kotlin/me/rafaelldi/aspire/sessionHost/SessionExecutableFactory.kt

See this annotation in the file changed.

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

Boolean literal argument without parameter name

Boolean literal argument without a parameter name

Check notice on line 119 in src/main/kotlin/me/rafaelldi/aspire/util/MSBuildPropertyService.kt

See this annotation in the file changed.

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

Boolean literal argument without parameter name

Boolean literal argument without a parameter name

Check notice on line 100 in src/main/kotlin/me/rafaelldi/aspire/sessionHost/SessionExecutableFactory.kt

See this annotation in the file changed.

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

Boolean literal argument without parameter name

Boolean literal argument without a parameter name

Check notice on line 65 in src/main/kotlin/me/rafaelldi/aspire/sessionHost/SessionExecutableFactory.kt

See this annotation in the file changed.

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

Boolean literal argument without parameter name

Boolean literal argument without a parameter name

Check notice on line 119 in src/main/kotlin/me/rafaelldi/aspire/run/AspireHostExecutorFactory.kt

See this annotation in the file changed.

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

Boolean literal argument without parameter name

Boolean literal argument without a parameter name

Check notice on line 41 in src/main/kotlin/me/rafaelldi/aspire/database/mysql/DummyMySqlConnectionString.kt

See this annotation in the file changed.

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

Class member can have 'private' visibility

Property 'username' could be private

Check notice on line 60 in src/main/kotlin/me/rafaelldi/aspire/database/mysql/DummyMySqlJdbcUrl.kt

See this annotation in the file changed.

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

Class member can have 'private' visibility

Property 'password' could be private

Check notice on line 56 in src/main/kotlin/me/rafaelldi/aspire/database/mysql/DummyMySqlJdbcUrl.kt

See this annotation in the file changed.

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

Class member can have 'private' visibility

Property 'user' could be private

Check notice on line 48 in src/main/kotlin/me/rafaelldi/aspire/database/mysql/DummyMySqlJdbcUrl.kt

See this annotation in the file changed.

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

Class member can have 'private' visibility

Property 'port' could be private

Check notice on line 34 in src/main/kotlin/me/rafaelldi/aspire/services/AspireResourceService.kt

See this annotation in the file changed.

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

Class member can have 'private' visibility

Property 'stateStyle' could be private

Check notice on line 45 in src/main/kotlin/me/rafaelldi/aspire/database/mysql/DummyMySqlConnectionString.kt

See this annotation in the file changed.

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

Class member can have 'private' visibility

Property 'password' could be private

Check notice on line 44 in src/main/kotlin/me/rafaelldi/aspire/database/mysql/DummyMySqlJdbcUrl.kt

See this annotation in the file changed.

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

Class member can have 'private' visibility

Property 'serverName' could be private

Check warning on line 11 in src/main/kotlin/me/rafaelldi/aspire/database/mysql/DummyMySqlConverter.kt

See this annotation in the file changed.

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

Unused symbol

Property "project" is never used

Check warning on line 31 in src/main/kotlin/me/rafaelldi/aspire/services/components/RowExtensions.kt

See this annotation in the file changed.

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

Unused symbol

Function "inlineIconButton" is never used

Check warning on line 11 in src/main/kotlin/me/rafaelldi/aspire/database/mysql/DummyMySqlConnectionString.kt

See this annotation in the file changed.

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

Unused symbol

Constructor is never used

Check warning on line 9 in src/main/kotlin/me/rafaelldi/aspire/actions/notification/UpdateWorkloadAction.kt

See this annotation in the file changed.

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

Unused symbol

Class "UpdateWorkloadAction" is never used

Check warning on line 7 in src/main/kotlin/me/rafaelldi/aspire/util/BuildTargetResult.kt

See this annotation in the file changed.

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

Unused symbol

Class "BuildTargetResultOutput" is never used

Check warning on line 33 in src/main/kotlin/me/rafaelldi/aspire/database/mysql/DummyMySqlConnectionString.kt

See this annotation in the file changed.

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

Unused symbol

Property "port" is never used

Check warning on line 29 in src/main/kotlin/me/rafaelldi/aspire/database/mysql/DummyMySqlConnectionString.kt

See this annotation in the file changed.

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

Unused symbol

Property "server" is never used