TypeCobolTeam / TypeCobol

TypeCobol is an Incremental Cobol parser for IBM Enterprise Cobol 6 for zOS syntax. TypeCobol is also an extension of Cobol 85 language which can then be converted to Cobol85.
Other
78 stars 26 forks source link

Adjust Filler command should not try to alter data coming from a copy #2642

Closed fm-117 closed 3 months ago

fm-117 commented 3 months ago

Code from f965cf315ea5dc1b1c6f4c4d541a95b4f0ae7ffd is bugged as it consider all REDEFINES even one coming from included documents (`COPY``).

The refactor operation should consider only FILLER declared in the main document !