Back to Intellij Community

RemoveRedundantCallsOfConversionMethods

plugins/kotlin/code-insight/descriptions/resources-en/inspectionDescriptions/RemoveRedundantCallsOfConversionMethods.html

2025.3-rc-2209 B
Original Source

Reports redundant calls to conversion methods (for example, toString() on a String or toDouble() on a Double).

Use the 'Remove redundant calls of the conversion method' quick-fix to clean up the code.