Skip to content

Code smells iteration 3.2

adityab3 requested to merge code_smells_iteration_3.2 into master

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

Merge request reports