dev -> main for 0.5.2 #99
Annotations
12 warnings
Build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, gradle/[email protected], actions/setup-java@v3, actions/cache@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
|
Deprecated API usage:
src/main/java/org/overengineer/inlineproblems/listeners/FileEditorListener.java#L18
Overrides deprecated method in 'com.intellij.openapi.fileEditor.FileEditorManagerListener'
|
Lombok @Setter may be used:
src/main/java/org/overengineer/inlineproblems/entities/InlineProblem.java#L75
Field 'severity' may have Lombok @Setter
|
Stream API call chain can be simplified:
src/main/java/org/overengineer/inlineproblems/UnityProjectManager.java#L62
'collect(toList())' can be replaced with 'toList()'
|
String concatenation in loop:
src/main/java/org/overengineer/inlineproblems/settings/SettingsState.java#L138
String concatenation `+=` in loop
|
Call to 'printStackTrace()':
src/main/java/org/overengineer/inlineproblems/scanners/UnityProjectScanner.java#L49
Call to `printStackTrace()` should probably be replaced with more robust logging
|
Unnecessary 'return' statement:
src/main/java/org/overengineer/inlineproblems/ProblemManager.java#L43
`return` is unnecessary as the last statement in a 'void' method
|
Unstable API Usage:
src/main/java/org/overengineer/inlineproblems/settings/SettingsConfigurable.java#L22
'com.intellij.openapi.util.NlsContexts.ConfigurableName' is declared in unstable class 'com.intellij.openapi.util.NlsContexts' marked with @ApiStatus.Experimental
|
Unstable API Usage:
src/main/java/org/overengineer/inlineproblems/settings/SettingsConfigurable.java#L22
'com.intellij.openapi.util.NlsContexts' is marked unstable with @ApiStatus.Experimental
|
Inspect code
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-java@v3, JetBrains/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Inspect code
push-fixes is currently not supported with pr-mode: true in pull requests. Running Qodana with push-fixes: false.
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
InlineProblems-0.5.2
Expired
|
1.96 MB |
|
pluginVerifier-result
Expired
|
29.2 KB |
|