Skip to content

feat: designed new Features section (#355) #316

feat: designed new Features section (#355)

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

Details

This result was published with Qodana GitHub Action

Annotations

Check warning on line 228 in src/main/java/Backend/FileDownloader.java

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Unnecessary 'null' check before method call

Unnecessary 'null' check before 'equalsIgnoreCase()' call