larshp / abapmerge

Merge ABAP classes/interfaces/INCLUDEs into single file

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

does not properly remove "PUBLIC" keyword

larshp opened this issue · comments

for global classes starting with the following pattern

CLASS zcl_abapgit_object_wdcc DEFINITION
  INHERITING FROM zcl_abapgit_objects_super
  PUBLIC.