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.RadioGroup #129

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.RadioGroup when running PMD:

[INFO] PMD Failure: org.finra.jtaf.ewd.widget.element.html.RadioGroup:57 Rule:IfStmtsMustUseBraces Priority:3 Avoid using if statements without curly braces.
[INFO] PMD Failure: org.finra.jtaf.ewd.widget.element.html.RadioGroup:64 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.RadioGroup:136 Rule:ShortVariable Priority:3 Avoid variables with short names like wd.
[INFO] PMD Failure: org.finra.jtaf.ewd.widget.element.html.RadioGroup:141 Rule:UseCollectionIsEmpty Priority:3 Substitute calls to size() == 0 (or size() != 0, size() > 0, size() < 1) with calls to isEmpty().
[INFO] PMD Failure: org.finra.jtaf.ewd.widget.element.html.RadioGroup:142 Rule:UnusedLocalVariable Priority:3 Avoid unused local variables such as 'we'..
[INFO] PMD Failure: org.finra.jtaf.ewd.widget.element.html.RadioGroup:148 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.RadioGroup:148 Rule:EmptyCatchBlock Priority:3 Avoid empty catch blocks.
[INFO] PMD Failure: org.finra.jtaf.ewd.widget.element.html.RadioGroup:148 Rule:EmptyCatchBlock Priority:3 Avoid empty catch blocks.
[INFO] PMD Failure: org.finra.jtaf.ewd.widget.element.html.RadioGroup:153 Rule:UseCollectionIsEmpty Priority:3 Substitute calls to size() == 0 (or size() != 0, size() > 0, size() < 1) with calls to isEmpty().
[INFO] PMD Failure: org.finra.jtaf.ewd.widget.element.html.RadioGroup:154 Rule:UnusedLocalVariable Priority:3 Avoid unused local variables such as 'we'..
[INFO] PMD Failure: org.finra.jtaf.ewd.widget.element.html.RadioGroup:160 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.RadioGroup:160 Rule:EmptyCatchBlock Priority:3 Avoid empty catch blocks.
[INFO] PMD Failure: org.finra.jtaf.ewd.widget.element.html.RadioGroup:160 Rule:EmptyCatchBlock Priority:3 Avoid empty catch blocks.
[INFO] PMD Failure: org.finra.jtaf.ewd.widget.element.html.RadioGroup:165 Rule:UseCollectionIsEmpty Priority:3 Substitute calls to size() == 0 (or size() != 0, size() > 0, size() < 1) with calls to isEmpty().
[INFO] PMD Failure: org.finra.jtaf.ewd.widget.element.html.RadioGroup:166 Rule:UnusedLocalVariable Priority:3 Avoid unused local variables such as 'we'..
[INFO] PMD Failure: org.finra.jtaf.ewd.widget.element.html.RadioGroup:172 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.RadioGroup:172 Rule:EmptyCatchBlock Priority:3 Avoid empty catch blocks.
[INFO] PMD Failure: org.finra.jtaf.ewd.widget.element.html.RadioGroup:172 Rule:EmptyCatchBlock Priority:3 Avoid empty catch blocks.
[INFO] PMD Failure: org.finra.jtaf.ewd.widget.element.html.RadioGroup:177 Rule:UseCollectionIsEmpty Priority:3 Substitute calls to size() == 0 (or size() != 0, size() > 0, size() < 1) with calls to isEmpty().
[INFO] PMD Failure: org.finra.jtaf.ewd.widget.element.html.RadioGroup:178 Rule:UnusedLocalVariable Priority:3 Avoid unused local variables such as 'we'..
[INFO] PMD Failure: org.finra.jtaf.ewd.widget.element.html.RadioGroup:183 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.RadioGroup:183 Rule:EmptyCatchBlock Priority:3 Avoid empty catch blocks.
[INFO] PMD Failure: org.finra.jtaf.ewd.widget.element.html.RadioGroup:183 Rule:EmptyCatchBlock Priority:3 Avoid empty catch blocks.
[INFO] PMD Failure: org.finra.jtaf.ewd.widget.element.html.RadioGroup:188 Rule:UseCollectionIsEmpty Priority:3 Substitute calls to size() == 0 (or size() != 0, size() > 0, size() < 1) with calls to isEmpty().
[INFO] PMD Failure: org.finra.jtaf.ewd.widget.element.html.RadioGroup:189 Rule:UnusedLocalVariable Priority:3 Avoid unused local variables such as 'we'..
[INFO] PMD Failure: org.finra.jtaf.ewd.widget.element.html.RadioGroup:195 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.RadioGroup:195 Rule:EmptyCatchBlock Priority:3 Avoid empty catch blocks.
[INFO] PMD Failure: org.finra.jtaf.ewd.widget.element.html.RadioGroup:195 Rule:EmptyCatchBlock Priority:3 Avoid empty catch blocks.
[INFO] PMD Failure: org.finra.jtaf.ewd.widget.element.html.RadioGroup:200 Rule:UseCollectionIsEmpty Priority:3 Substitute calls to size() == 0 (or size() != 0, size() > 0, size() < 1) with calls to isEmpty().
[INFO] PMD Failure: org.finra.jtaf.ewd.widget.element.html.RadioGroup:201 Rule:UnusedLocalVariable Priority:3 Avoid unused local variables such as 'we'..
[INFO] PMD Failure: org.finra.jtaf.ewd.widget.element.html.RadioGroup:207 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.RadioGroup:207 Rule:EmptyCatchBlock Priority:3 Avoid empty catch blocks.
[INFO] PMD Failure: org.finra.jtaf.ewd.widget.element.html.RadioGroup:207 Rule:EmptyCatchBlock Priority:3 Avoid empty catch blocks.

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