yaml key lookup only compatible until 241 (#3) #373
20 new problems found by Qodana Community for JVM
Qodana Community for JVM
20 new problems were found
Inspection name | Severity | Problems |
---|---|---|
Unstable API Usage |
🔶 Warning | 8 |
Unused symbol |
🔶 Warning | 5 |
Usage of redundant or deprecated syntax or deprecated symbols |
🔶 Warning | 1 |
Redundant 'if' statement |
◽️ Notice | 5 |
Redundant empty primary constructor |
◽️ 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:
- Register at Qodana Cloud and configure the action
- Use GitHub Code Scanning with Qodana
- Host Qodana report at GitHub Pages
- 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]
- Or via our issue tracker: https://jb.gg/qodana-issue
- Or share your feedback: https://jb.gg/qodana-discussions
Details
This result was published with Qodana GitHub Action
Annotations
Check warning on line 98 in src/main/kotlin/io/openapiprocessor/intellij/TypeMappingLineMarker.kt
github-actions / Qodana Community for JVM
Usage of redundant or deprecated syntax or deprecated symbols
Unnecessary non-null assertion (!!) on a non-null receiver of type List
Check notice on line 31 in src/main/kotlin/io/openapiprocessor/intellij/MicronautAnnotation.kt
github-actions / Qodana Community for JVM
Redundant 'if' statement
Redundant 'if' statement
Check notice on line 45 in src/main/kotlin/io/openapiprocessor/intellij/SpringRequestAnnotation.kt
github-actions / Qodana Community for JVM
Redundant 'if' statement
Redundant 'if' statement
Check notice on line 43 in src/main/kotlin/io/openapiprocessor/intellij/SpringAnnotation.kt
github-actions / Qodana Community for JVM
Redundant 'if' statement
Redundant 'if' statement
Check notice on line 46 in src/main/kotlin/io/openapiprocessor/intellij/MicronautAnnotation.kt
github-actions / Qodana Community for JVM
Redundant 'if' statement
Redundant 'if' statement
Check notice on line 28 in src/main/kotlin/io/openapiprocessor/intellij/SpringAnnotation.kt
github-actions / Qodana Community for JVM
Redundant 'if' statement
Redundant 'if' statement
Check notice on line 36 in src/main/kotlin/io/openapiprocessor/intellij/TypeMappingLineMarker.kt
github-actions / Qodana Community for JVM
Redundant empty primary constructor
Remove empty primary constructor
Check warning on line 65 in src/main/kotlin/io/openapiprocessor/intellij/TypeMappingLineMarker.kt
github-actions / Qodana Community for JVM
Unstable API Usage
'locationText([email protected] @org.jetbrains.annotations.Nullable String)' is declared in unstable interface 'com.intellij.platform.backend.presentation.TargetPresentationBuilder' marked with @ApiStatus.Experimental
Check warning on line 62 in src/main/kotlin/io/openapiprocessor/intellij/TypeMappingLineMarker.kt
github-actions / Qodana Community for JVM
Unstable API Usage
'builder(java.lang.String)' is declared in unstable 'com.intellij.platform.backend.presentation.TargetPresentation' marked with @ApiStatus.Experimental
Check warning on line 64 in src/main/kotlin/io/openapiprocessor/intellij/TypeMappingLineMarker.kt
github-actions / Qodana Community for JVM
Unstable API Usage
'containerText([email protected] @org.jetbrains.annotations.Nullable String)' is declared in unstable interface 'com.intellij.platform.backend.presentation.TargetPresentationBuilder' marked with @ApiStatus.Experimental
Check warning on line 52 in src/main/kotlin/io/openapiprocessor/intellij/TypeMappingLineMarker.kt
github-actions / Qodana Community for JVM
Unstable API Usage
'getPresentation(T)' is unstable because its signature references unstable 'com.intellij.platform.backend.presentation.TargetPresentation' marked with @ApiStatus.Experimental
Check warning on line 50 in src/main/kotlin/io/openapiprocessor/intellij/TypeMappingLineMarker.kt
github-actions / Qodana Community for JVM
Unstable API Usage
'com.intellij.platform.backend.presentation.TargetPresentation' is marked unstable with @ApiStatus.Experimental
Check warning on line 66 in src/main/kotlin/io/openapiprocessor/intellij/TypeMappingLineMarker.kt
github-actions / Qodana Community for JVM
Unstable API Usage
'presentation()' is declared in unstable interface 'com.intellij.platform.backend.presentation.TargetPresentationBuilder' marked with @ApiStatus.Experimental
Check warning on line 62 in src/main/kotlin/io/openapiprocessor/intellij/TypeMappingLineMarker.kt
github-actions / Qodana Community for JVM
Unstable API Usage
'com.intellij.platform.backend.presentation.TargetPresentation.Companion' is declared in unstable 'com.intellij.platform.backend.presentation.TargetPresentation' marked with @ApiStatus.Experimental
Check warning on line 63 in src/main/kotlin/io/openapiprocessor/intellij/TypeMappingLineMarker.kt
github-actions / Qodana Community for JVM
Unstable API Usage
'icon([email protected] Icon)' is declared in unstable interface 'com.intellij.platform.backend.presentation.TargetPresentationBuilder' marked with @ApiStatus.Experimental
Check warning on line 11 in src/main/kotlin/io/openapiprocessor/intellij/Methods.kt
github-actions / Qodana Community for JVM
Unused symbol
Function "isMethod" is never used
github-actions / Qodana Community for JVM
Unused symbol
Property "log" is never used
Check warning on line 18 in src/main/kotlin/io/openapiprocessor/intellij/TargetMethodFinder.kt
github-actions / Qodana Community for JVM
Unused symbol
Class "TargetMethodFinder" is never used
Check warning on line 20 in src/main/kotlin/io/openapiprocessor/intellij/TargetMethodFinder.kt
github-actions / Qodana Community for JVM
Unused symbol
Function "findTargetMethods" is never used
Check warning on line 8 in src/main/kotlin/io/openapiprocessor/intellij/Methods.kt
github-actions / Qodana Community for JVM
Unused symbol
Object "Methods" is never used