RankWeis / uppercut

FREE Karate plugin for IntelliJ with additional features
Apache License 2.0
6 stars 0 forks source link

Changelog update - v1.0.1 #8

Closed RankWeis closed 4 months ago

github-actions[bot] commented 4 months ago

Qodana Community for JVM

69 new problems were found

Inspection name Severity Problems
Nullability and data flow problems 🔶 Warning 23
'size() == 0' can be replaced with 'isEmpty()' 🔶 Warning 8
Incorrect string capitalization 🔶 Warning 5
Constant values 🔶 Warning 4
Redundant 'if' statement 🔶 Warning 4
Unstable API Usage 🔶 Warning 4
Unused assignment 🔶 Warning 3
Redundant 'Collection.addAll()' call 🔶 Warning 2
Field can be local 🔶 Warning 2
Unnecessary 'null' check before method call 🔶 Warning 2
Mismatched query and update of collection 🔶 Warning 1
'Optional' used as field or parameter type 🔶 Warning 1
Redundant operation on empty container 🔶 Warning 1
Suspicious collection method call 🔶 Warning 1
Unnecessary 'return' statement 🔶 Warning 1
Method can be extracted ◽️ Notice 2
'while' can be replaced with 'do while' ◽️ Notice 2
Commented out code ◽️ Notice 1
Constant values ◽️ Notice 1
Redundant '\d', '[:digit:]', or '\D' class elements ◽️ 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](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/qodana-action@v2024.1.5 with: upload-result: true ```
Contact Qodana team Contact us at [qodana-support@jetbrains.com](mailto:qodana-support@jetbrains.com) - Or via our issue tracker: https://jb.gg/qodana-issue - Or share your feedback: https://jb.gg/qodana-discussions