Fork me on GitHub

SpotBugs Bug Detector Report

The following document contains the results of SpotBugs

SpotBugs Version is 4.7.3

Threshold is low

Effort is max

Summary

Classes Bugs Errors Missing Classes
21 9 0 0

Files

Class Bugs
dev.aherscu.qa.jgiven.webdriver.WebDriverConfiguration 3
dev.aherscu.qa.jgiven.webdriver.steps.WebDriverActions 5
dev.aherscu.qa.jgiven.webdriver.steps.WebDriverFixtures 1

dev.aherscu.qa.jgiven.webdriver.WebDriverConfiguration

Bug Category Details Line Priority
Overridable method deviceType is called from constructor new dev.aherscu.qa.jgiven.webdriver.WebDriverConfiguration(Configuration[]). MALICIOUS_CODE MC_OVERRIDABLE_METHOD_CALL_IN_CONSTRUCTOR 91 Low
Overridable method provider is called from constructor new dev.aherscu.qa.jgiven.webdriver.WebDriverConfiguration(Configuration[]). MALICIOUS_CODE MC_OVERRIDABLE_METHOD_CALL_IN_CONSTRUCTOR 74 Low
Overridable method trace is called from constructor new dev.aherscu.qa.jgiven.webdriver.WebDriverConfiguration(Configuration[]). MALICIOUS_CODE MC_OVERRIDABLE_METHOD_CALL_IN_CONSTRUCTOR 74 Low

dev.aherscu.qa.jgiven.webdriver.steps.WebDriverActions

Bug Category Details Line Priority
Unchecked/unconfirmed cast from dev.aherscu.qa.jgiven.commons.utils.WebDriverEx to io.appium.java_client.InteractsWithApps of return value in dev.aherscu.qa.jgiven.webdriver.steps.WebDriverActions.activating_application(String) STYLE BC_UNCONFIRMED_CAST_OF_RETURN_VALUE 370 Low
Unchecked/unconfirmed cast from dev.aherscu.qa.jgiven.commons.utils.WebDriverEx to io.appium.java_client.remote.SupportsRotation of return value in dev.aherscu.qa.jgiven.webdriver.steps.WebDriverActions.rotating_device_to(ScreenOrientation) STYLE BC_UNCONFIRMED_CAST_OF_RETURN_VALUE 250 Low
Unchecked/unconfirmed cast from dev.aherscu.qa.jgiven.commons.utils.WebDriverEx to io.appium.java_client.InteractsWithApps of return value in dev.aherscu.qa.jgiven.webdriver.steps.WebDriverActions.sending_application_to_background_for(Duration) STYLE BC_UNCONFIRMED_CAST_OF_RETURN_VALUE 263 Low
Unchecked/unconfirmed cast from dev.aherscu.qa.jgiven.commons.utils.WebDriverEx to org.openqa.selenium.ContextAware of return value in dev.aherscu.qa.jgiven.webdriver.steps.WebDriverActions.switching_to_context(Predicate) STYLE BC_UNCONFIRMED_CAST_OF_RETURN_VALUE 480 Low
Unchecked/unconfirmed cast from dev.aherscu.qa.jgiven.commons.utils.WebDriverEx to io.appium.java_client.InteractsWithApps of return value in dev.aherscu.qa.jgiven.webdriver.steps.WebDriverActions.terminating_application(String) STYLE BC_UNCONFIRMED_CAST_OF_RETURN_VALUE 294 Low

dev.aherscu.qa.jgiven.webdriver.steps.WebDriverFixtures

Bug Category Details Line Priority
Unchecked/unconfirmed cast from dev.aherscu.qa.jgiven.commons.utils.WebDriverEx to org.openqa.selenium.ContextAware of return value in dev.aherscu.qa.jgiven.webdriver.steps.WebDriverFixtures.context(Predicate) STYLE BC_UNCONFIRMED_CAST_OF_RETURN_VALUE 129 Low