Software Maintenance Main issues: why maintenance is such an issue

Slides:



Advertisements
Similar presentations
You have been given a mission and a code. Use the code to complete the mission and you will save the world from obliteration…
Advertisements

Requirements Engineering Processes – 2
Using Metrics to Reduce Cost of Re-work Dwight Lamppert Senior Test Manager Franklin Templeton.
Chapter 1: The Database Environment
Chapter 27 Software Change.
Software Re-engineering
Requirements Engineering Process
Chapter 27 Software Change.
Chapter 1 The Study of Body Function Image PowerPoint
Document #07-12G 1 RXQ Customer Enrollment Using a Registration Agent Process Flow Diagram (Switch) Customer Supplier Customer authorizes Enrollment.
Document #07-2I RXQ Customer Enrollment Using a Registration Agent (RA) Process Flow Diagram (Move-In) (mod 7/25 & clean-up 8/20) Customer Supplier.
By Rick Clements Software Testing 101 By Rick Clements
Jeopardy Q 1 Q 6 Q 11 Q 16 Q 21 Q 2 Q 7 Q 12 Q 17 Q 22 Q 3 Q 8 Q 13
Jeopardy Q 1 Q 6 Q 11 Q 16 Q 21 Q 2 Q 7 Q 12 Q 17 Q 22 Q 3 Q 8 Q 13
Title Subtitle.
Exit a Customer Chapter 8. Exit a Customer 8-2 Objectives Perform exit summary process consisting of the following steps: Review service records Close.
FACTORING ax2 + bx + c Think “unfoil” Work down, Show all steps.
Year 6 mental test 10 second questions
Making the System Operational
Configuration management
Chapter 7 Process Management.
Fact-finding Techniques Transparencies
DOROTHY Design Of customeR dRiven shOes and multi-siTe factorY Product and Production Configuration Method (PPCM) ICE 2009 IMS Workshops Dorothy Parallel.
Testing Workflow Purpose
ABC Technology Project
By Waqas Over the many years the people have studied software-development approaches to figure out which approaches are quickest, cheapest, most.
IP Multicast Information management 2 Groep T Leuven – Information department 2/14 Agenda •Why IP Multicast ? •Multicast fundamentals •Intradomain.
VOORBLAD.
Component-Based Software Engineering Main issues: assemble systems out of (reusable) components compatibility of components.
Factor P 16 8(8-5ab) 4(d² + 4) 3rs(2r – s) 15cd(1 + 2cd) 8(4a² + 3b²)
© 2012 National Heart Foundation of Australia. Slide 2.
©Ian Sommerville 2004Software Engineering, 7th edition. Chapter 4 Slide 1 Software processes 2.
Lecture 5: Requirements Engineering
Chapter 11 Software Evolution
Sets Sets © 2005 Richard A. Medeiros next Patterns.
Understanding Generalist Practice, 5e, Kirst-Ashman/Hull
Executional Architecture
Model and Relationships 6 M 1 M M M M M M M M M M M M M M M M
25 seconds left…...
Slippery Slope
H to shape fully developed personality to shape fully developed personality for successful application in life for successful.
Januar MDMDFSSMDMDFSSS
We will resume in: 25 Minutes.
©Brooks/Cole, 2001 Chapter 12 Derived Types-- Enumerated, Structure and Union.
PSSA Preparation.
Immunobiology: The Immune System in Health & Disease Sixth Edition
Chapter 11 Component-Level Design
Chapter 11: Systems Development and Procurement Copyright © 2013 Pearson Education, Inc. publishing as Prentice Hall Chapter
Modeling Main issues: What do we want to build How do we write this down.
Software Engineering Natallia Kokash 1.
Software Maintenance Maurice ter Beek
Chapter 9 – Software Evolution and Maintenance
SEG Software Maintenance1 Software Maintenance “The modification of a software product after delivery to correct faults, to improve performance or.
Software evolution. Objectives l To explain why change is inevitable if software systems are to remain useful l To discuss software maintenance and maintenance.
Software Engineering Lecture 20 Software Maintenance.
SOFTWARE MAINTENANCE 1. TOPICS TO BE DISCUSSED.. Definition of Maintenance Software Maintenance Types of Maintenance Maintenance Process Need of Maintenance.
©Ian Sommerville 2004Software Engineering, 7th edition. Chapter 21 Slide 1 Software evolution.
Introduction to Software Evolution and Maintenance
Software Maintenance PPT By :Dr. R. Mall.
Software Maintenance Main issues: why maintenance is such an issue
Software Maintenance Main issues: why maintenance is such an issue
Chapter 8 Software Evolution.
Software Maintenance Main issues: why maintenance is such an issue
Software Maintenance Part1 Introduction. Outlines What Is Software Maintenance Purposes of Maintenance Why We Need It Maintenance Difficilties Some Tips.
Introduction Software maintenance:
Presentation transcript:

Software Maintenance Main issues: why maintenance is such an issue reverse engineering and its limitations how to organize maintenance Note that the book is misleadingly simple. Just reading the book is like learning to swim without getting wet. © SE, Maintenance, Hans van Vliet

Relative distribution of software/hardware costs 100 Hardware Development 60 Percent of total cost Software 20 Maintenance 1955 1970 1985 Year SE, Maintenance, Hans van Vliet, ©2008

Point to ponder #1 Why does software maintenance cost so much? SE, Maintenance, Hans van Vliet, ©2008

Software Maintenance, definition The process of modifying a software system or component after delivery to correct faults, improve performance or other attributes, or adapt to a changed environment SE, Maintenance, Hans van Vliet, ©2008

