teragrep / cfe_31

0 stars 0 forks source link

Remove setters #13

Closed MoonBow-1 closed 5 months ago

MoonBow-1 commented 8 months ago

Setters should be removed and constructors should be used to make the class immutable where applicable

MoonBow-1 commented 8 months ago

GenerateFiles, Targets, Sink and HostMeta have been refactores to not have setters. This issue requires other tickets to be completed before continuing with other classes.

MoonBow-1 commented 6 months ago

HostMeta.hostID has been made final and the setter removed