which versions are you using (SonarQube, Scanner, Plugin, and any relevant extension)
9.0.1.46107
what are you trying to achieve
find out why my LoC is different in the Admin > License page and the Projects page.
I understand that sonar uses the “biggest” branch to compute overall LoC.
I guess that the Projects page displays the LoC of master (which is not necessarily the biggest branch)
But, by summing the LoC displayed in the Projects page I ended up around 800K, whereas the License page shows 1.1M.
How can I find out which project is taking (way way) more space than its master branch?
what have you tried so far to achieve this
I deleted and reanalyzed a project that I suspected
I computed the LoC displayed in the Project page manually
I computed the LoC via the DB (with another result)
Any help on how to investigate this? Any query to suggest?
Anything to do that does not imply deleting everything ?
Thanks!