Hi everyone,
I have some problems when chose sonarqube developer edition.
-
how to count lines of code(Loc), as our project is based on c language.
what kind of comments will be considered as Comment Lines? such as “//” style or “/* */” style. -
I have one project in sonarQube7.4 developer edition, the size of this project as shown below
As shown, the lines of code is 88113, and I have a license with limitation of Lines of Code Up to 100K, But I received the Error Details “The last analysis has failed to not exceed the 100000 lines of code limit allowed by the current license.” why is that?
whether sonarQube license chose Lines as limitation? -
As sonarqube developer edition is priced per instance per year and based on your lines of code.
What does instance mean? Does this mean I can only install sonarqube in one computer with one license? If I changed my computer and I want to use the previous license what should I do?
4.I have a project, but I just want part of the source file be analyzed. So, I set parameters of sonar.inclusions, sonar.exclusions and sonar.sources, how would these parameters affect the calculation of lines of code? Would the whole project source files be considered when calculate Locs?
-
When use community editon to analyze Java project. Are there any restrictions on the lines of code?
-
How to select a best version with multiple projects in sonarQube? For example, the are two projects created in sonarQube, project 1 has 88K lines of code(Loc), and the other has 90K lines of code. The two projects are not analyzed at the same time. Do I need a license with limitation of 250K Locs or just a license with limitation of 100K Locs is enough?
Looking forward to your reply. thanks