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.properties.GUIProperties #119

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

PMD issues for class org.finra.jtaf.ewd.properties.GUIProperties #119

mmlinford opened this issue May 2, 2016 · 0 comments

Comments

@mmlinford
Copy link
Collaborator

The following issues were found in org.finra.jtaf.ewd.properties.GUIProperties when running PMD:

[INFO] PMD Failure: org.finra.jtaf.ewd.properties.GUIProperties:36 Rule:LongVariable Priority:3 Avoid excessively long variable names like DEFAULT_BUNDLE_NAME.
[INFO] PMD Failure: org.finra.jtaf.ewd.properties.GUIProperties:46 Rule:ShortVariable Priority:3 Avoid variables with short names like is.
[INFO] PMD Failure: org.finra.jtaf.ewd.properties.GUIProperties:54 Rule:AvoidThrowingRawExceptionTypes Priority:1 Avoid throwing raw exception types..
[INFO] PMD Failure: org.finra.jtaf.ewd.properties.GUIProperties:65 Rule:LongVariable Priority:3 Avoid excessively long variable names like guiPropertiesFileName.
[INFO] PMD Failure: org.finra.jtaf.ewd.properties.GUIProperties:66 Rule:ShortVariable Priority:3 Avoid variables with short names like is.
[INFO] PMD Failure: org.finra.jtaf.ewd.properties.GUIProperties:74 Rule:AvoidThrowingRawExceptionTypes Priority:1 Avoid throwing raw exception types..
[INFO] PMD Failure: org.finra.jtaf.ewd.properties.GUIProperties:79 Rule:UseVarargs Priority:4 Consider using varargs for methods or constructors which take an array the last parameter..
[INFO] PMD Failure: org.finra.jtaf.ewd.properties.GUIProperties:81 Rule:UselessParentheses Priority:4 Useless parentheses..
[INFO] PMD Failure: org.finra.jtaf.ewd.properties.GUIProperties:81 Rule:UselessParentheses Priority:4 Useless parentheses..
[INFO] PMD Failure: org.finra.jtaf.ewd.properties.GUIProperties:87 Rule:PreserveStackTrace Priority:3 New exception is thrown in catch block, original stack trace may be lost.
[INFO] PMD Failure: org.finra.jtaf.ewd.properties.GUIProperties:88 Rule:AvoidRethrowingException Priority:3 A catch statement that catches an exception only to rethrow it should be avoided..
[INFO] PMD Failure: org.finra.jtaf.ewd.properties.GUIProperties:123 Rule:UselessParentheses Priority:4 Useless parentheses..
[INFO] PMD Failure: org.finra.jtaf.ewd.properties.GUIProperties:123 Rule:UselessParentheses Priority:4 Useless parentheses..
[INFO] PMD Failure: org.finra.jtaf.ewd.properties.GUIProperties:133 Rule:PreserveStackTrace Priority:3 New exception is thrown in catch block, original stack trace may be lost.
[INFO] PMD Failure: org.finra.jtaf.ewd.properties.GUIProperties:134 Rule:AvoidRethrowingException Priority:3 A catch statement that catches an exception only to rethrow it should be avoided..

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