github-actions[bot] commented on PR #14:
URL:
https://github.com/apache/struts-intellij-plugin/pull/14#issuecomment-3154083311
# Qodana Community for JVM
**615 new problems** were found
| Inspection name | Severity | Problems |
| --- | --- | --- |
| `Wrong package statement` | 🔴 Failure | 79 |
| `Unnecessary Unicode escape sequence` | 🔶 Warning | 246 |
| `Unused import` | 🔶 Warning | 117 |
| `Nullability and data flow problems` | 🔶 Warning | 16 |
| `Deprecated API usage` | 🔶 Warning | 16 |
| `Unstable API Usage` | 🔶 Warning | 14 |
| `Unchecked warning` | 🔶 Warning | 10 |
| `Incorrect string capitalization` | 🔶 Warning | 7 |
| `Unused assignment` | 🔶 Warning | 6 |
| `Default annotation parameter value` | 🔶 Warning | 5 |
| `Field can be local variable` | 🔶 Warning | 5 |
| `@NotNull/@Nullable problems` | 🔶 Warning | 4 |
| `'size() == 0' can be replaced with 'isEmpty()'` | 🔶 Warning | 3 |
| `Redundant 'if' statement` | 🔶 Warning | 3 |
| `Redundant local variable` | 🔶 Warning | 2 |
| `C-style array declaration` | 🔶 Warning | 1 |
| `Redundant 'Collection.addAll()' call` | 🔶 Warning | 1 |
| `Constant values` | 🔶 Warning | 1 |
| `Field may be 'final'` | 🔶 Warning | 1 |
| `Loop variable not updated inside loop` | 🔶 Warning | 1 |
| `Unnecessary 'null' check before method call` | 🔶 Warning | 1 |
| `Redundant type cast` | 🔶 Warning | 1 |
| `String concatenation in loop` | 🔶 Warning | 1 |
| `Duplicate branches in 'switch'` | ◽️ Notice | 66 |
| `Method can be extracted` | ◽️ Notice | 4 |
| `Commented out code` | ◽️ Notice | 1 |
| `Constant values` | ◽️ Notice | 1 |
| `Function or property has platform type` | ◽️ Notice | 1 |
| `Non-strict inequality '>=' or '<=' can be replaced with '=='` | ◽️ Notice
| 1 |
💡 Qodana analysis was run in the pull request mode: only the changed files
were checked
<details>
<summary>View the detailed Qodana report</summary>
To be able to view the detailed Qodana report, you can either:
- Register at [Qodana Cloud](https://qodana.cloud/) and [configure the
action](https://github.com/jetbrains/qodana-action#qodana-cloud)
- Use [GitHub Code Scanning with
Qodana](https://github.com/jetbrains/qodana-action#github-code-scanning)
- Host [Qodana report at GitHub
Pages](https://github.com/JetBrains/qodana-action/blob/3a8e25f5caad8d8b01c1435f1ef7b19fe8b039a0/README.md#github-pages)
- Inspect and use `qodana.sarif.json` (see [the Qodana SARIF
format](https://www.jetbrains.com/help/qodana/qodana-sarif-output.html#Report+structure)
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:
```yaml
- name: 'Qodana Scan'
uses: JetBrains/[email protected]
with:
upload-result: true
```
</details>
<details>
<summary>Contact Qodana team</summary>
Contact us at
[[email protected]](mailto:[email protected])
- Or via our issue tracker: https://jb.gg/qodana-issue
- Or share your feedback: https://jb.gg/qodana-discussions
</details>
<!-- JetBrains/[email protected] : Qodana Community for JVM -->
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]