This repository was archived by the owner on Jan 12, 2021. It is now read-only.

Description
The following issues were found in org.finra.jtaf.ewd.widget.element.html.HtmlList when running PMD:
[INFO] PMD Failure: org.finra.jtaf.ewd.widget.element.html.HtmlList:77 Rule:ShortVariable Priority:3 Avoid variables with short names like e.
[INFO] PMD Failure: org.finra.jtaf.ewd.widget.element.html.HtmlList:81 Rule:AvoidCatchingGenericException Priority:3 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block.
[INFO] PMD Failure: org.finra.jtaf.ewd.widget.element.html.HtmlList:86 Rule:ShortVariable Priority:3 Avoid variables with short names like we.
[INFO] PMD Failure: org.finra.jtaf.ewd.widget.element.html.HtmlList:106 Rule:ShortVariable Priority:3 Avoid variables with short names like l.
[INFO] PMD Failure: org.finra.jtaf.ewd.widget.element.html.HtmlList:107 Rule:ShortVariable Priority:3 Avoid variables with short names like e.
[INFO] PMD Failure: org.finra.jtaf.ewd.widget.element.html.HtmlList:129 Rule:ShortVariable Priority:3 Avoid variables with short names like wd.
[INFO] PMD Failure: org.finra.jtaf.ewd.widget.element.html.HtmlList:132 Rule:AvoidCatchingGenericException Priority:3 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block.
[INFO] PMD Failure: org.finra.jtaf.ewd.widget.element.html.HtmlList:139 Rule:AvoidCatchingGenericException Priority:3 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block.
[INFO] PMD Failure: org.finra.jtaf.ewd.widget.element.html.HtmlList:150 Rule:AvoidThrowingRawExceptionTypes Priority:1 Avoid throwing raw exception types..