Cohesion metric for java inner class

Inner class is a helper class that is declared within the body of another class. To date,there is no cohesion metric specially designed for the inner classes. In current practice,the cohesion of inner classes is measured using the class cohesion metrics. However, the existing practice does not obtai...

全面介紹

Saved in:
書目詳細資料
主要作者: Tee, Sim Hui
格式: Thesis
語言:English
出版: 2012
主題:
在線閱讀:http://psasir.upm.edu.my/id/eprint/39329/7/FSKTM%202012%2031R.pdf
標簽: 添加標簽
沒有標簽, 成為第一個標記此記錄!
實物特徵
總結:Inner class is a helper class that is declared within the body of another class. To date,there is no cohesion metric specially designed for the inner classes. In current practice,the cohesion of inner classes is measured using the class cohesion metrics. However, the existing practice does not obtain the actual cohesion of inner class because the role of inner class as a helper class for its outer class is not evaluated. In this thesis, the cohesion of inner class is measured in term of the single functionality it has fostered for the outer class as a whole. A total of 74 inner classes from 15 applications were investigated. This research presents a novel twofold approach in measuring the in-bound cohesion and outbound cohesion for inner classes. The results demonstrate that the proposed metric, namely Inner Class Based-ELCOM (IELCOM), is an improvement of its predecessor External Lack of Cohesion Metric (ELCOM) in terms of measuring the cohesion of inner class. This proposed approach enables the software practitioners to recognize the cohesion of an inner class by considering the functional relationship between inner and outer class as an integrated whole.