Code migration
- Infix call may be dot call
Reports for infix function calls that can be replaced with dot-qualified function calls.
- Long overload to Duration conversion
Reports calls to time-related functions that accept Long values in milliseconds/nanoseconds when Duration-based overloads are available.
- Multi-dollar interpolation can be used in string literals
Reports that a string can benefit from a conversion to a version with a multi-dollar interpolation prefix.
- Position-based destructuring should use positional syntax
Reports position-based destructuring declarations that use custom componentN functions and need to be migrated for name-based destructuring.
- Removable multi-dollar interpolation prefix
Reports all strings with an interpolation prefix.
Last modified: 31 March 2026