Skip to content

Commit 8c762c8

Browse files
committed
fixing prefer case to elseif
1 parent 8c3a849 commit 8c762c8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/checks/y_check_prefer_case_to_elseif.clas.abap

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,10 @@ CLASS y_check_prefer_case_to_elseif IMPLEMENTATION.
4848

4949

5050
METHOD inspect_structures.
51+
CLEAR counters.
52+
5153
super->inspect_structures( ).
54+
5255
check_result( ).
5356
ENDMETHOD.
5457

0 commit comments

Comments
 (0)