mirror of
https://github.com/abapGit/abapGit.git
synced 2025-04-30 20:03:20 +08:00
Lint
This commit is contained in:
parent
eed374eef4
commit
ba6d8a6233
|
@ -226,7 +226,7 @@ CLASS zcl_abapgit_gui_page_chg_pckg IMPLEMENTATION.
|
||||||
io_repo = io_repo.
|
io_repo = io_repo.
|
||||||
|
|
||||||
ri_page = zcl_abapgit_gui_page_hoc=>create(
|
ri_page = zcl_abapgit_gui_page_hoc=>create(
|
||||||
iv_page_title = 'Change Repo Package'
|
iv_page_title = 'Change Repository Package'
|
||||||
ii_child_component = lo_component ).
|
ii_child_component = lo_component ).
|
||||||
|
|
||||||
ENDMETHOD.
|
ENDMETHOD.
|
||||||
|
@ -258,7 +258,7 @@ CLASS zcl_abapgit_gui_page_chg_pckg IMPLEMENTATION.
|
||||||
zcx_abapgit_exception=>raise( |Error inserting package { <ls_map>-new_package }| ).
|
zcx_abapgit_exception=>raise( |Error inserting package { <ls_map>-new_package }| ).
|
||||||
ENDIF.
|
ENDIF.
|
||||||
|
|
||||||
SELECT * FROM tdevct INTO ls_tdevct WHERE devclass = <ls_map>-old_package.
|
SELECT * FROM tdevct INTO ls_tdevct WHERE devclass = <ls_map>-old_package ORDER BY PRIMARY KEY.
|
||||||
ls_tdevct-devclass = <ls_map>-new_package.
|
ls_tdevct-devclass = <ls_map>-new_package.
|
||||||
|
|
||||||
INSERT tdevct FROM ls_tdevct.
|
INSERT tdevct FROM ls_tdevct.
|
||||||
|
@ -402,7 +402,6 @@ CLASS zcl_abapgit_gui_page_chg_pckg IMPLEMENTATION.
|
||||||
DATA:
|
DATA:
|
||||||
lv_key TYPE zif_abapgit_persistence=>ty_repo-key,
|
lv_key TYPE zif_abapgit_persistence=>ty_repo-key,
|
||||||
lo_persist TYPE REF TO zif_abapgit_persist_repo,
|
lo_persist TYPE REF TO zif_abapgit_persist_repo,
|
||||||
lo_checksums TYPE REF TO zif_abapgit_persist_repo_cs,
|
|
||||||
ls_repo_data TYPE zif_abapgit_persistence=>ty_repo,
|
ls_repo_data TYPE zif_abapgit_persistence=>ty_repo,
|
||||||
ls_meta TYPE zif_abapgit_persistence=>ty_repo_xml,
|
ls_meta TYPE zif_abapgit_persistence=>ty_repo_xml,
|
||||||
ls_change_mask TYPE zif_abapgit_persistence=>ty_repo_meta_mask.
|
ls_change_mask TYPE zif_abapgit_persistence=>ty_repo_meta_mask.
|
||||||
|
|
|
@ -511,7 +511,7 @@ CLASS zcl_abapgit_gui_page_repo_over IMPLEMENTATION.
|
||||||
iv_li_class = |{ lc_action_class }| ).
|
iv_li_class = |{ lc_action_class }| ).
|
||||||
|
|
||||||
lo_toolbar_more_sub->add(
|
lo_toolbar_more_sub->add(
|
||||||
iv_txt = |Change Repo Package|
|
iv_txt = |Change Repository Package|
|
||||||
iv_act = |{ zif_abapgit_definitions=>c_action-repo_change_package }{ lc_dummy_key }|
|
iv_act = |{ zif_abapgit_definitions=>c_action-repo_change_package }{ lc_dummy_key }|
|
||||||
iv_class = |{ lc_action_class } { lc_online_class }|
|
iv_class = |{ lc_action_class } { lc_online_class }|
|
||||||
iv_li_class = |{ lc_action_class }| ).
|
iv_li_class = |{ lc_action_class }| ).
|
||||||
|
|
Loading…
Reference in New Issue
Block a user