FINRAOS / JTAF-ExtWebDriver

Extensions for WebDriver is an enhancement to the powerful WebDriver API, with robust features that keep your browser automation running smoothly. It includes a widget library, improved session management and extended functions over the existing WebDriver API.

Home Page:http://finraos.github.io/JTAF-ExtWebDriver

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Findbugs issues: RV_RETURN_VALUE_IGNORED_BAD_PRACTICE

mmlinford opened this issue · comments

Running Findbugs on EWD revealed the following instance of issue RV_RETURN_VALUE_IGNORED_BAD_PRACTICE

[INFO] Exceptional return value of java.io.File.delete() ignored in org.finra.jtaf.ewd.impl.DefaultSessionFactory.removeFolders(String, List, int) [org.finra.jtaf.ewd.impl.DefaultSessionFactory] At DefaultSessionFactory.java:[line 650] RV_RETURN_VALUE_IGNORED_BAD_PRACTICE