Mike Linford
Mike Linford
The following issues were found in org.finra.jtaf.ewd.session.SessionManager when running PMD: [INFO] PMD Failure: org\finra\jtaf\ewd\session\SessionManager.java:34 Rule:ClassWithOnlyPrivateConstructorsShouldBeFinal Priority:1 A class which only has private constructors should be final. [INFO] PMD Failure: org.finra.jtaf.ewd.session.SessionManager:36...
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...
The following issues were found in org.finra.jtaf.ewd.properties.GUIHierarchyConcatenationProperties when running PMD: [INFO] PMD Failure: org.finra.jtaf.ewd.properties.GUIHierarchyConcatenationProperties:29 Rule:ImmutableField Priority:3 Private field 'propertyFiles' could be made final; it is only initialized in the declaration...
The following issues were found in org.finra.jtaf.ewd.impl.DefaultSessionFactory when running PMD: [INFO] PMD Failure: org\finra\jtaf\ewd\impl\DefaultSessionFactory.java:17 Rule:GodClass Priority:3 Possible God class (WMC=122, ATFD=87, TCC=0.0). [INFO] PMD Failure: org.finra.jtaf.ewd.impl.DefaultSessionFactory:65 Rule:LongVariable Priority:3 Avoid excessively...
The following issues were found in org.finra.jtaf.ewd.impl.ClientProperties when running PMD: [INFO] PMD Failure: org\finra\jtaf\ewd\impl\ClientProperties.java:17 Rule:GodClass Priority:3 Possible God class (WMC=73, ATFD=11, TCC=0.0). [INFO] PMD Failure: org.finra.jtaf.ewd.impl.ClientProperties:38 Rule:LoggerIsNotStaticFinal Priority:2 The Logger...
The following issue was found in org.finra.jtaf.ewd.TimeOutException when running PMD: [INFO] PMD Failure: org.finra.jtaf.ewd.TimeOutException:36 Rule:ShortVariable Priority:3 Avoid variables with short names like e.
The following issues were found in org.finra.jtaf.ewd.HighlightProvider when running PMD: [INFO] PMD Failure: org.finra.jtaf.ewd.HighlightProvider:37 Rule:UnusedModifier Priority:3 Avoid modifiers which are implied by the context. [INFO] PMD Failure: org.finra.jtaf.ewd.HighlightProvider:39 Rule:UnusedModifier Priority:3...
The following issues were found in org.finra.jtaf.ewd.ExtWebDriver when running PMD: [INFO] PMD Failure: org.finra.jtaf.ewd.ExtWebDriver:39 Rule:UnusedModifier Priority:3 Avoid modifiers which are implied by the context. [INFO] PMD Failure: org.finra.jtaf.ewd.ExtWebDriver:111 Rule:UnusedModifier Priority:3...
When running `mvn verify` The below errors are generated while generating the javadoc, at least when I run it locally. I believe the reason is that I'm building with Java...
Make the Element base class pluggable so that customizations can be made without having to override it.