Skip to content

Bump ktorVersion from 3.4.0 to 3.4.1

2d8f7f1
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Open

Bump ktorVersion from 3.4.0 to 3.4.1 #132

Bump ktorVersion from 3.4.0 to 3.4.1
2d8f7f1
Select commit
Loading
Failed to load commit list.
GitHub Actions / Qodana for JVM completed Mar 3, 2026 in 0s

158 new problems found by Qodana for JVM

Qodana for JVM

158 new problems were found

Inspection name Severity Problems
Redundant 'Companion' reference 🔶 Warning 33
Duplicate character in character class 🔶 Warning 7
Assigned value is never read 🔶 Warning 3
Unused import directive 🔶 Warning 1
Redundant 'inner' modifier 🔶 Warning 1
Unused symbol 🔶 Warning 1
Function naming convention ◽️ Notice 65
Duplicated code fragment ◽️ Notice 30
Multi-dollar interpolation can be used in string literals ◽️ Notice 9
Unnecessary local variable ◽️ Notice 3
Join declaration and assignment ◽️ Notice 2
Nested lambda has shadowed implicit parameter ◽️ Notice 1
Redundant empty primary constructor ◽️ Notice 1
'if' condition can be replaced with lambda 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:

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@v2025.3.1
        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 345 in src/main/kotlin/com/github/cnrture/quickprojectwizard/toolwindow/QuickProjectWizardToolWindowFactory.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Assigned value is never read

Assigned value is never read

Check warning on line 330 in src/main/kotlin/com/github/cnrture/quickprojectwizard/toolwindow/QuickProjectWizardToolWindowFactory.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Assigned value is never read

Assigned value is never read

Check warning on line 339 in src/main/kotlin/com/github/cnrture/quickprojectwizard/toolwindow/QuickProjectWizardToolWindowFactory.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Assigned value is never read

Assigned value is never read

Check notice on line 108 in src/main/kotlin/com/github/cnrture/quickprojectwizard/common/Extensions.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Multi-dollar interpolation can be used in string literals

An interpolation prefix can simplify the string

Check notice on line 112 in src/main/kotlin/com/github/cnrture/quickprojectwizard/projectwizard/recipes/ComposeMultiplatformProjectRecipe.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Multi-dollar interpolation can be used in string literals

An interpolation prefix can simplify the string

Check notice on line 117 in src/main/kotlin/com/github/cnrture/quickprojectwizard/projectwizard/recipes/ComposeMultiplatformProjectRecipe.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Multi-dollar interpolation can be used in string literals

An interpolation prefix can simplify the string

Check notice on line 5 in src/main/kotlin/com/github/cnrture/quickprojectwizard/toolwindow/template/ModuleReadMeTemplate.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Multi-dollar interpolation can be used in string literals

An interpolation prefix can simplify the string

Check notice on line 114 in src/main/kotlin/com/github/cnrture/quickprojectwizard/projectwizard/recipes/ComposeMultiplatformProjectRecipe.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Multi-dollar interpolation can be used in string literals

An interpolation prefix can simplify the string

Check notice on line 118 in src/main/kotlin/com/github/cnrture/quickprojectwizard/projectwizard/recipes/ComposeMultiplatformProjectRecipe.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Multi-dollar interpolation can be used in string literals

An interpolation prefix can simplify the string

Check notice on line 113 in src/main/kotlin/com/github/cnrture/quickprojectwizard/projectwizard/recipes/ComposeMultiplatformProjectRecipe.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Multi-dollar interpolation can be used in string literals

An interpolation prefix can simplify the string

Check notice on line 115 in src/main/kotlin/com/github/cnrture/quickprojectwizard/projectwizard/recipes/ComposeMultiplatformProjectRecipe.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Multi-dollar interpolation can be used in string literals

An interpolation prefix can simplify the string

Check notice on line 111 in src/main/kotlin/com/github/cnrture/quickprojectwizard/projectwizard/recipes/ComposeMultiplatformProjectRecipe.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Multi-dollar interpolation can be used in string literals

An interpolation prefix can simplify the string

Check notice on line 138 in src/main/kotlin/com/github/cnrture/quickprojectwizard/toolwindow/manager/modulegenerator/CreateNewModuleConfigurationPanel.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Duplicated code fragment

Duplicated code

Check notice on line 62 in src/main/kotlin/com/github/cnrture/quickprojectwizard/toolwindow/manager/modulegenerator/ModuleGeneratorContent.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Duplicated code fragment

Duplicated code

Check notice on line 66 in src/main/kotlin/com/github/cnrture/quickprojectwizard/toolwindow/manager/formatter/FormatterContent.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Duplicated code fragment

Duplicated code

Check notice on line 35 in src/main/kotlin/com/github/cnrture/quickprojectwizard/common/file/LibraryDependencyFinder.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Duplicated code fragment

Duplicated code

Check notice on line 19 in src/main/kotlin/com/github/cnrture/quickprojectwizard/projectwizard/general/EmptyManifestXml.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Duplicated code fragment

Duplicated code

Check notice on line 31 in src/main/kotlin/com/github/cnrture/quickprojectwizard/toolwindow/manager/settings/dialog/TemplateReviewDialog.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Duplicated code fragment

Duplicated code

Check notice on line 148 in src/main/kotlin/com/github/cnrture/quickprojectwizard/toolwindow/manager/settings/dialog/TemplateEditorDialog.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Duplicated code fragment

Duplicated code

Check notice on line 113 in src/main/kotlin/com/github/cnrture/quickprojectwizard/projectwizard/recipes/ComposeProjectRecipe.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Duplicated code fragment

Duplicated code

Check notice on line 381 in src/main/kotlin/com/github/cnrture/quickprojectwizard/projectwizard/recipes/XMLProjectRecipe.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Duplicated code fragment

Duplicated code

Check notice on line 34 in src/main/kotlin/com/github/cnrture/quickprojectwizard/projectwizard/ComposeTemplate.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Duplicated code fragment

Duplicated code

Check notice on line 410 in src/main/kotlin/com/github/cnrture/quickprojectwizard/projectwizard/recipes/ComposeProjectRecipe.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Duplicated code fragment

Duplicated code

Check notice on line 15 in src/main/kotlin/com/github/cnrture/quickprojectwizard/common/file/LibraryDependencyFinder.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Duplicated code fragment

Duplicated code

Check notice on line 16 in src/main/kotlin/com/github/cnrture/quickprojectwizard/projectwizard/ComposeTemplate.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Duplicated code fragment

Duplicated code