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

PMD issues (misc.) #132

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

PMD issues (misc.) #132

mmlinford opened this issue May 2, 2016 · 0 comments

Comments

@mmlinford
Copy link
Collaborator

The following issues were found when running PMD:

[INFO] PMD Failure: org\finra\jtaf\ewd\widget\element\StringLocatorAwareBy.java:17 Rule:AbstractNaming Priority:3 Abstract classes should be named AbstractXXX.
[INFO] PMD Failure: org.finra.jtaf.ewd.widget.element.StringLocatorAwareBy:21 Rule:ShortVariable Priority:3 Avoid variables with short names like by.
[INFO] PMD Failure: org.finra.jtaf.ewd.widget.element.StringLocatorAwareBy:27 Rule:ShortVariable Priority:3 Avoid variables with short names like by.
[INFO] PMD Failure: org.finra.jtaf.ewd.widget.element.StringLocatorAwareBy:67 Rule:ShortVariable Priority:3 Avoid variables with short names like o.
[INFO] PMD Failure: org.finra.jtaf.ewd.widget.element.html.Button:50 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.DropDown:58 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.DropDown:73 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.DropDown: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.DropDown:114 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.DropDown:119 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.Image:48 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.Input:59 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.Input:74 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.Input:88 Rule:AvoidCatchingGenericException Priority:3 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block.

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