Code Inspection: Wrong string concatenation
Reports the attempts to concatenate strings by using the +
operator instead of the dot ( .
) concatenation operator. Such attempts are most likely a programming mistake.
Last modified: 08 December 2020