FINRAOS/JTAF-ExtWebDriver

Findbugs issues: NP_NULL_ON_SOME_PATH_FROM_RETURN_VALUE

Closed this issue · 0 comments

Running Findbugs on EWD revealed the following instance of issue NP_NULL_ON_SOME_PATH_FROM_RETURN_VALUE:

[INFO] Possible null pointer dereference in org.finra.jtaf.ewd.impl.DefaultSessionFactory.removeFolders(String, List, int) due to return value of called method [org.finra.jtaf.ewd.impl.DefaultSessionFactory, org.finra.jtaf.ewd.impl.DefaultSessionFactory] Dereferenced at DefaultSessionFactory.java:[line 644]Known null at DefaultSessionFactory.java:[line 644] NP_NULL_ON_SOME_PATH_FROM_RETURN_VALUE