You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 12, 2021. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
The text was updated successfully, but these errors were encountered: