Mike Linford

Results 34 issues of Mike Linford

The Javadoc is incomplete and in some cases inaccurate. This issue will be for fixing that.

The old Firefox driver will no longer support versions after Firefox 47 and Firefox currently crashes when you try to open it with Selenium. This issue will be to use...

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

The following issues were found in org.finra.jtaf.ewd.timer.WaitForConditionTimer when running PMD: [INFO] PMD Failure: org.finra.jtaf.ewd.timer.WaitForConditionTimer:31 Rule:ImmutableField Priority:3 Private field 'timerCallback' could be made final; it is only initialized in the declaration...

The following issues were found in org.finra.jtaf.ewd.session.SessionFactory when running PMD: [INFO] PMD Failure: org.finra.jtaf.ewd.session.SessionFactory:35 Rule:UnusedModifier Priority:3 Avoid modifiers which are implied by the context. [INFO] PMD Failure: org.finra.jtaf.ewd.session.SessionFactory:43 Rule:SignatureDeclareThrowsException Priority:3...

Fix dependencies, update dependencies, add developers, remove uninterested developers, anything else

Running Findbugs on EWD revealed the following instances of issue SBSC_USE_STRINGBUFFER_CONCATENATION [INFO] org.finra.jtaf.ewd.widget.element.Element.formatXPathForJavaXPath(String) concatenates strings using + in a loop [org.finra.jtaf.ewd.widget.element.Element] At Element.java:[line 881] SBSC_USE_STRINGBUFFER_CONCATENATION [INFO] org.finra.jtaf.ewd.widget.element.html.Table.getRecursiveTextContext(Node) concatenates strings using...

Running Findbugs on EWD revealed the following instances of issue RpC_REPEATED_CONDITIONAL_TEST [INFO] Repeated conditional test in org.finra.jtaf.ewd.widget.element.html.Table.getTableDataInArray() [org.finra.jtaf.ewd.widget.element.html.Table, org.finra.jtaf.ewd.widget.element.html.Table] At Table.java:[line 176]At Table.java:[line 176] RpC_REPEATED_CONDITIONAL_TEST [INFO] Repeated conditional test in...

The following issues were found in org.finra.jtaf.ewd.impl.DefaultExtWebDriver when running PMD: [INFO] PMD Failure: org\finra\jtaf\ewd\impl\DefaultExtWebDriver.java:17 Rule:GodClass Priority:3 Possible God class (WMC=120, ATFD=52, TCC=0.017186793306196293). [INFO] PMD Failure: org.finra.jtaf.ewd.impl.DefaultExtWebDriver:63 Rule:LoggerIsNotStaticFinal Priority:2 The Logger...