I have purchased the Developer Edition v9.9.8 (build 100196) with a line-of-code limit of 100,000. I Our current branch contains 86,000 lines of code and works well. However, when I switched to another branch with 93,000 lines of code—still within the 100,000-line license limit—it failed, citing that the limit had been exceeded.
The last analysis failed because it would have caused your server-wide lines of code total to exceed
Hey there.
Most likely, you have some files you don’t expect to be scanned being scanned in your new branch (you can investigate what files are being indexed by turning on DEBUG
level logging, either sonar-scanner -X
or using the sonar.verbose=true
analysis parameter).
Or maybe there’s another project on your instance you aren’t aware of. Have you checked the global Administration > Projects > Management?