-
Notifications
You must be signed in to change notification settings - Fork 74
False positives for CHECK statement inside a loop #603
Copy link
Copy link
Open
Labels
bugSomething isn't working correctlySomething isn't working correctly
Description
💡 Code pal for ABAP follows the Clean ABAP. If the issue relates to coding style, please submit it here.
Check Name
CHECK Statement Position Check
Actual Behavior
It is showing errors for few CHECK statements which are inside LOOP or DO statements in the methods PREPARE_AIF_MESSAGES, ADD_COSP_AMOUNTS, ADD_COSP_QUANTITIES, of class CL_FINS_CFIN_PD_C2A_REPLICATOR and for the method CHECK_COSP_AMOUNTS_ITEM and local test class of the class CL_FINS_CFIN_PD_C2A_AGENT.
Expected Behavior
According to the documentation of the check, if the check statement occurs inside a loop then it should not shown as an error.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't working correctlySomething isn't working correctly