'associate' can be replaced with 'associateBy' or 'associateWith'
Reports calls to associate()
and associateTo()
that can be replaced with associateBy()
or associateWith()
.
Both functions accept a transformer function applied to elements of a given sequence or collection (as a receiver). The pairs are then used to build the resulting Map
.
Given the transformer refers to it
, the associate[To]()
call can be replaced with more performant associateBy()
or associateWith()
.
Examples:
After the quick-fix is applied:
Locating this inspection
- By ID
Can be used to locate inspection in e.g. Qodana configuration files, where you can quickly enable or disable it, or adjust its settings.
ReplaceAssociateFunction- Via Settings dialog
Path to the inspection settings via IntelliJ Platform IDE Settings dialog, when you need to adjust inspection settings directly from your IDE.
Inspection Details | |
---|---|
By default bundled with: | |
Can be installed with plugin: | Kotlin, 242.22892-IJ |