From af8f1e23df95fed5b7e6857e79f23e17573ae89c Mon Sep 17 00:00:00 2001 From: Marc Bernard <59966492+mbtools@users.noreply.github.com> Date: Tue, 22 Oct 2024 20:26:25 -0400 Subject: [PATCH] Remove generic comments (#7064) --- src/apack/zcl_abapgit_apack_reader.clas.testclasses.abap | 1 - src/apack/zcl_abapgit_apack_writer.clas.testclasses.abap | 1 - src/exits/zcl_abapgit_exit.clas.testclasses.abap | 2 -- src/git/zcl_abapgit_git_add_patch.clas.testclasses.abap | 2 -- src/git/zcl_abapgit_git_pack.clas.locals_def.abap | 4 ---- src/git/zcl_abapgit_git_pack.clas.locals_imp.abap | 4 ---- .../zcl_abapgit_object_filter_tran.clas.testclasses.abap | 2 -- src/repo/zcl_abapgit_repo.clas.testclasses.abap | 1 - src/ui/flow/zcl_abapgit_gui_page_flow.clas.locals_imp.abap | 4 ---- src/ui/lib/zcl_abapgit_gui_chunk_lib.clas.testclasses.abap | 1 - .../sett/zcl_abapgit_gui_page_sett_remo.clas.testclasses.abap | 2 -- src/ui/pages/zcl_abapgit_gui_page_patch.clas.testclasses.abap | 2 -- 12 files changed, 26 deletions(-) diff --git a/src/apack/zcl_abapgit_apack_reader.clas.testclasses.abap b/src/apack/zcl_abapgit_apack_reader.clas.testclasses.abap index 08de55b00..9e9f7cc61 100644 --- a/src/apack/zcl_abapgit_apack_reader.clas.testclasses.abap +++ b/src/apack/zcl_abapgit_apack_reader.clas.testclasses.abap @@ -1,4 +1,3 @@ -*"* use this source file for your ABAP unit test classes CLASS ltcl_apack_manifest_reader DEFINITION FOR TESTING RISK LEVEL HARMLESS DURATION SHORT. PRIVATE SECTION. METHODS: diff --git a/src/apack/zcl_abapgit_apack_writer.clas.testclasses.abap b/src/apack/zcl_abapgit_apack_writer.clas.testclasses.abap index bb70e1e31..7acd41af7 100644 --- a/src/apack/zcl_abapgit_apack_writer.clas.testclasses.abap +++ b/src/apack/zcl_abapgit_apack_writer.clas.testclasses.abap @@ -1,4 +1,3 @@ -*"* use this source file for your ABAP unit test classes CLASS ltcl_apack_manifest_writer DEFINITION FOR TESTING RISK LEVEL HARMLESS DURATION SHORT. PRIVATE SECTION. METHODS: the_serializator FOR TESTING RAISING cx_static_check. diff --git a/src/exits/zcl_abapgit_exit.clas.testclasses.abap b/src/exits/zcl_abapgit_exit.clas.testclasses.abap index 85f4f8cf0..8344033c7 100644 --- a/src/exits/zcl_abapgit_exit.clas.testclasses.abap +++ b/src/exits/zcl_abapgit_exit.clas.testclasses.abap @@ -1,5 +1,3 @@ -*"* use this source file for your ABAP unit test classes - CLASS ltcl_test DEFINITION DEFERRED. CLASS zcl_abapgit_exit DEFINITION LOCAL FRIENDS ltcl_test. diff --git a/src/git/zcl_abapgit_git_add_patch.clas.testclasses.abap b/src/git/zcl_abapgit_git_add_patch.clas.testclasses.abap index 07782d2e1..9444a250b 100644 --- a/src/git/zcl_abapgit_git_add_patch.clas.testclasses.abap +++ b/src/git/zcl_abapgit_git_add_patch.clas.testclasses.abap @@ -1,5 +1,3 @@ -*"* use this source file for your ABAP unit test classes - CLASS ltcl_calculate_patch DEFINITION FINAL FOR TESTING DURATION SHORT RISK LEVEL HARMLESS. diff --git a/src/git/zcl_abapgit_git_pack.clas.locals_def.abap b/src/git/zcl_abapgit_git_pack.clas.locals_def.abap index 9f905203a..2c336c964 100644 --- a/src/git/zcl_abapgit_git_pack.clas.locals_def.abap +++ b/src/git/zcl_abapgit_git_pack.clas.locals_def.abap @@ -1,7 +1,3 @@ -*"* use this source file for any type of declarations (class -*"* definitions, interfaces or type declarations) you need for -*"* components in the private section - CLASS lcl_stream DEFINITION FINAL. PUBLIC SECTION. TYPES: ty_hex TYPE x LENGTH 1. diff --git a/src/git/zcl_abapgit_git_pack.clas.locals_imp.abap b/src/git/zcl_abapgit_git_pack.clas.locals_imp.abap index c47831693..74f61ce03 100644 --- a/src/git/zcl_abapgit_git_pack.clas.locals_imp.abap +++ b/src/git/zcl_abapgit_git_pack.clas.locals_imp.abap @@ -1,7 +1,3 @@ -*"* use this source file for the definition and implementation of -*"* local helper classes, interface definitions and type -*"* declarations - CLASS lcl_stream IMPLEMENTATION. METHOD constructor. diff --git a/src/repo/filter/zcl_abapgit_object_filter_tran.clas.testclasses.abap b/src/repo/filter/zcl_abapgit_object_filter_tran.clas.testclasses.abap index ba0e65057..3884f02da 100644 --- a/src/repo/filter/zcl_abapgit_object_filter_tran.clas.testclasses.abap +++ b/src/repo/filter/zcl_abapgit_object_filter_tran.clas.testclasses.abap @@ -1,5 +1,3 @@ -*"* use this source file for your ABAP unit test classes - CLASS ltcl_adjust_filter DEFINITION FINAL FOR TESTING INHERITING FROM zcl_abapgit_object_filter_tran DURATION SHORT RISK LEVEL HARMLESS. diff --git a/src/repo/zcl_abapgit_repo.clas.testclasses.abap b/src/repo/zcl_abapgit_repo.clas.testclasses.abap index fb92cc1af..3fbfd202d 100644 --- a/src/repo/zcl_abapgit_repo.clas.testclasses.abap +++ b/src/repo/zcl_abapgit_repo.clas.testclasses.abap @@ -1,4 +1,3 @@ -*"* use this source file for your ABAP unit test classes CLASS ltcl_find_remote_dot_abapgit DEFINITION FINAL FOR TESTING DURATION SHORT RISK LEVEL HARMLESS. diff --git a/src/ui/flow/zcl_abapgit_gui_page_flow.clas.locals_imp.abap b/src/ui/flow/zcl_abapgit_gui_page_flow.clas.locals_imp.abap index 3136f7d5e..daa2f7daa 100644 --- a/src/ui/flow/zcl_abapgit_gui_page_flow.clas.locals_imp.abap +++ b/src/ui/flow/zcl_abapgit_gui_page_flow.clas.locals_imp.abap @@ -1,7 +1,3 @@ -*"* use this source file for the definition and implementation of -*"* local helper classes, interface definitions and type -*"* declarations - CLASS lcl_sha1_stack DEFINITION. PUBLIC SECTION. METHODS clear diff --git a/src/ui/lib/zcl_abapgit_gui_chunk_lib.clas.testclasses.abap b/src/ui/lib/zcl_abapgit_gui_chunk_lib.clas.testclasses.abap index 98c6e9360..7e442ce13 100644 --- a/src/ui/lib/zcl_abapgit_gui_chunk_lib.clas.testclasses.abap +++ b/src/ui/lib/zcl_abapgit_gui_chunk_lib.clas.testclasses.abap @@ -1,4 +1,3 @@ -*"* use this source file for your ABAP unit test classes CLASS ltcl_normalize_program_name DEFINITION FINAL FOR TESTING DURATION SHORT RISK LEVEL HARMLESS. diff --git a/src/ui/pages/sett/zcl_abapgit_gui_page_sett_remo.clas.testclasses.abap b/src/ui/pages/sett/zcl_abapgit_gui_page_sett_remo.clas.testclasses.abap index a37e95b63..328f5db14 100644 --- a/src/ui/pages/sett/zcl_abapgit_gui_page_sett_remo.clas.testclasses.abap +++ b/src/ui/pages/sett/zcl_abapgit_gui_page_sett_remo.clas.testclasses.abap @@ -1,5 +1,3 @@ -*"* use this source file for your ABAP unit test classes - CLASS ltd_git_transport DEFINITION FINAL FOR TESTING. PUBLIC SECTION. diff --git a/src/ui/pages/zcl_abapgit_gui_page_patch.clas.testclasses.abap b/src/ui/pages/zcl_abapgit_gui_page_patch.clas.testclasses.abap index 2959d0e79..7bc66684b 100644 --- a/src/ui/pages/zcl_abapgit_gui_page_patch.clas.testclasses.abap +++ b/src/ui/pages/zcl_abapgit_gui_page_patch.clas.testclasses.abap @@ -1,5 +1,3 @@ -*"* use this source file for your ABAP unit test classes - CLASS ltcl_get_patch_data DEFINITION FINAL FOR TESTING DURATION SHORT RISK LEVEL HARMLESS.