R245 – A hard coded mapping was found in the ESQL (allow empty string) (WMB)

A hard coded mapping was found in the ESQL (allow empty string) (WMB)

For example SET description= ‘Not allowed’;
Preferred DECLARE NOT_ALLOWED CHAR ‘Not allowed’;
SET description= NOT_ALLOWED;
Ths rule does allow for empty strings SET description= ”;