Maintenance is thus concerned with: correcting errors found after the software has been delivered adapting the software to changing requirements, changing environments, ... - IBM OS 360: 1000 errors per release, and this number did not really go down over time - quick and dirty bug fixes increase the system’s entropy - maintenance is usually done under pressure SE, Maintenance, Hans van Vliet, ©2008 © SE, Maintenance, Hans van Vliet

Key to maintenance is in development Higher quality  less (corrective) maintenance Anticipating changes  less (adaptive and perfective) maintenance Better tuning to user needs  less (perfective) maintenance Less code  less maintenance SE, Maintenance, Hans van Vliet, ©2008

Kinds of maintenance activities corrective maintenance: correcting errors adaptive maintenance: adapting to changes in the environment (both hardware and software) perfective maintenance: adapting to changing user requirements preventive maintenance: increasing the system’s maintainability - adaptive maintenance does not change the functionality of the system - people often have trouble distinguishing between adaptive and perfective maintenance - since most present-day development does not start from scratch, part of maintenance resembles development: both concern the evolution of a system; see also exercise 10 of chapter 14. SE, Maintenance, Hans van Vliet, ©2008 © SE, Maintenance, Hans van Vliet

Distribution of maintenance activities corrective 21% perfective 50% adaptive 25% preventive 4% SE, Maintenance, Hans van Vliet, ©2008

Growth of maintenance problem 1975: ~75,000 people n maintenance (17%) 1990: 800,000 (47%) 2005: 2,500,000 (76%) 2015: ?? (Numbers from Jones (2006)) SE, Maintenance, Hans van Vliet, ©2008

Shift in type of maintenance over time Introductory stage: emphasis on user support Growth stage: emphasis on correcting faults Maturity: emphasis on enhancements Decline: emphasis on technology changes SE, Maintenance, Hans van Vliet, ©2008

Major causes of maintenance problems Unstructured code Insufficient domain knowledge Insufficient documentation SE, Maintenance, Hans van Vliet, ©2008

Reverse engineering SE, Maintenance, Hans van Vliet, ©2008

Reverse engineering Does not involve any adaptation of the system Akin to reconstruction of a blueprint Design recovery: result is at higher level of abstraction Redocumentation: result is at same level of abstraction SE, Maintenance, Hans van Vliet, ©2008

Restructuring Functionality does not change From one representation to another, at the same level of abstraction, such as: From spaghetti code to structured code Refactoring after a design step in agile approaches Black box restructuring: add a wrapper With platform change: migration SE, Maintenance, Hans van Vliet, ©2008

Reengineering (renovation) Functionality does change Then reverse engineering step is followed by a forward engineering step in which the changes are made SE, Maintenance, Hans van Vliet, ©2008

Refactoring in case of bad smells Long method Large class Primitive obsession Data clumps Switch statements Lazy class Duplicate code Feature envy Inappropriate intimacy … SE, Maintenance, Hans van Vliet, ©2008

Categories of bad smells Bloaters: something has grown too large Object-oriented abusers: OO not fully exploited Change preventers: hinder further evolution Dispensables: can be removed Encapsulators: deal with data communication Couplers: coupling too high SE, Maintenance, Hans van Vliet, ©2008

Program comprehension Role of programming plans, beacons As-needed strategy vs systematic strategy Use of outside knowledge (domain knowledge, naming conventions, etc.) SE, Maintenance, Hans van Vliet, ©2008

Software maintenance tools Tools to ease perceptual processes (reformatters) Tools to gain insight in static structure Tools to gain insight in dynamic behavior Tools that inspect version history SE, Maintenance, Hans van Vliet, ©2008

Analyzing software evolution data Version-centered analysis: study differences between successive versions History-centered analysis: study evolution from a certain viewpoint (e.g. how often components are changed together) SE, Maintenance, Hans van Vliet, ©2008

Example version-centered analysis SE, Maintenance, Hans van Vliet, ©2008

Example history-centered analysis SE, Maintenance, Hans van Vliet, ©2008

Organization of maintenance W-type: by work type (analysis vs programming) A-type: by application domain L-type: by life-cycle type (development vs maintenance) L-type found most often SE, Maintenance, Hans van Vliet, ©2008

Advantages of L-type departmentalization Clear accountability Development progress not hindered by unexpected maintenance requests Better acceptance test by maintenance department Higher QoS by maintenance department Higher productivity SE, Maintenance, Hans van Vliet, ©2008

Disadvantages of L-type departmentalization Demotivation of maintenance personnel because of status differences Loss of system knowledge during system transfer Coordination costs Increased acceptance costs Duplication of communication channels with users SE, Maintenance, Hans van Vliet, ©2008

Product-service continuum and maintenance SE, Maintenance, Hans van Vliet, ©2008

Service gaps Expected service as perceived by provider differs from service expected by customer Service specification differs from expected service as perceived by provider Service delivery differs from specified services Communication does not match service delivery SE, Maintenance, Hans van Vliet, ©2008

Gap model of service quality SE, Maintenance, Hans van Vliet, ©2008

Maintenance control Configuration control: Identify, classify change requests Analyze change requests Implement changes Fits in with iterative enhancement model of maintenance (first analyze, then change) As opposed to quick-fix model (first patch, then update design and documentation, if time permits) SE, Maintenance, Hans van Vliet, ©2008

Indicators of system decay Frequent failures Overly complex structure Running in emulation mode Very large components Excessive resource requirements Deficient documentation High personnel turnover Different technologies in one system SE, Maintenance, Hans van Vliet, ©2008

SUMMARY most of maintenance is (inevitable) evolution Maintenance problems: Unstructured code Insufficient knowledge about system and domain Insufficient documentation Bad image of maintenance department Lehman’s 3rd law: a system that is used, will change SE, Maintenance, Hans van Vliet, ©2008 © SE, Maintenance, Hans van Vliet