©Ian Sommerville 2000 Software Engineering, 6th edition. Chapter 28Slide 1 CO7206 System Reengineering 4.2 Software Reengineering Most slides are Slides.

Slides:



Advertisements
Similar presentations
Chapter 26 Legacy Systems.
Advertisements

Software Re-engineering
Software Re-engineering
Chapter 27 Software Change.
Configuration management
Chapter 11 Software Evolution
SWE 316: Software Design and Architecture Objectives Lecture # 23 Software Reengineering SWE 316: Software Design and Architecture  To describe the activities.
©Ian Sommerville 2004Software Engineering, 7th edition. Chapter 2 Slide 1 Systems engineering 2.
©Ian Sommerville 2004Software Engineering, 7th edition. Chapter 8 Slide 1 System modeling 2.
©Ian Sommerville 2006Software Engineering, 8th edition. Chapter 8 Slide 1 System models.
Software Reuse Building software from reusable components Objectives
Introduction to Software Evolution and Maintenance
Software Evolution Managing the processes of software system change
Dr Kettani, Spring 2002 Software Engineering IIFrom Sommerville, 6th edition Software change l Managing the processes of software system change.
Modified from Sommerville’s originalsSoftware Engineering, 7th edition. Chapter 8 Slide 1 System models.
Modified from Sommerville’s originalsSoftware Engineering, 7th edition. Chapter 21 Slide 1 Software evolution.
CSEM01 SE Evolution & Management Anne Comer Helen Edwards
Modified from Sommerville’s originalsSoftware Engineering, 7th edition. Chapter 21 Slide 1 Software evolution.
Modified from Sommerville’s originalsSoftware Engineering, 7th edition. Chapter 8 Slide 1 System models.
Software evolution.
Software evolution.
Driss Kettani Sommerville, 6th edition Software Engineering II Software re-engineering l Reorganising and modifying existing software systems to make them.
Software Reengineering
Software maintenance Managing the processes of system change.
©Ian Sommerville 2000 Software Engineering, 6th edition. Chapter 27Slide 1 Chapter 27 Software Change.
Software Reengineering 2003 년 12 월 2 일 최창익, 고광 원.
Software Re-engineering
Chapter 9 – Software Evolution and Maintenance
Chapter 1 Database Systems. Good decisions require good information derived from raw facts Data is managed most efficiently when stored in a database.
©Ian Sommerville 2004Software Engineering, 7th edition. Chapter 18 Slide 1 Software Reuse.
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 change  Managing the processes of software system change.
©Ian Sommerville 2000 Software Engineering, 6th edition. Chapter 7 Slide 1 System models l Abstract descriptions of systems whose requirements are being.
©Ian Sommerville 2000 Software Engineering, 6th edition. Chapter 27Slide 1 Software change l Managing the processes of software system change.
Software Engineering CS3003 Lecture 3 Software maintenance and evolution.
CS 425/625 Software Engineering Legacy Systems
©Ian Sommerville 2004Software Engineering, 7th edition. Chapter 18 Slide 1 Software Reuse.
©Ian Sommerville 2000 Software Engineering, 6th edition. Chapter 27Slide 1 Software change l Managing the processes of software system change.
Modified by Juan M. Gomez Software Engineering, 6th edition. Chapter 7 Slide 1 Chapter 7 System Models.
MIS 673: Database Analysis and Design u Objectives: u Know how to analyze an environment and draw its semantic data model u Understand data analysis and.
©Ian Sommerville 2004 Software Engineering. Chapter 21Slide 1 Chapter 21 Software Evolution.
Manag ing Software Change CIS 376 Bruce R. Maxim UM-Dearborn.
©Ian Sommerville 2004Software Engineering, 7th edition. Chapter 21 Slide 1 Software evolution 1.
Chapter 5: Software Re-Engineering Omar Meqdadi SE 3860 Lecture 5 Department of Computer Science and Software Engineering University of Wisconsin-Platteville.
©Ian Sommerville 1995/2000 (Modified by Spiros Mancoridis 1999) Software Engineering, 6th edition. Chapters 26,27,28 Slide 1 Legacy Systems l Older software.
HNDIT23082 Lecture 06:Software Maintenance. Reasons for changes Errors in the existing system Changes in requirements Technological advances Legislation.
1 Software Maintenance The process of changing the system after it has been delivered and in operation Software change is inevitable –New requirements.
©Ian Sommerville 2004Software Engineering, 7th edition. Chapter 21 Slide 1 Software evolution 2.
©Ian Sommerville 2004Software Engineering, 7th edition. Chapter 21 Slide 1 Software evolution.
Chapter 9 – Software Evolution 1Chapter 9 Software evolution.
© SERG Reverse Engineering (Software Maintenance & Reengineering) Software Maintenance Managing the processes of system change.
CS223: Software Engineering Lecture 33: Software Maintenance.
Tempus Software Maintenance and Evolution JMSE-SM&E Unit 6: Reengineering and Maintenance in software cycle Prof. Mohammad A. Mikki Gaza, Palestine,
CS223: Software Engineering Lecture 34: Software Maintenance.
Laurea Triennale in Informatica – Corso di Ingegneria del Software I – A.A. 2006/2007 Andrea Polini XVI. Software Evolution.
CS223: Software Engineering
Environment Assessment
Introduction to Software Evolution and Maintenance
Software Maintenance.
Software Maintenance PPT By :Dr. R. Mall.
Legacy Systems Older software systems that remain vital to an organisation.
Software Re-Engineering
Chapter 27 Software Change.
Chapter 8 Software Evolution.
Lecture 06:Software Maintenance
System Reengineering Restructuring or rewriting part or all of a system without changing its functionality Applicable when some (but not all) subsystems.
Re- engineeniering.
Introduction Software maintenance:
Software Re-engineering and Reverse Engineering
Presentation transcript:

