Review declarations of numeric types in the entire CTA code
Sonarcloud often points to loss of precision during implicit type conversion problems such as copyNb
(number of file copies) being declared as uint64_t
and implicitly converted to uint8_t
at another place. All of these types shall be uniformly reviewed across the entire CTA code to make sure we have reasonable types assigned to the variables we use.
Edited by Jaroslav Guenther