You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 12, 2021. It is now read-only.
The following issues were found in org.finra.jtaf.ewd.widget.element.html.CheckBox when running PMD:
[INFO] PMD Failure: org.finra.jtaf.ewd.widget.element.html.CheckBox:34 Rule:AvoidFieldNameMatchingMethodName Priority:3 Field UNCHECK has the same name as a method.
[INFO] PMD Failure: org.finra.jtaf.ewd.widget.element.html.CheckBox:35 Rule:AvoidFieldNameMatchingMethodName Priority:3 Field CHECK has the same name as a method.
[INFO] PMD Failure: org.finra.jtaf.ewd.widget.element.html.CheckBox:66 Rule:ShortVariable Priority:3 Avoid variables with short names like e.
[INFO] PMD Failure: org.finra.jtaf.ewd.widget.element.html.CheckBox:70 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.CheckBox:99 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.CheckBox:103 Rule:IfStmtsMustUseBraces Priority:3 Avoid using if statements without curly braces.
[INFO] PMD Failure: org.finra.jtaf.ewd.widget.element.html.CheckBox:131 Rule:SignatureDeclareThrowsException Priority:3 A method/constructor shouldnt explicitly throw java.lang.Exception.
[INFO] PMD Failure: org.finra.jtaf.ewd.widget.element.html.CheckBox:131 Rule:ShortVariable Priority:3 Avoid variables with short names like e.
[INFO] PMD Failure: org.finra.jtaf.ewd.widget.element.html.CheckBox:134 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.CheckBox:138 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.CheckBox:153 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.CheckBox:205 Rule:EmptyCatchBlock Priority:3 Avoid empty catch blocks.
[INFO] PMD Failure: org.finra.jtaf.ewd.widget.element.html.CheckBox:205 Rule:EmptyCatchBlock Priority:3 Avoid empty catch blocks.
[INFO] PMD Failure: org.finra.jtaf.ewd.widget.element.html.CheckBox:212 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.CheckBox:215 Rule:UselessParentheses Priority:4 Useless parentheses..
[INFO] PMD Failure: org.finra.jtaf.ewd.widget.element.html.CheckBox:256 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.CheckBox:259 Rule:UselessParentheses Priority:4 Useless parentheses..
The text was updated successfully, but these errors were encountered: