Posts

Showing posts from September, 2016

Sonar on AWS

Image
Contents About Features Details Installing Maven MySQL Some useful commands on linux About Sonar  (originally an  acronym  for  SO und  N avigation  A nd  R anging) is a technique that uses  sound  propagation (usually underwater, as in  submarine navigation ) to  navigate , communicate with or detect objects on or under the surface of the water, such as other vessels. Sonar  is an  open source   software quality  platform. Sonar uses various  static code analysis  tools such as  Checkstyle ,  PMD ,  FindBugs  to extract software metrics, which then can be used to improve software quality. It runs as a  stand-alone web server  that new code can be pushed to via a  Maven  command. It also stores a  history  of previous builds in an in-memory or MySQL  database . Features All projects at a glance Drill down to source code...