Duplicated Code in Constructors (DCC)

Description:

DCC detects similar code fragments that appear in the class constructors. Such fragments can be moved to a separate method and reused. In effect, maintainability of the code will be improved.