JTAF-ExtWebDriver icon indicating copy to clipboard operation
JTAF-ExtWebDriver copied to clipboard

Findbugs issues: SBSC_USE_STRINGBUFFER_CONCATENATION

Open mmlinford opened this issue 8 years ago • 0 comments

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 + in a loop [org.finra.jtaf.ewd.widget.element.html.Table] At Table.java:[line 429] SBSC_USE_STRINGBUFFER_CONCATENATION

mmlinford avatar May 02 '16 14:05 mmlinford