Reports on any calls to String.valueOf() used in string concatenations. The conversion to string is handled automatically by the compiler without a call to String.valueOf(), making it unnecessary.

Powered by InspectionGadgets