Hi!
In previous versions of SonarQube I had a dashboard "Javadocs", where I had:
* History chart with time on the X axis and Javadoc coverage % on the Y axis
* Treemap with size = LoC and color = Javadoc coverage (you could drill down to class level)
* list of packages with Javadoc coverage % (you could drill down to class level)
This was very useful for my developers whenever they felt like improving the Javadoc coverage: just look for a package or a class with a lot of red or orange, and make that % chart go up.
It was kinda motivational to have this visualized, and even to set a goal: this sprint we want 2% more Javadoc coverage. And we don't cheat, it's quality documentation, not some Eclipse-autogenerated garbage, we take pride in our work!
Now, in SQ 6.2, I understand that there is more focus and custom dashboards might be distracting. I read the blog post, I understand the decision.
However, I was sort of hoping or expecting, when I go to Measures, that I could find a measure related to Javadocs.
Something like the Technical Debt Ratio, which has List, Tree, Treemap and History, would *exactly* fit my needs. Really, great job there people!
Unfortunately there is no such measure for Javadocs.
My questions:
* Is that a feature that is to be expected in future releases of SonarQube?
* For the meanwhile, in what other way could I obtain the same information?
* Is there some way that I can implement this myself and/or contribute?
Best regards,
Amedee Van Gasse
QA Engineer
iText Software