mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-02 21:08:01 +08:00

* delete method GET_INSPECTION delete method GET_INSPECTION, not called from anywhere * delete class ZCL_ABAPGIT_ABAP_UNIT_TESTS * delete class ZCL_ABAPGIT_SYNTAX_CHECK * delete class ZCL_ABAPGIT_ADHOC_CODE_INSP * move VARIANT to importing in RUN instead of in the constructor * one variable containing the name instaed of 2 with same contents * linting
13 lines
222 B
ABAP
13 lines
222 B
ABAP
INTERFACE zif_abapgit_code_inspector
|
|
PUBLIC .
|
|
|
|
|
|
METHODS run
|
|
IMPORTING
|
|
!iv_variant TYPE sci_chkv
|
|
RETURNING
|
|
VALUE(rt_list) TYPE scit_alvlist
|
|
RAISING
|
|
zcx_abapgit_exception .
|
|
ENDINTERFACE.
|