feat: designed new Features section (#355) #316
GitHub Actions / Qodana for JVM
completed
Nov 29, 2023 in 0s
2 new problems found by Qodana for JVM
Qodana for JVM
2 new problems were found
Inspection name | Severity | Problems |
---|---|---|
Condition is covered by further condition |
🔶 Warning | 1 |
Unnecessary 'null' check before method call |
🔶 Warning | 1 |
💡 Qodana analysis was run in the pull request mode: only the changed files were checked
☁️ View the detailed Qodana report
Contact Qodana team
Contact us at qodana-support@jetbrains.com
- 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 228 in src/main/java/Backend/FileDownloader.java
github-actions / Qodana for JVM
Condition is covered by further condition
Condition 'acceptRange != null' covered by subsequent condition '"bytes".equalsIgnoreCase(...)'
Check warning on line 228 in src/main/java/Backend/FileDownloader.java
github-actions / Qodana for JVM
Unnecessary 'null' check before method call
Unnecessary 'null' check before 'equalsIgnoreCase()' call
Loading