Only one element is used

Last modified: 03 December 2024

Reports lists, arrays, and strings where exactly one element is queried right upon the creation. Such expressions may appear after refactoring and usually could be replaced with an accessed element.

Example:

After the quick-fix is applied:

New in 2022.3