Type Inference for COBOL Systems

  • Authors:
  • A. Van Deursen;L. Moonen

  • Affiliations:
  • -;-

  • Venue:
  • WCRE '98 Proceedings of the Working Conference on Reverse Engineering (WCRE'98)
  • Year:
  • 1998

Quantified Score

Hi-index 0.00

Visualization

Abstract

Types are a good starting point for various software-reengineering tasks. Unfortunately, programs requiring reengineering most desperately are written in languages without an adequate type system (such as COBOL). To solve this problem, we propose a method of automated type inference for these languages. The main ingredients are that if variables are compared using some relational operator their types must be the same; likewise, if an expression is assigned to a variable, the type of the expression must be a subtype of that of the variable. We present the formal type system and inference rules for this approach, show their effect on various real life COBOL fragments, describe the implementation of our ideas in a prototype type inference tool for COBOL, and discuss a number of applications.