mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-02 04:36:49 +08:00
add guard clause to prevent long runtimes (#5954)
Co-authored-by: Lars Hvam <larshp@hotmail.com> Co-authored-by: Marc Bernard <59966492+mbtools@users.noreply.github.com>
This commit is contained in:
parent
e7b8ed7dff
commit
bd007e2447
|
@ -71,6 +71,10 @@ CLASS ZCL_ABAPGIT_OBJECT_TABL_COMPAR IMPLEMENTATION.
|
||||||
|
|
||||||
FIELD-SYMBOLS: <ls_found> TYPE rsfindlst.
|
FIELD-SYMBOLS: <ls_found> TYPE rsfindlst.
|
||||||
|
|
||||||
|
IF iv_object_name IS INITIAL.
|
||||||
|
RETURN.
|
||||||
|
ENDIF.
|
||||||
|
|
||||||
lt_scope = it_scope.
|
lt_scope = it_scope.
|
||||||
|
|
||||||
lv_findstring = iv_object_name.
|
lv_findstring = iv_object_name.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user