[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: Tool to analyse code - Use of case for Linux / Unix

  • Thread starter Thread starter cverbiest
  • Start date Start date
Status
Not open for further replies.
C

cverbiest

Guest
found it, the sample will parse an abl source and replace includes without directory /* before */ { someinclude.i } /* after */ { directory/someinclude.i } In our real process I added a rename table containing oldsource: original source name oldrun: original run newsource new sources name (in case you want to rename the source) newrun new run The refactoring is done in 3 steps initial scan to fill the rename table check rename table, update for non-standard rename actual refactor run (Please visit the site to view this file)

Continue reading...
 
Status
Not open for further replies.
Back
Top