Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 331 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 331 Bytes

SJP

Simple Java Project

Example project for demo purposes of using:

  • Github
  • SonarQube (SonarCloud)
  • Travis CI

Programming errors are made intentionaly to show the different kinds of reports available in SonarQube, e.g.:

  • duplication
  • coding standards
  • unit tests (and code coverage)
  • code complexity
  • comments
  • etc.