Skip to content
This repository was archived by the owner on Jan 12, 2021. It is now read-only.
This repository was 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

@mmlinford

Description

@mmlinford

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions