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.utils.ScreenshotUtils #123

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

PMD issues for class org.finra.jtaf.ewd.utils.ScreenshotUtils #123

mmlinford opened this issue May 2, 2016 · 0 comments

Comments

@mmlinford
Copy link
Collaborator

The following issues were found in org.finra.jtaf.ewd.utils.ScreenshotUtils when running PMD:

[INFO] PMD Failure: org.finra.jtaf.ewd.utils.ScreenshotUtils:49 Rule:UseUtilityClass Priority:3 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning..
[INFO] PMD Failure: org.finra.jtaf.ewd.utils.ScreenshotUtils:51 Rule:LoggerIsNotStaticFinal Priority:2 The Logger variable declaration does not contain the static and final modifiers.
[INFO] PMD Failure: org.finra.jtaf.ewd.utils.ScreenshotUtils:72 Rule:ShortVariable Priority:3 Avoid variables with short names like wd.
[INFO] PMD Failure: org.finra.jtaf.ewd.utils.ScreenshotUtils:75 Rule:ConfusingTernary Priority:3 Avoid if (x != y) ..; else ..;.
[INFO] PMD Failure: org.finra.jtaf.ewd.utils.ScreenshotUtils:90 Rule:ShortVariable Priority:3 Avoid variables with short names like x.
[INFO] PMD Failure: org.finra.jtaf.ewd.utils.ScreenshotUtils:91 Rule:ShortVariable Priority:3 Avoid variables with short names like y.
[INFO] PMD Failure: org.finra.jtaf.ewd.utils.ScreenshotUtils:173 Rule:IfStmtsMustUseBraces Priority:3 Avoid using if statements without curly braces.
[INFO] PMD Failure: org.finra.jtaf.ewd.utils.ScreenshotUtils:189 Rule:IfStmtsMustUseBraces Priority:3 Avoid using if statements without curly braces.

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