This inspection 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(), thus it is not needed. |
New in 8, Powered by InspectionGadgets |