©Ian Sommerville 2000 Software Engineering, 6th edition. Chapter 28Slide 1 CO7206 System Reengineering 4.2 Software Reengineering Most slides are Slides by Ian Sommerville

©Ian Sommerville 2000 Software Engineering, 6th edition. Chapter 28Slide 2 Objectives l To explain why software re-engineering is a cost- effective option for system evolution l To describe the activities involved in the software re-engineering process l To distinguish between software and data re- engineering and to explain the problems of data re-engineering

©Ian Sommerville 2000 Software Engineering, 6th edition. Chapter 28Slide 3 Software re-engineering l Reorganising and modifying existing software systems to make them more maintainable l "the examination of a subject system to reconstitute it in a new form and the subsequent implementation of the new form. [ElliotChikofsky and JamesCross, Reverse Engineering and Design Recovery: A Taxonomy, IEEE Software 7(1):13-17, 1990.]

©Ian Sommerville 2000 Software Engineering, 6th edition. Chapter 28Slide 4 Topics covered l Source code translation l Reverse engineering l Program structure improvement l Program modularisation l Data re-engineering

©Ian Sommerville 2000 Software Engineering, 6th edition. Chapter 28Slide 5 l Re-structuring or re-writing part or all of a legacy system without changing its functionality l Applicable where some but not all sub-systems of a larger system require frequent maintenance l Re-engineering involves adding effort to make them easier to maintain. The system may be re- structured and re-documented System re-engineering

©Ian Sommerville 2000 Software Engineering, 6th edition. Chapter 28Slide 6 l When system changes are mostly confined to part of the system then re-engineer that part l When hardware or software support becomes obsolete l When new ways of accessing are needed, but its functionality remains l When tool support is are available When to re-engineer

©Ian Sommerville 2000 Software Engineering, 6th edition. Chapter 28Slide 7 Re-engineering advantages l Reduced risk There is a high risk in new software development. There may be development problems, staffing problems and specification problems l Reduced cost The cost of re-engineering is often significantly less than the costs of developing new software

©Ian Sommerville 2000 Software Engineering, 6th edition. Chapter 28Slide 8 Business process re-engineering l Concerned with re-designing business processes to make them more responsive and more efficient l Often reliant on the introduction of new computer systems to support the revised processes l May force software re-engineering as the legacy systems are designed to support existing processes

©Ian Sommerville 2000 Software Engineering, 6th edition. Chapter 28Slide 9 Forward engineering and re-engineering

