Skip to content

feat: 全新ui

feat: 全新ui #11

GitHub Actions / Qodana Community for JVM completed May 9, 2024 in 0s

19 new problems found by Qodana Community for JVM

Qodana Community for JVM

19 new problems were found

Inspection name Severity Problems
Redundant semicolon 🔶 Warning 6
Unused symbol 🔶 Warning 5
Incorrect string capitalization 🔶 Warning 3
Javadoc declaration problems 🔶 Warning 1
Redundant nullable return type 🔶 Warning 1
Class member can have 'private' visibility ◽️ Notice 2
Commented out code ◽️ 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 1 in src/main/kotlin/com/llyke/plugin/tools/action/search/IBFContributorProvider.java

See this annotation in the file changed.

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

Commented out code

Commented out code (98 lines)

Check warning on line 41 in src/main/kotlin/com/llyke/plugin/tools/action/search/ImportBeanFieldModel.kt

See this annotation in the file changed.

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

Incorrect string capitalization

String '查找Spring中的Bean' is not properly capitalized. It should have sentence capitalization

Check warning on line 46 in src/main/kotlin/com/llyke/plugin/tools/action/search/ImportBeanFieldModel.kt

See this annotation in the file changed.

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

Incorrect string capitalization

String '找不到匹配项' is not properly capitalized. It should have sentence capitalization

Check warning on line 44 in src/main/kotlin/com/llyke/plugin/tools/action/search/ImportBeanFieldModel.kt

See this annotation in the file changed.

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

Incorrect string capitalization

String '查找包含Java类' is not properly capitalized. It should have sentence capitalization

Check warning on line 10 in src/main/java/com/llyke/plugin/tools/dialog/search/ConfigDialogForm.java

See this annotation in the file changed.

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

Javadoc declaration problems

Wrong tag `date`

Check notice on line 324 in src/main/kotlin/com/llyke/plugin/tools/action/search/IBFGotoActionCallBackWriter.kt

See this annotation in the file changed.

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

Class member can have 'private' visibility

Function 'detectionWriteTargetClass' could be private

Check notice on line 14 in src/main/kotlin/com/llyke/plugin/tools/setting/ConfigDialogWrapper.kt

See this annotation in the file changed.

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

Class member can have 'private' visibility

Property 'configDialogForm' could be private

Check warning on line 39 in src/main/kotlin/com/llyke/plugin/tools/setting/IBFConfigurable.kt

See this annotation in the file changed.

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

Redundant nullable return type

'getHelpTopic' always returns non-null type

Check warning on line 1 in src/main/kotlin/com/llyke/plugin/tools/setting/ConfigDialogWrapper.kt

See this annotation in the file changed.

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

Redundant semicolon

Redundant semicolon

Check warning on line 22 in src/main/kotlin/com/llyke/plugin/tools/setting/ConfigDialogWrapper.kt

See this annotation in the file changed.

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

Redundant semicolon

Redundant semicolon

Check warning on line 102 in src/main/kotlin/com/llyke/plugin/tools/action/search/IBFGotoActionCallBackWriter.kt

See this annotation in the file changed.

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

Redundant semicolon

Redundant semicolon

Check warning on line 43 in src/main/kotlin/com/llyke/plugin/tools/setting/IBFSetting.kt

See this annotation in the file changed.

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

Redundant semicolon

Redundant semicolon

Check warning on line 18 in src/main/kotlin/com/llyke/plugin/tools/setting/ConfigDialogWrapper.kt

See this annotation in the file changed.

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

Redundant semicolon

Redundant semicolon

Check warning on line 17 in src/main/kotlin/com/llyke/plugin/tools/setting/ConfigDialogWrapper.kt

See this annotation in the file changed.

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

Redundant semicolon

Redundant semicolon

Check warning on line 19 in src/main/kotlin/com/llyke/plugin/tools/action/search/ImportBeanFieldModel.kt

See this annotation in the file changed.

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

Unused symbol

Property "includeClassBySearch" is never used

Check warning on line 16 in src/main/kotlin/com/llyke/plugin/tools/util/IBFNotifier.kt

See this annotation in the file changed.

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

Unused symbol

Function "notifyError" is never used

Check warning on line 26 in src/main/kotlin/com/llyke/plugin/tools/util/IBFNotifier.kt

See this annotation in the file changed.

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

Unused symbol

Function "notifyWarning" is never used

Check warning on line 14 in src/main/kotlin/com/llyke/plugin/tools/IBFBundle.kt

See this annotation in the file changed.

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

Unused symbol

Function "message" is never used

Check warning on line 12 in src/main/kotlin/com/llyke/plugin/tools/setting/ConfigDialogWrapper.kt

See this annotation in the file changed.

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

Unused symbol

Class "ConfigDialogWrapper" is never used