Verbose nullability and emptiness check

Last modified: 03 December 2024

Reports combination of null and emptiness checks that can be simplified into a single check.

The quick-fix replaces highlighted checks with a combined check call, such as isNullOrEmpty().

Example:

After the quick-fix is applied: