Unnecessary loop guard
unnecessary_loop_guard
Description
Detects unnecessary IS [NOT] INITIAL check before LOOP AT
Extended Information
LOOP AT iterates zero times on an empty table, so an IS [NOT] INITIAL guard is redundant.
unnecessary_loop_guard
Detects unnecessary IS [NOT] INITIAL check before LOOP AT
LOOP AT iterates zero times on an empty table, so an IS [NOT] INITIAL guard is redundant.