Code smells iteration 3.2
This PR resolves three code smells in DiagnosisStatisticsBean.java
:
- Remove unnecessary comments on local variables since the names are clear and the comments create clutter
- Shorten all lines to 100 chars
- Remove repeated code in the constructors, so that all constructors refer back to the most complex one
Edited by adityab3