Skip to content

DataQualityUtils: Fix cppcheck warnings.

Pass strings by const reference, not by value. Calling virtual functions from ctor. Delete copy/assignment for classes that manage memory. Redundant string conversions.

Merge request reports