SAP / abap-file-formats-tools

Tools for the development of ABAP file formats
MIT License
25 stars 6 forks source link

Fix replacing of names in generator #277

Closed wurzka closed 1 year ago

wurzka commented 1 year ago

Interfaces with namespaces had not been replaced correctly since new offset was calculated wrong.

I reverted the order of the loop over the findings so that replacing a name does not influence the offset of the remaining findings.