FINRAOS / JTAF-ExtWebDriver

Extensions for WebDriver is an enhancement to the powerful WebDriver API, with robust features that keep your browser automation running smoothly. It includes a widget library, improved session management and extended functions over the existing WebDriver API.
http://finraos.github.io/JTAF-ExtWebDriver
Apache License 2.0
26 stars 49 forks source link

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

Open mmlinford opened 8 years ago

mmlinford commented 8 years ago

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..