Get 20M+ Full-Text Papers For Less Than $1.50/day. Start a 14-Day Trial for You or Your Team.

Learn More →

New complexity model for classes in object oriented system

New complexity model for classes in object oriented system ACM SIGSOFT Software Engineering Notes Page 1 September 2010 Volume 35 Number 5 New Complexity Model for Classes in Object Oriented System Nasib S. Gill and Sunil Sikka Department of Computer Science & Applications, Maharshi Dayanand University, Rohtak “ 124001 Haryana (India) nasibsgill@gmail.com, sunil.sikka@yahoo.com Abstract Minimizing software complexity is the foremost objective of each software development paradigm because it affects all other attributes of software such as maintainability, reliability, testability, reusability etc. Measuring software complexity is always essential for predicting fault proneness, computing development efforts and evaluating maintainability of software. This paper proposes a complexity model for classes in object oriented systems. The model computes Class Complexity (CC) as a sum of Method Complexity (MC) and MC is further computed as a sum of Control Flow Complexity (CFC), Total Method Call Complexity (TMCC) and Total Data Call Complexity (TDCC). CFC is computed using McCabe ™s cyclomatic complexity. TMCC and TDCC are computed with adherence to the principle that œThe higher the number of classes involved in method/data calls and polymorphic method calls, makes the object oriented software difficult to understand and maintain . The proposed model is also compared with four Chidamber ™s and Kemerer ™s metrics-Weighted Methods http://www.deepdyve.com/assets/images/DeepDyve-Logo-lg.png ACM SIGSOFT Software Engineering Notes Association for Computing Machinery

New complexity model for classes in object oriented system

Loading next page...
 
/lp/association-for-computing-machinery/new-complexity-model-for-classes-in-object-oriented-system-6eUzRv0ZCg

References

References for this paper are not available at this time. We will be adding them shortly, thank you for your patience.

Publisher
Association for Computing Machinery
Copyright
Copyright © 2010 by ACM Inc.
ISSN
0163-5948
DOI
10.1145/1838687.1838704
Publisher site
See Article on Publisher Site

Abstract

ACM SIGSOFT Software Engineering Notes Page 1 September 2010 Volume 35 Number 5 New Complexity Model for Classes in Object Oriented System Nasib S. Gill and Sunil Sikka Department of Computer Science & Applications, Maharshi Dayanand University, Rohtak “ 124001 Haryana (India) nasibsgill@gmail.com, sunil.sikka@yahoo.com Abstract Minimizing software complexity is the foremost objective of each software development paradigm because it affects all other attributes of software such as maintainability, reliability, testability, reusability etc. Measuring software complexity is always essential for predicting fault proneness, computing development efforts and evaluating maintainability of software. This paper proposes a complexity model for classes in object oriented systems. The model computes Class Complexity (CC) as a sum of Method Complexity (MC) and MC is further computed as a sum of Control Flow Complexity (CFC), Total Method Call Complexity (TMCC) and Total Data Call Complexity (TDCC). CFC is computed using McCabe ™s cyclomatic complexity. TMCC and TDCC are computed with adherence to the principle that œThe higher the number of classes involved in method/data calls and polymorphic method calls, makes the object oriented software difficult to understand and maintain . The proposed model is also compared with four Chidamber ™s and Kemerer ™s metrics-Weighted Methods

Journal

ACM SIGSOFT Software Engineering NotesAssociation for Computing Machinery

Published: Oct 22, 2010

There are no references for this article.