We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d5fc00 commit 0dc2d38Copy full SHA for 0dc2d38
1 file changed
src/zcl_diff3.clas.abap
@@ -365,10 +365,8 @@ CLASS ZCL_DIFF3 IMPLEMENTATION.
365
IF ls_hunk-ab_length > 0.
366
IF ls_hunk-ab = 'a'.
367
ASSIGN it_a TO FIELD-SYMBOL(<lt_buffer>).
368
- ASSERT sy-subrc = 0.
369
ELSE.
370
ASSIGN it_b TO <lt_buffer>.
371
372
ENDIF.
373
CLEAR ls_result.
374
ls_result-stable = abap_true.
@@ -411,10 +409,8 @@ CLASS ZCL_DIFF3 IMPLEMENTATION.
411
409
412
410
413
ASSIGN ls_bounds-a TO FIELD-SYMBOL(<ls_b>).
414
415
416
ASSIGN ls_bounds-b TO <ls_b>.
417
418
419
420
DATA(ls_b) = VALUE ty_bound(
0 commit comments