©Ian Sommerville 2000 Software Engineering, 6th edition. Chapter 28Slide 10 Forward engineering and re-engineering “Forward engineering is the traditional process of moving from high-level abstractions and logical, implementation- independent designs to the physical implementation of a system." [ElliotChikofsky and JamesCross, Reverse Engineering and Design Recovery: A Taxonomy, IEEE Software 7(1):13-17, 1990.]

©Ian Sommerville 2000 Software Engineering, 6th edition. Chapter 28Slide 11 The re-engineering process

©Ian Sommerville 2000 Software Engineering, 6th edition. Chapter 28Slide 12 Re-engineering cost factors l The quality of the software to be re-engineered l The tool support available for re-engineering l The extent of the data conversion which is required l The availability of expert staff for re-engineering

©Ian Sommerville 2000 Software Engineering, 6th edition. Chapter 28Slide 13 Re-engineering approaches

©Ian Sommerville 2000 Software Engineering, 6th edition. Chapter 28Slide 14 Source code translation l Involves converting the code from one language (or language version) to another e.g. FORTRAN to C l May be necessary because of: Hardware platform update Staff skill shortages Organisational policy changes l Only realistic if an automatic translator is available

©Ian Sommerville 2000 Software Engineering, 6th edition. Chapter 28Slide 15 The program translation process

©Ian Sommerville 2000 Software Engineering, 6th edition. Chapter 28Slide 16 Reverse engineering l Analysing software with a view to understanding its design and specification l May be part of a re-engineering process but may also be used to re-specify a system for re- implementation l Builds a program data base and generates information from this l Program understanding tools (browsers, cross- reference generators, etc.) may be used in this process

©Ian Sommerville 2000 Software Engineering, 6th edition. Chapter 28Slide 17 Reverse engineering l “Reverse engineering is the process of analyzing a subject system with two goals in mind: (1) to identify the system's components and their interrelationships; and, (2) to create representations of the system in another form or at a higher level of abstraction." [ElliotChikofsky and JamesCross, Reverse Engineering and Design Recovery: A Taxonomy, IEEE Software 7(1):13-17, 1990.]

©Ian Sommerville 2000 Software Engineering, 6th edition. Chapter 28Slide 18 The reverse engineering process

©Ian Sommerville 2000 Software Engineering, 6th edition. Chapter 28Slide 19 Reverse engineering l “Design recovery is a subset of reverse engineering in which domain knowledge, external information, and deduction or fuzzy reasoning are added to the observations of the subject system." l The objective of design recovery is to identify meaningful higher-level abstractions beyond those obtained directly by examining the system itself. l [ElliotChikofsky and JamesCross, Reverse Engineering and Design Recovery: A Taxonomy, IEEE Software 7(1):13-17, 1990.]

©Ian Sommerville 2000 Software Engineering, 6th edition. Chapter 28Slide 20 Reverse engineering l Reverse engineering often precedes re- engineering but is sometimes worthwhile in its own right The design and specification of a system may be reverse engineered so that they can be an input to the requirements specification process for the system’s replacement The design and specification may be reverse engineered to support program maintenance and reengineering

©Ian Sommerville 2000 Software Engineering, 6th edition. Chapter 28Slide 21 Program structure improvement l Maintenance tends to corrupt the structure of a program. It becomes harder and harder to understand l The program may be automatically restructured to remove unconditional branches l Conditions may be simplified to make them more readable

©Ian Sommerville 2000 Software Engineering, 6th edition. Chapter 28Slide 22 Program Restructuring l “Restructuring is a transformation from one form of representation to another at the same relative level of abstraction." The new representation is meant to preserve the semantics and external behaviour of the original. [ElliotChikofsky and JamesCross, Reverse Engineering and Design Recovery: A Taxonomy, IEEE Software 7(1):13-17, 1990.]

©Ian Sommerville 2000 Software Engineering, 6th edition. Chapter 28Slide 23 Spaghetti logic

©Ian Sommerville 2000 Software Engineering, 6th edition. Chapter 28Slide 24 Structured control logic

