For example: new Integer(3).toString() will be reported, and can be automatically converted to: Integer.toString(3)
new Integer(3).toString()
Integer.toString(3)