SonarQube Introduction
 
     W hat is SonarQube    SonarQube is an automated code review tool which plays a major role in static code   analysis in the industry. However SonarQube is not only an automated code review tool but   it is also an open source quality management platform which used for continuous analysis   and measurement of technical quality of source code.   This takes the programming code as the input to the system, analyses it using pre-defined   coding standards/rules and provides the outcome in a web format. This web based   outcome will summarize the status of the code in an informative manner to the   management as well as to the developers to help their quick decisions of the affected   code.       Configure SonarQube v5.6.1   As the first step in configuring the SonarQube community version, Download the SonarQube v5.6.1 from official SonarQube website.( https://www.sonarqube.org/downloads/  )  After downloading the SonarQube v5.6.1, unzip it to a specific location as mentioned below accor...