Inspectopedia
 
2024.3

Complex call chain

Warning
New
Last modified: 03 December 2024

Reports chained calls that can be simplified with the safe navigation operator (&.). A group of chained calls is a common pattern to check for nil in each call component.

Example:

A quick-fix is available to simplify the expression with &.. After the quick-fix is applied, the result looks like this: