Skip to content
This repository has been archived by the owner on Jan 12, 2021. It is now read-only.

PMD issues for class org.finra.jtaf.ewd.widget.element.html.CheckBox #127

Open
mmlinford opened this issue May 2, 2016 · 0 comments
Open

Comments

@mmlinford
Copy link
Collaborator

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..

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant