Skip to content

Remove constructors with parameters for beans

Otto Visser requested to merge backend_remove_constructors into dev

In this merge request, the constructors with parameters within bean classes are removed. Instead, they are replaced by constructing object by first calling the default constructor and setting properties afterwards.

Merge request reports