3 research outputs found

    Evaluating framework architecture structural stability

    No full text

    Abstract Article accepted for Publication and to Appear in the Journal of Object-Oriented Programming 1998. A Class Cohesion Metric For Object-Oriented Designs

    No full text
    Cohesion is a measure of relatedness or consistency in functionality of a software component. It is a highly desirably design characteristic because it measures separation of responsibilities, independence of components, and control of complexity. Cohesion has a significant effect on a design's understandability, effectiveness and adaptability. An early evaluation of design components for cohesion can significantly improve the quality of a design, by helping identify and redesign components that have scattered functionality or inconsistencies and that are complex. In this article we present a new metric to evaluate cohesion among methods of a class early in the analysis and design phase. The metric evaluates the consistency (focus) of methods in a class' interface using the parameter lists of the methods. This metric can be applied on class declarations that only contain method prototypes (method name and parameter types). The effectiveness of the metric is validated and demonstrated by correlating its results with existing measures of cohesion such as the Lack of Cohesion Among Methods Metric (LCOM) proposed by Chidamber and Kemerer and later interpreted by Li and Henry, which can be applied only after the implementation of methods of a class. Also, the metric is correlated with the cohesiveness evaluation of classes done by human experts
    corecore