abapGit/src/apack
Marc Bernard b331de6bc7
Naming of class constants (#4945)
* Naming of class constants

This is in preparation of enforcing a naming convention for constants in classes/interfaces. At the end, the following lint rule shall be set:

```json
    "class_attribute_names": {
      "constants": "^C_.+$",
...
    },
```

After this, the only remaining constants not following this rule are in `zcl_abapgit_version`.

* Update zif_abapgit_dot_abapgit.intf.abap

* Update zcl_abapgit_gui_chunk_lib.clas.abap

* Update zcl_abapgit_gui_router.clas.abap

Co-authored-by: Lars Hvam <larshp@hotmail.com>
2021-09-14 16:47:48 +02:00
..
package.devc.xml align package descripions (#4939) 2021-09-10 10:58:36 -04:00
zcl_abapgit_apack_helper.clas.abap Naming of class constants (#4945) 2021-09-14 16:47:48 +02:00
zcl_abapgit_apack_helper.clas.xml Apack dependencies (#3285) 2020-04-05 08:57:59 +02:00
zcl_abapgit_apack_migration.clas.abap APACK: Replace interface name with constant (#4684) 2021-04-03 08:59:44 +02:00
zcl_abapgit_apack_migration.clas.xml File format update collection (#2605) 2019-03-31 01:17:46 -07:00
zcl_abapgit_apack_reader.clas.abap APACK: Replace interface name with constant (#4684) 2021-04-03 08:59:44 +02:00
zcl_abapgit_apack_reader.clas.testclasses.abap omit some default parameter names (#4370) 2021-01-04 10:41:20 +01:00
zcl_abapgit_apack_reader.clas.xml File format update collection (#2605) 2019-03-31 01:17:46 -07:00
zcl_abapgit_apack_writer.clas.abap Remove self-references (#4115) 2020-11-02 09:25:27 +01:00
zcl_abapgit_apack_writer.clas.testclasses.abap ZCL_ABAPGIT_APACK_WRITER syntax warnings (#3735) 2020-08-15 09:32:00 +02:00
zcl_abapgit_apack_writer.clas.xml File format update collection (#2605) 2019-03-31 01:17:46 -07:00
zif_abapgit_apack_definitions.intf.abap APACK: Replace interface name with constant (#4684) 2021-04-03 08:59:44 +02:00
zif_abapgit_apack_definitions.intf.xml File format update collection (#2605) 2019-03-31 01:17:46 -07:00