A case-based approach to software reuse

作者:Gilles Fouqué, Stan Matwin

摘要

This software reuse system helps a user build programs by reusing modules stored in an existing library. The system, dubbed caesar (Case-basEd SoftwAre Reuse), is conceived in the case-based reasoning framework, where cases consist of program specifications and the corresponding C language code. The case base is initially seeded by decomposing relevant programs into functional slices using algorithms from dataflow analysis. caesar retrieves stored specifications from this base and specializes and/or generalizes them to match the user specification. Testing techniques are applied to the construct assembled by caesar through sequential composition to generate test data which exhibits the behavior of the code. For efficiency, inductive logic programming techniques are used to capture combinations of functions that frequently occur together in specifications. Such combinations may be stored as new functional slices.

论文关键词:case-based reasoning, compositional software reuse, dataflow analysis, program slicing program specification, case base improvement, inductive logic programming, software testing

论文评审过程:

论文官网地址:https://doi.org/10.1007/BF00965876