abapmerge icon indicating copy to clipboard operation
abapmerge copied to clipboard

Don't rename local classes

Open mbtools opened this issue 2 years ago • 1 comments

Nice to have...

Renaming local classes is only necessary if there's a naming conflict. In abapGit, the local classes actually have unique names, so merge would work without renaming.

Maybe add an option to trigger renaming/not renaming (and don't rename for AG).

Key reason: Debugging.

mbtools avatar Feb 27 '23 16:02 mbtools

Probably the renaming logic should be just smarter and rename only the duplicates. And maybe try using short hash suffix first. Or maybe even just a number (I think lcl_some_stuff1 is not a usual name :)

sbcgua avatar Mar 01 '23 17:03 sbcgua