Inspectopedia
 
2024.3

Redundant call of conversion method

Warning
New
Last modified: 03 December 2024

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.