Paradigm Independent Software Complexity Metrics Dr. Zoltán Porkoláb Department of Programming Languages and Compilers Eötvös Loránd University, Faculty.

Slides:



Advertisements
Similar presentations
Bartłomiej Bodziechowski 1, Eryk Ciepiela 2, Marian Bubak 1,2 1 AGH University of Science and Technology, Department of Computer Science AGH, 2 AGH University.
Advertisements

Metrics for OO Design Distinct & measurable characteristics of OO design:- Size:-it is defined as – population,volume,length & functionality Population.
Visual Studio Tips and Tricks Code Metrics Zain Naboulsi Sr. Developer Evangelist Microsoft Blog: blogs.msdn.com/
Software Metrics for Object Oriented Design
Presentation of the Quantitative Software Engineering (QuaSE) Lab, University of Alberta Giancarlo Succi Department of Electrical and Computer Engineering.
Software Metrics Software Engineering.
1 Predicting Bugs From History Software Evolution Chapter 4: Predicting Bugs from History T. Zimmermann, N. Nagappan, A Zeller.
Prediction of fault-proneness at early phase in object-oriented development Toshihiro Kamiya †, Shinji Kusumoto † and Katsuro Inoue †‡ † Osaka University.
Figures – Chapter 24.
Metrics for Object Oriented Design Shyam R. Chidamber Chris F. Kemerer Presented by Ambikadevi Damodaran.
March 25, R. McFadyen1 Metrics Fan-in/fan-out Lines of code Cyclomatic complexity Comment percentage Length of identifiers Depth of conditional.
Nov R. McFadyen1 Metrics Fan-in/fan-out Lines of code Cyclomatic complexity* Comment percentage Length of identifiers Depth of conditional.
Page 1 Building Reliable Component-based Systems Chapter 7 - Role-Based Component Engineering Chapter 7 Role-Based Component Engineering.
Software engineering for real-time systems
Plugin Inspiration Jeff Michaud Victoria BC Feb 2003.
Object-Oriented Metrics
March R. McFadyen1 Software Metrics Software metrics help evaluate development and testing efforts needed, understandability, maintainability.
1 Complexity metrics  measure certain aspects of the software (lines of code, # of if-statements, depth of nesting, …)  use these numbers as a criterion.
Predicting Class Testability using Object-Oriented Metrics M. Bruntink and A. van Deursen Presented by Tom Chappell.
Object Oriented Metrics XP project group – Saskia Schmitz.
1 An exploratory investigation on the Invasiveness of Environmental Modeling Frameworks 18 th IMACS World Congress, MODSIM09 Cairns, Australia July 2009.
SEA Side Software Engineering Annotations
Cyclomatic Complexity Dan Fleck Fall 2009 Dan Fleck Fall 2009.
Metrics.
Software Metrics *** state of the art, weak points and possible improvements Gordana Rakić, Zoran Budimac Department of Mathematics and Informatics, Faculty.
Lecture 17 Software Metrics
Software Engineering Laboratory, Department of Computer Science, Graduate School of Information Science and Technology, Osaka University 1 Refactoring.
Object-Oriented Metrics Alex Evans Jonathan Jakse Cole Fleming Matt Keran Michael Ababio.
Software Measurement & Metrics
Compiler Support for Profiling C++ Template Metaprograms József Mihalicza, Norbert Pataki, Zoltán Porkoláb Eötvös Loránd University Faculty of Informatics.
1 Software Engineering: A Practitioner’s Approach, 6/e Chapter 15b: Product Metrics for Software Software Engineering: A Practitioner’s Approach, 6/e Chapter.
Quality Assessment for CBSD: Techniques and A Generic Environment Presented by: Cai Xia Supervisor: Prof. Michael Lyu Markers: Prof. Ada Fu Prof. K.F.
The CK Metrics Suite. Weighted Methods Per Class b To use this metric, the software engineer must repeat this process n times, where n is the number of.
1 OO Metrics-Sept2001 Principal Components of Orthogonal Object-Oriented Metrics Victor Laing SRS Information Services Software Assurance Technology Center.
The CK Metrics Suite. Weighted Methods Per Class b To use this metric, the software engineer must repeat this process n times, where n is the number of.
Concepts of Software Quality Yonglei Tao 1. Software Quality Attributes  Reliability  correctness, completeness, consistency, robustness  Testability.
1 These courseware materials are to be used in conjunction with Software Engineering: A Practitioner’s Approach, 5/e and are provided with permission by.
1 Metrics and lessons learned for OO projects Kan Ch 12 Steve Chenoweth, RHIT Above – New chapter, same Halstead. He also predicted various other project.
An Automatic Software Quality Measurement System.
CSc 461/561 Information Systems Engineering Lecture 5 – Software Metrics.
Software Metrics.
Measurement and quality assessment Framework for product metrics – Measure, measurement, and metrics – Formulation, collection, analysis, interpretation,
Daniel Liu & Yigal Darsa - Presentation Early Estimation of Software Quality Using In-Process Testing Metrics: A Controlled Case Study Presenters: Yigal.
Object-Oriented (OO) estimation Martin Vigo Gabriel H. Lozano M.
Ontology Support for Abstraction Layer Modularization Hyun Cho, Jeff Gray Department of Computer Science University of Alabama
Metrics "A science is as mature as its measurement tools."
These courseware materials are to be used in conjunction with Software Engineering: A Practitioner’s Approach, 6/e and are provided with permission by.
Object Oriented Metrics
Software Engineering Lecture 19: Object-Oriented Testing & Technical Metrics.
1 OO Technical Metrics CIS 375 Bruce R. Maxim UM-Dearborn.
Software Engineering Object Oriented Metrics. Objectives 1.To describe the distinguishing characteristics of Object-Oriented Metrics. 2.To introduce metrics.
CS223: Software Engineering Lecture 21: Unit Testing Metric.
OBJECT-ORIENTED DESIGN JEAN SIMILIEN. WHAT IS OBJECT-ORIENTED DESIGN? Object-oriented design is the process of planning a system of interacting objects.
Csontos Péter, Porkoláb Zoltán Eötvös Loránd Tudományegyetem, Budapest ECOOP 2001 On the complexity of exception handling.
Object Oriented Metrics
Assessment of Geant4 Software Quality
Software Metrics 1.
Course Notes Set 12: Object-Oriented Metrics
Design Characteristics and Metrics
Towards a Multi-paradigm Complexity Measure
Object-Oriented Metrics
CS427: Software Engineering I
Design Metrics Software Engineering Fall 2003
A Pluggable Tool for Measuring Software Metrics from Source Code
Design Metrics Software Engineering Fall 2003
Cyclomatic Complexity
Mei-Huei Tang October 25, 2000 Computer Science Department SUNY Albany
Software Metrics SAD ::: Fall 2015 Sabbir Muhammad Saleh.
Software Metrics using EiffelStudio
Chapter 8: Design: Characteristics and Metrics
Presentation transcript:

Paradigm Independent Software Complexity Metrics Dr. Zoltán Porkoláb Department of Programming Languages and Compilers Eötvös Loránd University, Faculty of Informatics

2SQI The structure of the presentation The role of software metrics Metrics: an overview Object-oriented software metrics Multiparadigm programming The AV-graph Results

3SQI Role of software metrics Cost of the software Specification Specification Design Design Implementation Implementation Testing & Bug-fixing Testing & Bug-fixing Maintenance Maintenance More than 70% of cost is for testing and maintenance (Zuse 1998) Software quality

4SQI Software metrics Software metrics: Measuring the development process (process metrics) Measuring the development process (process metrics) Measuring the product (product metrics) Measuring the product (product metrics) Product metrics: External metrics: External metrics: Reliability metrics Functional metrics Efficiency metrics Internal product metrics: Internal product metrics:SizeComplexity Style

5SQI Product metrics Size metrics: LOC, eLOC LOC, eLOC Ignore the semantic Ignore the semantic Structural metrics: McCabe 1976 Motivation: predict testing efforts Motivation: predict testing efforts For structured programs: V(G) = p + 1 For structured programs: V(G) = p + 1 Howatt and Baker 1989 Motivation: involve nesting level Motivation: involve nesting level SN(G) = |N|+ND(G) SN(G) = |N|+ND(G)

6SQI Object-oriented metrics in theory Chidamber-Kemerer (1994) OO metrics suite: WMC (Weighted Methods per Class) WMC (Weighted Methods per Class) DIT (Depth of Inheritance Tree, DIT) DIT (Depth of Inheritance Tree, DIT) NOC (Number of Child Classes) NOC (Number of Child Classes) CBO (Coupling Between Object Classes) fan-in and fan out CBO (Coupling Between Object Classes) fan-in and fan out RFC (Response for Class) RFC (Response for Class) LCOM (Lack of Cohesion in Methods) LCOM (Lack of Cohesion in Methods) Chidamber - Kemerer Henderson - Sellers

7SQI Object-Oriented metrics in practice Eclipse ( ) McCabe cyclomatic complexity McCabe cyclomatic complexity Efferent coupling (≠ fan out!) Efferent coupling (≠ fan out!) Lack of Cohesion Lack of Cohesion LOC (Lines of Code) LOC (Lines of Code) Number of Fields in Classes Number of Fields in Classes Nesting Depth Nesting Depth Number of Method Parameters Number of Method Parameters Number of Statements Number of Statements Weighted Methods per Class Weighted Methods per Class

8SQI Software paradigm Evolution of Software paradigm Structured programming Structured programming Object-oriented programming Object-oriented programming Classes, inheritance, virtual function Generative programming Generative programming Aspect-Oriented (Kitzales 1994) Intentional (Simonyi 1995) Template metaprogramming (Veldhuizen 1994) Multiparadigm programming (Coplien 1998) Simultaneous usage of paradigms Simultaneous usage of paradigms

9SQI Paradigm-independent Software Metrics Applicable for programs written in different paradigms or in mixed-paradigm environment Based on general programming language features which are paradigm- and language-independent. The paradigm-dependent attributes are derived from these features.

10SQI Components Control Structure of Program Most of the programs share the same control statements Most of the programs share the same control statements Complexity of Data Types Reflects the complexity of data types used (like classes) Reflects the complexity of data types used (like classes) Complexity of Data Access Connection between control structure and data Connection between control structure and data Direction of data flow Nesting depth

11SQI AV-graph s main P1P1 t main b P4P4 a c d1d1 d3d3 d4d4 d2d2 data node output node input node

12SQI class date { public: void set_next_month() { if ( month == 12 ) {month = 1; year = year + 1; } else {month = month + 1; } } void set_next_day() { if ( month == 1 || month == 3 ||... || month == 12 ) if ( day == 31 ) set_next_month(); else day = day + 1; else if ( day == 30 ) set_next_month(); else day = day + 1; } private: int year, month, day; }; Complexity of Class s set_next_month P1P1 t snm b ac s set_next_day P2P2 t snm e P3P3 gf P4P4 d1d1 d3d3 d2d2

13SQI Our Measuring tool Supported languages Java 1.3 Java 1.3 Java 1.4 (assert) Java 1.4 (assert) Java 5 (generics) Java 5 (generics)Implementation standalone application and Eclipse Plug-in standalone application and Eclipse Plug-inOuput CSV CSV XML XML

14SQI Test Data Java Standard Library eLOC eLOC jBOSS eLOC eLOCOmg.org.CORBA eLOC eLOC The measure tool (with mostly generated parser) eLOC eLOC Eclipse 3.0M eLOC eLOC class – more than 1.5 million lines

15SQI Results No statistical correlation between the OO and multi paradigm metrics: OO metrics only measure the big picture OO metrics only measure the big picture MPM consider more properties: higher density MPM consider more properties: higher density The structural complexity of methods are extremely increase the overall complexity. The structural complexity of methods are extremely increase the overall complexity.