I have one license for developer edition for c/c++ one million LOCs. And my c/c++ project works fine with it, now plan to have other java-based project deployed in this same sonarqube server, so does the Java LOC share with that one million c/c++ LOCs from my license?
Hi @wrenaashe ,
The license counts all lines of code* of all projects analysed into SonarQube, whatever the programming language is.
In your example, you will need a license that covers both C/C++ project and Java project.
*With commercial licenses, if you use branches in your project, the volume needed for the license should cover the sum of the largest branch for each project (not all branches of all projects).
Hope this helps,
Carine
Thanks, Carine. So then next question, what is the LOC limitation in sonarqube community edition?
Hi @wrenaashe ,
Community Edition is open source, so no LOC limitation.
LOC limitation is the basis of our licensing model, for commercial edition (starting with Developer Edition)
Carine