Skip to content

Latest commit

 

History

History
executable file
·
33 lines (26 loc) · 614 Bytes

File metadata and controls

executable file
·
33 lines (26 loc) · 614 Bytes

java-cli-maven-spring-failsafe-findbugs-pmd-junit-test-car-data

Description

Analyze source code for potential bugs. A POC for sprimg app using JUnit framework with failsafe and pmd plugins.

Tech stack

  • java
  • maven
    • findbugs
    • spring
    • junit
    • failsafe
    • pmd

Docker stack

  • maven:3-openjdk-17

To run

sudo ./install.sh -u

  • pmd report found at bin/target/site
  • findbugs report at bin/target/findbugs

To stop

sudo ./install.sh -d

For help

sudo ./install.sh -h

Credit

Code concept