SonarQube

1- Introduction SonarQube is a continuous inspection tool. SonarQube provides the capability to not only show health of an application but also to highlight issues newly introduced. With a Quality Gate in place, you can fix the leak and therefore improve code quality systematically. 2- Version SonarQube 6.7.3 3- Installation Following is instruction-set to get setup with SonarQube: 1- Use given below link to download SonarQube 6.7.3 https://www.sonarqube.org/downloads/ 2- Unzip the downloaded file. 3- Go to <install_directory>/bin folder. You would find different folders related with OS platforms. As I have 64 bit Win system, I further went inside “windows-x86-64″ folder. 4- You shall find different shell scripts files. For my win platform, I found different *.bat file such as InstallNTService.bat, StartNTService.bat, StartSonar.bat etc. 5- Copy the path of this folder which may look like S<install_dire...