Skip to content
Snippets Groups Projects

Code smells iteration 3.2

Merged 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

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading