victorizbitskiy / zconcurrency_api

ABAP Сoncurrency API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

name clashes, suggest prefixing

larshp opened this issue · comments

Hi,
dotabap.org will daily check for name clashes between repositories, following names overlap with https://github.com/SchwarzIT/abap_oo_patterns

zcl_collection.clas.abap
zcl_collection.clas.xml
zcl_iterator.clas.abap
zcl_iterator.clas.xml
zif_collection.intf.abap
zif_collection.intf.xml
zif_iterator.intf.abap
zif_iterator.intf.xml

Suggest that you prefix object names, eg. zcl_capi_collection.clas.abap

I have opened the corresponding issue in SchwarzIT/abap_oo_patterns#3

Hi Lars!
I have added CAPI prefix to class and interfaces names.
Thank you for the suggestion