Skip to content

[plugin-mobile-app] Remove deprecated steps performing tap and swipe … #1606

[plugin-mobile-app] Remove deprecated steps performing tap and swipe …

[plugin-mobile-app] Remove deprecated steps performing tap and swipe … #1606

GitHub Actions / Qodana Community for JVM completed Aug 10, 2023 in 0s

324 new problems found by Qodana Community for JVM

Qodana Community for JVM

324 new problems were found

Inspection name Severity Problems
'Optional' used as field or parameter type 🔶 Warning 120
Number of placeholders does not match number of arguments in logging call 🔶 Warning 98
'@Serial' annotation could be used 🔶 Warning 46
Nullability and data flow problems 🔶 Warning 15
Result of method call ignored 🔶 Warning 7
Optional.get() is called without isPresent() check 🔶 Warning 7
AutoCloseable used without 'try'-with-resources 🔶 Warning 4
Unnecessary non-capturing group 🔶 Warning 4
Class is exposed outside of its visibility scope 🔶 Warning 3
Call to 'BigDecimal' method without a rounding mode argument 🔶 Warning 2
Constant values 🔶 Warning 2
Confusing argument to varargs method 🔶 Warning 2
Redundant call to 'String.format()' 🔶 Warning 2
Single character alternation 🔶 Warning 2
Unused assignment 🔶 Warning 2
Empty 'try' block 🔶 Warning 1
Inner class may be 'static' 🔶 Warning 1
Loop statement that does not loop 🔶 Warning 1
Mismatched query and update of collection 🔶 Warning 1
Constant values ◽️ Notice 4

💡 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 43 in vividus-facade-jira/src/main/java/org/vividus/jira/databind/JiraEntityDeserializer.java

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

AutoCloseable used without 'try'-with-resources

'JsonParser' used without 'try'-with-resources statement

Check warning on line 48 in vividus/src/systemTest/java/org/vividus/configuration/VaultTests.java

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

AutoCloseable used without 'try'-with-resources

'VaultContainer' used without 'try'-with-resources statement

Check warning on line 60 in vividus-to-xray-exporter/src/main/java/org/vividus/xray/configuration/validator/XrayExporterOptionsValidator.java

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

AutoCloseable used without 'try'-with-resources

'Stream' used without 'try'-with-resources statement

Check warning on line 53 in vividus-plugin-azure-cosmos-db/src/main/java/org/vividus/azure/cosmos/CosmosDbService.java

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

AutoCloseable used without 'try'-with-resources

'CosmosClient' used without 'try'-with-resources statement

Check warning on line 114 in vividus-util/src/main/java/org/vividus/util/comparison/ComparisonUtils.java

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Call to 'BigDecimal' method without a rounding mode argument

'BigDecimal.setScale()' called without a rounding mode argument

Check warning on line 120 in vividus-util/src/main/java/org/vividus/util/comparison/ComparisonUtils.java

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Call to 'BigDecimal' method without a rounding mode argument

'BigDecimal.setScale()' called without a rounding mode argument

Check warning on line 33 in vividus-to-azure-devops-exporter/src/main/java/org/vividus/azure/devops/client/model/PointsQuery.java

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Class is exposed outside of its visibility scope

Class `PointsFilter` is exposed outside its defined visibility scope

Check warning on line 125 in vividus-plugin-saucelabs/src/main/java/org/vividus/selenium/sauce/SauceConnectManager.java

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Class is exposed outside of its visibility scope

Class `SauceConnectDescriptor` is exposed outside its defined visibility scope

Check warning on line 284 in vividus-plugin-kafka/src/main/java/org/vividus/steps/kafka/KafkaSteps.java

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Class is exposed outside of its visibility scope

Class `QueueOperation` is exposed outside its defined visibility scope

Check warning on line 99 in vividus-engine/src/main/java/org/vividus/model/jbehave/Scenario.java

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Constant values

Method reference result is always 'true'

Check warning on line 96 in vividus-engine/src/main/java/org/vividus/model/jbehave/Scenario.java

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Constant values

Method reference result is always 'true'

Check notice on line 109 in vividus-extension-selenium/src/main/java/org/vividus/ui/action/WaitActions.java

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Constant values

Value `input` is always 'null'

Check notice on line 46 in vividus-extension-selenium/src/main/java/org/vividus/steps/ui/validation/DescriptiveSoftAssert.java

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Constant values

Value `isMatches` is always 'true'

Check notice on line 234 in vividus-extension-selenium/src/main/java/org/vividus/steps/ui/validation/BaseValidations.java

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Constant values

Value `elementsExist` is always 'false'

Check notice on line 40 in vividus-extension-selenium/src/main/java/org/vividus/steps/ui/validation/DescriptiveSoftAssert.java

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Constant values

Value `isMatches` is always 'false'

Check warning on line 140 in vividus-allure-adaptor/src/main/java/org/vividus/report/allure/AllureRunContext.java

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Nullability and data flow problems

Dereference of `getExecutionStages().peek()` may produce `NullPointerException`

Check warning on line 37 in vividus-engine/src/main/java/org/vividus/log/LoggingPrintStream.java

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Nullability and data flow problems

Method invocation `trim` may produce `NullPointerException`

Check warning on line 85 in vividus-allure-adaptor/src/main/java/org/vividus/report/allure/AllureRunContext.java

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Nullability and data flow problems

Dereference of `getExecutionStages().peek()` may produce `NullPointerException`

Check warning on line 50 in vividus-plugin-web-app/src/main/java/org/vividus/steps/ui/web/validation/ElementValidations.java

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Nullability and data flow problems

Variable is already assigned to this value

Check warning on line 92 in vividus/src/main/java/org/vividus/configuration/ConfigurationResolver.java

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Nullability and data flow problems

Method invocation `endsWith` may produce `NullPointerException`

Check warning on line 249 in vividus-plugin-azure-resource-manager/src/main/java/org/vividus/azure/resourcemanager/ResourceManagementSteps.java

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Nullability and data flow problems

Method invocation `getStatusCode` may produce `NullPointerException`

Check warning on line 258 in vividus-plugin-azure-resource-manager/src/main/java/org/vividus/azure/resourcemanager/ResourceManagementSteps.java

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Nullability and data flow problems

Method invocation `getStatusCode` may produce `NullPointerException`

Check warning on line 158 in vividus/src/main/java/org/vividus/configuration/PropertiesLoader.java

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Nullability and data flow problems

Argument `properties` might be null

Check warning on line 339 in vividus-plugin-azure-storage-account/src/main/java/org/vividus/azure/storage/blob/BlobStorageSteps.java

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Nullability and data flow problems

Stream might have already been linked or consumed

Check warning on line 167 in vividus-engine/src/main/java/org/vividus/variable/Variables.java

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Nullability and data flow problems

Method invocation `put` may produce `NullPointerException`