Object-oriented COBOL recycling

  • Authors:
  • H. M. Sneed

  • Affiliations:
  • -

  • Venue:
  • WCRE '96 Proceedings of the 3rd Working Conference on Reverse Engineering (WCRE '96)
  • Year:
  • 1996

Quantified Score

Hi-index 0.00

Visualization

Abstract

A tool supported process for extracting objects from existing COBOL programs is described. The process is based on human interaction to select objects coupled with automated slicing techniques to identify all of the elementary operations which change the state of the object selected. The object is redefined within the framework of an object-COBOL class and the elementary operations are attached to it as methods. The result is a set of object-COBOL classes.