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

Findbugs issues: RpC_REPEATED_CONDITIONAL_TEST

Open mmlinford opened this issue 8 years ago • 0 comments

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 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 196]At Table.java:[line 196] RpC_REPEATED_CONDITIONAL_TEST [INFO] Repeated conditional test in org.finra.jtaf.ewd.widget.element.html.Table.getTableHeaders() [org.finra.jtaf.ewd.widget.element.html.Table, org.finra.jtaf.ewd.widget.element.html.Table] At Table.java:[line 121]At Table.java:[line 121] RpC_REPEATED_CONDITIONAL_TEST

mmlinford avatar May 02 '16 14:05 mmlinford