©Ian Sommerville 2000 Software Engineering, 6th edition. Chapter 28Slide 25 Another Spaghetti logic START: GOTO MAMMALS DOG: WALK THE DOG GOTO CAT MAMMALS: GOTO DOG FISH: FEED THE FISH COVER THE BIRD GOTO FROG CAT: PUT OUT THE CAT GOTO FISH-AND-FOWL FISH-AND-FOWL: GOTO FISH FROG: SING TO THE FROG EXIT.

©Ian Sommerville 2000 Software Engineering, 6th edition. Chapter 28Slide 26 Another structured control logic START: CALL FUNCTION DOG CALL FUNCTION CAT CALL FUNCTION FISH CALL FUNCTION BIRD CALL FUNCTION FROG EXIT. DOG: WALK THE DOG RETURN CAT: PUT OUT THE CAT RETURN FISH: FEED THE FISH RETURN BIRD: COVER BIRD CAGE RETURN FROG: SING TO THE FROG RETURN

©Ian Sommerville 2000 Software Engineering, 6th edition. Chapter 28Slide 27 Condition simplification -- Complex condition if not (A > B and (C F) ) ) Simplified condition if (A = D or E > F)...

©Ian Sommerville 2000 Software Engineering, 6th edition. Chapter 28Slide 28 Automatic program restructuring

©Ian Sommerville 2000 Software Engineering, 6th edition. Chapter 28Slide 29 Restructuring problems l Problems with re-structuring are: Loss of comments Loss of documentation Heavy computational demands l Restructuring doesn’t help with poor modularisation where related components are dispersed throughout the code l The understandability of data-driven programs may not be improved by re-structuring

©Ian Sommerville 2000 Software Engineering, 6th edition. Chapter 28Slide 30 Program modularisation l The process of re-organising a program so that related program parts are collected together in a single module l Usually a manual process that is carried out by program inspection and re-organisation

©Ian Sommerville 2000 Software Engineering, 6th edition. Chapter 28Slide 31 Data re-engineering l Involves analysing and reorganising the data structures (and sometimes the data values) in a program l May be part of the process of migrating from a file-based system to a DBMS-based system or changing from one DBMS to another l Objective is to create a managed data environment

©Ian Sommerville 2000 Software Engineering, 6th edition. Chapter 28Slide 32 Approaches to data re-engineering

©Ian Sommerville 2000 Software Engineering, 6th edition. Chapter 28Slide 33 Data problems l End-users want data on their desktop machines rather than in a file system. They need to be able to download this data from a DBMS l Systems may have to process much more data than was originally intended by their designers l Redundant data may be stored in different formats in different places in the system

Data migration

©Ian Sommerville 2000 Software Engineering, 6th edition. Chapter 28Slide 35 Data problems l Data naming problems Names may be hard to understand. The same data may have different names in different programs l Field length problems The same item may be assigned different lengths in different programs l Record organisation problems Records representing the same entity may be organised differently in different programs l Hard-coded literals l No data dictionary

©Ian Sommerville 2000 Software Engineering, 6th edition. Chapter 28Slide 36 Data value inconsistencies

©Ian Sommerville 2000 Software Engineering, 6th edition. Chapter 28Slide 37 Data conversion l Data re-engineering may involve changing the data structure organisation without changing the data values l Data value conversion is very expensive. Special- purpose programs have to be written to carry out the conversion

©Ian Sommerville 2000 Software Engineering, 6th edition. Chapter 28Slide 38 The data re-engineering process

©Ian Sommerville 2000 Software Engineering, 6th edition. Chapter 28Slide 39 Key points l The objective of re-engineering is to improve the system structure to make it easier to understand and maintain l The re-engineering process involves source code translation, reverse engineering, program structure improvement, program modularisation and data re-engineering l Source code translation is the automatic conversion of of program in one language to another

©Ian Sommerville 2000 Software Engineering, 6th edition. Chapter 28Slide 40 Key points l Reverse engineering is the process of deriving the system design and specification from its source code l Program structure improvement replaces unstructured control constructs with while loops and simple conditionals l Program modularisation involves reorganisation to group related items l Data re-engineering may be necessary because of inconsistent data management