Guest User

Untitled

a guest
Oct 16th, 2018
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.02 KB | None | 0 0
  1. Just the violations pulled out
  2.  
  3. [INFO] --- maven-pmd-plugin:3.10.0:check (pmd-check) @ beadledom-configuration ---
  4. [INFO] PMD Failure: com.cerner.beadledom.configuration.XmlConfigurationSource:5 Rule:UnusedImports Priority:4 Avoid unused imports such as 'java.util.Properties'.
  5. [INFO] You have 1 PMD violation. For more details see: /home/travis/build/cerner/beadledom/configuration/target/pmd.xml
  6.  
  7. [INFO] --- maven-pmd-plugin:3.10.0:check (pmd-check) @ beadledom-jackson ---
  8. [INFO] PMD Failure: com.cerner.beadledom.jackson.JacksonModule:45 Rule:UnusedLocalVariable Priority:3 Avoid unused local variables such as 'jacksonModuleBinder'..
  9. [INFO] PMD Failure: com.cerner.beadledom.jackson.JacksonModule:47 Rule:UnusedLocalVariable Priority:3 Avoid unused local variables such as 'serializationFeatureBinder'..
  10. [INFO] PMD Failure: com.cerner.beadledom.jackson.JacksonModule:49 Rule:UnusedLocalVariable Priority:3 Avoid unused local variables such as 'deserializationFeatureBinder'..
  11. [INFO] PMD Failure: com.cerner.beadledom.jackson.JacksonModule:51 Rule:UnusedLocalVariable Priority:3 Avoid unused local variables such as 'jsonGeneratorFeatureBinder'..
  12. [INFO] PMD Failure: com.cerner.beadledom.jackson.JacksonModule:53 Rule:UnusedLocalVariable Priority:3 Avoid unused local variables such as 'jsonParserFeatureBinder'..
  13. [INFO] PMD Failure: com.cerner.beadledom.jackson.JacksonModule:55 Rule:UnusedLocalVariable Priority:3 Avoid unused local variables such as 'mapperFeatureBinder'..
  14. [INFO] You have 6 PMD violations. For more details see: /home/travis/build/cerner/beadledom/jackson/target/pmd.xml
  15.  
  16. [INFO] --- maven-pmd-plugin:3.10.0:check (pmd-check) @ beadledom-client-jackson ---
  17. [INFO] PMD Failure: com.cerner.beadledom.client.jackson.ObjectMapperClientFeatureModule:6 Rule:UnusedImports Priority:4 Avoid unused imports such as 'com.fasterxml.jackson.jaxrs.json.JacksonJsonProvider'.
  18. [INFO] You have 1 PMD violation. For more details see: /home/travis/build/cerner/beadledom/client/beadledom-client-jackson/target/pmd.xml
  19.  
  20. [INFO] --- maven-pmd-plugin:3.10.0:check (pmd-check) @ beadledom-pagination ---
  21. [INFO] PMD Failure: com.cerner.beadledom.pagination.OffsetPaginationLinks:119 Rule:UselessParentheses Priority:4 Useless parentheses..
  22. [INFO] You have 1 PMD violation. For more details see: /home/travis/build/cerner/beadledom/pagination/target/pmd.xml
  23.  
  24. [INFO] --- maven-pmd-plugin:3.10.0:check (pmd-check) @ beadledom-health ---
  25. [INFO] PMD Failure: com.cerner.beadledom.health.HealthModule:113 Rule:UnusedLocalVariable Priority:3 Avoid unused local variables such as 'healthDependencyModuleBinder'..
  26. [INFO] You have 1 PMD violation. For more details see: /home/travis/build/cerner/beadledom/health/service/target/pmd.xml
  27.  
  28. [INFO] --- maven-pmd-plugin:3.10.0:check (pmd-check) @ beadledom-swagger1 ---
  29. [INFO] PMD Failure: com.cerner.beadledom.swagger.SwaggerModule:77 Rule:UnusedLocalVariable Priority:3 Avoid unused local variables such as 'swaggerModelConverterBinder'..
  30. [INFO] You have 1 PMD violation. For more details see: /home/travis/build/cerner/beadledom/swagger1/target/pmd.xml
Add Comment
Please, Sign In to add comment