Open
Description
💡 Code pal for ABAP follows the Clean ABAP. If the issue relates to coding style, please submit it here.
Check Name
Equals Sign Chaining
Actual Behavior
NA
Expected Behavior
NA
Issue
After inserting the pseudo-comment "#EC EQUALS_CHAINING in the code to deactivate the finding. The result was a complaint from the SLIN code check (SE24, Extended Check). It says "The pseudo comment "#EC EQUALS_CHA is not a valid SLIN pseudo comment." and "Cannot be deactivated using a pragma. Message Code BRE 0807". The same issue was coming for pseudo comment "#EC EMPTY_CATCH but its resolved after using the pseudo comment "#EC NO_HANDLER.