This inspection reports any String concatenation (
+
). Concatenation is usually incorrect in an internationalized environment, and should be replace by uses of
java.text.MessageFormat
or similar classes.
Powered by InspectionGadgets