Skip to content

🐛 fix(main): HTTPS namespace support #76

🐛 fix(main): HTTPS namespace support

🐛 fix(main): HTTPS namespace support #76

GitHub Actions / Qodana Community for JVM completed Jun 3, 2024 in 0s

184 new problems found by Qodana Community for JVM

Qodana Community for JVM

184 new problems were found

Inspection name Severity Problems
Redundant semicolon 🔶 Warning 84
Unused import directive 🔶 Warning 51
Unused symbol 🔶 Warning 9
Usage of redundant or deprecated syntax or deprecated symbols 🔶 Warning 4
Incorrect string capitalization 🔶 Warning 3
Redundant nullable return type 🔶 Warning 3
Unstable API Usage 🔶 Warning 3
Constructor parameter is never used as a property 🔶 Warning 2
Control flow with empty body 🔶 Warning 2
Redundant 'Companion' reference 🔶 Warning 1
Obvious explicit type 🔶 Warning 1
Redundant visibility modifier 🔶 Warning 1
Unnecessary type argument ◽️ Notice 6
Class member can have 'private' visibility ◽️ Notice 3
Accessor call that can be replaced with property access syntax ◽️ Notice 3
Redundant overriding method ◽️ Notice 2
Redundant 'if' statement ◽️ Notice 2
Local variable naming convention ◽️ Notice 1
Private property naming convention ◽️ Notice 1
'protected' visibility is effectively 'private' in a final class ◽️ Notice 1
Unnecessary local variable ◽️ 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.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 13 in src/main/kotlin/com/github/imyuyu/sqltoy/reference/PsiSqlIdReference.kt

See this annotation in the file changed.

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

Constructor parameter is never used as a property

Constructor parameter is never used as a property

Check warning on line 9 in src/main/kotlin/com/github/imyuyu/sqltoy/service/EditorService.kt

See this annotation in the file changed.

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

Constructor parameter is never used as a property

Constructor parameter is never used as a property

Check warning on line 58 in src/main/kotlin/com/github/imyuyu/sqltoy/inspection/XmlInspection.kt

See this annotation in the file changed.

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

Control flow with empty body

'else' has empty body

Check warning on line 51 in src/main/kotlin/com/github/imyuyu/sqltoy/inspection/XmlInspection.kt

See this annotation in the file changed.

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

Control flow with empty body

'if' has empty body

Check warning on line 16 in src/main/kotlin/com/github/imyuyu/sqltoy/action/CreateSQLToyXmlAction.kt

See this annotation in the file changed.

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

Incorrect string capitalization

String 'Create SQLToy Sql File OR Translate File' is not properly capitalized. It should have sentence capitalization

Check warning on line 98 in src/main/kotlin/com/github/imyuyu/sqltoy/provider/StatementLineMarkerProvider.kt

See this annotation in the file changed.

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

Incorrect string capitalization

String 'statement line marker' is not properly capitalized. It should have sentence capitalization

Check warning on line 25 in src/main/kotlin/com/github/imyuyu/sqltoy/provider/RunSqlLineMarkerProvider.kt

See this annotation in the file changed.

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

Incorrect string capitalization

String 'run sql' is not properly capitalized. It should have sentence capitalization

Check warning on line 57 in src/main/kotlin/com/github/imyuyu/sqltoy/provider/StatementLineMarkerProvider.kt

See this annotation in the file changed.

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

Usage of redundant or deprecated syntax or deprecated symbols

No cast needed

Check warning on line 36 in src/main/kotlin/com/github/imyuyu/sqltoy/inspection/XmlInspection.kt

See this annotation in the file changed.

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

Usage of redundant or deprecated syntax or deprecated symbols

Elvis operator (?:) always returns the left operand of non-nullable type XmlTag

Check warning on line 50 in src/main/kotlin/com/github/imyuyu/sqltoy/provider/StatementLineMarkerProvider.kt

See this annotation in the file changed.

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

Usage of redundant or deprecated syntax or deprecated symbols

No cast needed

Check warning on line 29 in src/main/kotlin/com/github/imyuyu/sqltoy/indexer/SQLIdRecord.kt

See this annotation in the file changed.

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

Usage of redundant or deprecated syntax or deprecated symbols

No cast needed

Check notice on line 15 in src/main/kotlin/com/github/imyuyu/sqltoy/inspection/SQLToyXmlInspection.kt

See this annotation in the file changed.

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

Redundant overriding method

Redundant overriding method

Check notice on line 22 in src/main/kotlin/com/github/imyuyu/sqltoy/provider/SqlIdQuickDoc.kt

See this annotation in the file changed.

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

Redundant overriding method

Redundant overriding method

Check warning on line 5 in src/main/kotlin/com/github/imyuyu/sqltoy/indexer/SQLIdDataIndexer.kt

See this annotation in the file changed.

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

Unused import directive

Unused import directive

Check warning on line 12 in src/main/kotlin/com/github/imyuyu/sqltoy/annotator/SqlIdExistAnnotator.kt

See this annotation in the file changed.

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

Unused import directive

Unused import directive

Check warning on line 9 in src/main/kotlin/com/github/imyuyu/sqltoy/reference/ContextSqlIdMarkReferenceContributor.kt

See this annotation in the file changed.

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

Unused import directive

Unused import directive

Check warning on line 20 in src/main/kotlin/com/github/imyuyu/sqltoy/annotator/SqlIdExistAnnotator.kt

See this annotation in the file changed.

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

Unused import directive

Unused import directive

Check warning on line 6 in src/main/kotlin/com/github/imyuyu/sqltoy/reference/ContextSqlIdMarkReferenceContributor.kt

See this annotation in the file changed.

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

Unused import directive

Unused import directive

Check warning on line 3 in src/main/kotlin/com/github/imyuyu/sqltoy/provider/SqlIdFindUsagesProvider.kt

See this annotation in the file changed.

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

Unused import directive

Unused import directive

Check warning on line 6 in src/main/kotlin/com/github/imyuyu/sqltoy/indexer/SQLIdDataIndexer.kt

See this annotation in the file changed.

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

Unused import directive

Unused import directive

Check warning on line 7 in src/main/kotlin/com/github/imyuyu/sqltoy/facet/SQLToyFrameworkDetector.kt

See this annotation in the file changed.

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

Unused import directive

Unused import directive

Check warning on line 7 in src/main/kotlin/com/github/imyuyu/sqltoy/provider/MethodMultiHostInjector.kt

See this annotation in the file changed.

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

Unused import directive

Unused import directive

Check warning on line 12 in src/main/kotlin/com/github/imyuyu/sqltoy/reference/SqlIdReferenceProvider.kt

See this annotation in the file changed.

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

Unused import directive

Unused import directive

Check warning on line 3 in src/main/kotlin/com/github/imyuyu/sqltoy/dom/SQLToyTranslateDomFileDescription.kt

See this annotation in the file changed.

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

Unused import directive

Unused import directive

Check warning on line 8 in src/main/kotlin/com/github/imyuyu/sqltoy/action/CreateSQLToyXmlAction.kt

See this annotation in the file changed.

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

Unused import directive

Unused import directive