SlideShare une entreprise Scribd logo
1  sur  17
Télécharger pour lire hors ligne
Future Research Challenges in Software Evolution


                                      Tom Mens
                                 Université de Mons

                              General Chair of the
                            ERCIM Working Group on
                               Software Evolution


                  With contributions from other WG members:
                  Y.-G. Guéhéneuc, J. Buckley, R. Mittermeir, A. Winter, J.
                   Muccini, R. Wuyts, R. Laemmel, S. Ducasse, J.M.
                   Jézéquel, K. Mens, J. Visser
Some references used in this presentation
•  L. Erlikh. Leveraging legacy system dollars for E-business. IT
    Pro, May/June, pages 17-23, IEEE Press, 2000
•  T. Mens, M. Wermelinger, S. Ducasse, S. Demeyer, R.
    Hirschfeld, and M. Jazayeri. Challenges in software evolution.
    In Proc. Int’l Workshop on Principles of Software Evolution
    (IWPSE), 2005.
•  N. H. Madhavji, J. F. Ramil, D. E. Perry. Software Evolution
    and Feedback: Theory and Practice. John Wiley & Sons, 2006.
•  S. R. Schach. Object Oriented Software Engineering, McGraw
    Hill, 2008. ISBN 978-007-125941-5
•  T. Mens, S. Demeyer. Software Evolution. Springer, 2008
•  T. Mens, The ERCIM Working Group on Software Evolution:
    the Past and the Future. Proc. IWPSE-EVOL 2009 (ESEC
   /FSE proceedings), ACM, 2009
•  T. Mens. CSMR 2009 European Projects Track. Proc. CSMR,
    pages 275–276. IEEE, 2009
PhDs in Europe
in the domain of
software evolution




(data for 2009 not yet included)
Observations
Software change/evolution is

  •  inevitable
  •  unpredictable
  •  costly
  •  difficult
  •  time- and resource-consuming
  •  poorly supported by tools,
     techniques, formalisms
  •  underestimated by managers
  •  poorly understood

  •  If performed well, a major success factor for business
      innovation !
Software changes are unavoidable / inevitable
•  Continuous business innovation
   •  Is essential for competitiveness and survival of companies
   •  Is an important driver of software evolution
•  Requirements changes due to
   •    New customers; existing customers with new demands
   •    Changes in organisational structure; competitors
   •    Changes in legislation
   •    Feedback loop: The changed software may be the reason why
        the environment changes !
•  Continuous software quality improvement
   •  Bug fixes
  •  Improvement of quality, performance, reliability, …
   •  Anti-regressive work to counter software ageing/erosion
•  Changes in external environment
   •  New hardware and software technologies
   •  New versions of interacting software
Changing software is costly
(Schach, 2008): Most of the effort and cost is spent on
   post-delivery maintenance
  based on various data sources
Average cost between                      Average cost between
1976 and 1981                             1992 and 1998
                                                                       Development
                                                                          25%
                            Development
                               33%




              Maintenance
                 67%                                     Maintenance
                                                            75%




(Erlikh, 2000, IT Pro) “Leveraging legacy system dollars for E-business”
    more than 90% of companies resources dedicated to software maintenance
How/why is software evolution research relevant to
                 society and industry?
Software evolution is a transversal research activity that is
   required
   •  In all software engineering activities
       •  E.g. requirements specifications, analysis and design, programming, deployment, …

   •  At all levels of abstraction
       •  E.g. executable code, bytecode, source code, design models, …

   •  In all software development paradigms

   •  For all technologies

   •  In a wide variety of application domains

   •  For many different types of “stakeholders”
Software Evolution Challenges
The order of the following list of challenges does not
  reflect their relative importance. We consider them all
  very important.

Some challenges are generic (i.e. relevant to any type of
  software), while others are specific to a particular
  domain
Specific  Scaleability
Challenge
Application Interconnected systems, distributed systems, ultra-large scale systems, …
domain

Problem      Current research only studies evolution of individual systems.
             Solutions do not scale up to very large systems involving multiple
             languages, multiple levels of abstraction, different geographical locations,
             with hundreds or thousands of developers, a large (and diverse) user
             base, different data sources, …
Challenge    •  Provide techniques that support multi-language systems
             •  Cope with massive amounts of data (e.g. metadata, programs, models,
             languages, processes, tools, documentation, tests)
             •  Combine many different data sources (e.g. version repositories, file
             systems, databases, mailing lists, developer fora, bug tracking systems)
             •  Combine many different technologies and paradigms
             •  Performance: how to achieve it, and keep it when the system evolves
             •  Tools: how to debug and maintain such systems?

             • Study and support co-evolution of interconnected systems.
Specific  Software migration / re-engineering
Challenge

Application Any domain where “legacy” systems need to be upgraded to newer
domain      technologies

Problem     •  Legacy systems that are of strategic value to the company have become
            too expensive to modify, or need to make use of newer technologies
            •  “Wrapping” existing legacy systems is a short-term workaround solution
            that does not have long-term benefits
            •  Today’s new technology will be tomorrow’s legacy !

Challenge   •  How to migrate/re-engineer legacy systems (and their data) in a timely,
            cost-effective, resource-limited manner?
            •  How to ensure that the resulting system has the desired quality and
            functionality?
            •  How to migrate to new technologies and paradigms? (E.g. towards cloud
            computing, multi-core computing, and so on)
            •  How to use software transformation techniques to automate the
            migration process?
            •  Come up with good software process models for migration
Specific  Upgrading software frameworks
Challenge
Application ERP systems (e.g. SAP, Microsoft, Oracle, …), CMS systems, …
domain      Any software framework that is subject to customisation

Problem     Many major software vendors develop software frameworks, i.e., partial
            software systems that need to be customised by their clients.
            •  For vendors, upgrading such frameworks is problematic as it often
            conflicts with the customisations (add-ons, add-ins, plug-ins) made by the
            clients.
            •  Customers suffer from vendor lock-in, which threatens evolvability of
            their IT systems

Challenge   •  Provide techniques to address the upgrade problem and to facilitate
            framework development and upgrading
            •  Ensure data consistency and preservation after an upgrade
            •  Provide means to evolve frameworks away from vendor lock-in
Specific  Runtime evolution and dynamic updating
Challenge
Application Telecommunication, distributed systems, finance, internet applications
domain      Any domain that requires some degree of high availability

Problem      Many systems have become so indispensable that one cannot (afford to)
             shut them down to upgrade them
Challenge    •  How to safely update/change a software system during its execution?
             •  How to build in a control system to decide when and how to change?
             •  How to achieve dynamic reconfiguration of (component-based, service-
             oriented etc.) distributed architectures?
             •  Context-awareness: How to make software more robust to changes by
             dynamically adapting to its context of use.




Remark       The static evolution challenges are as least as important to industry as
             the dynamic evolution challenge stated here.
Specific      Model-driven evolution and maintenance
Challenge
Application   MDE,MDA,MDD
domain        Application domains where high-level models or domain-specific
              visual languages are/can be used
Problem       How to support evolution and reengineering of software that
              make heavy use of models (i.e. any kind of software artefact at a
              higher abstraction level than source code)
              Examples of models: business process models, analysis and
              design models, architectures, ...

Challenge     •  How to support traceability between software artefacts?
              •  How to cope with co-evolution
                   •  of models and code
                   •  of different types of models
                   •  of programs and data
              •  How to show that adopting MDE delivers a return-on-
              investment?
Generic       Software quality improvement and quality assurance
Challenge
Application   Any
domain
Problem       •  Software is too often suffering from poor quality and lack of
              evolvability
              •  Software quality and evolvability problems are not visible to
              managers
Challenge     •  Make software quality and evolvability visible to decision makers
              by providing integrated techniques and tools for measuring,
              controlling and improving these non-functional properties
              •  Based on measurable and visible quality problems, managers
              and project leaders can start to focus on medium- and long-term
              ROI, as opposed to quick-and-dirty solutions that have a direct
              profit but are difficult to maintain in the long run
Generic   Effort estimation and change impact analysis
Challenge
Application Any
domain
Problem     For a given change request, it is very difficult to analyse its impact
            or to estimate the effort it takes to implement it

Challenge   Provide non-intrusive tool support for logging current effort,
            measuring developer productivity, …
            in order to address the following questions:
            •  When should an accepted change request be planned?
            •  What is the estimated (local and system-wide) impact of a
            particular change?
            •  How much effort (time and resources) does it take to make a
            particular change?
            •  When and where should one restructure the software to make a
            planned change easier?
Generic       Integrate evolution support in software
Challenge        development processes and tools
Application   Any type of software development
domain
Problem       Current software development tools do not provide sufficient
              support for software evolution
Challenge     •  Provide better languages, formal methods, and tools that
              embrace and provide more explicit support for incremental
              change
              •  Design for change: address maintenance and evolution issues
              during initial development to create longer-lasting and enduring
              software systems
              •  Support co-evolution of requirements, design, code, tests
              •  Focus on quality and other non-functional attributes : need for
              integrated techniques to measure, control and improve these
              aspects of software
              •  Integrate process support in the development environment
Generic   Empirical research in software evolution
Challenge
Application Any
domain
Problem     Empirical research in software evolution is hard due to: lack of subjects,
            lack of industrial data, threats to validity


Challenge   •  How to access industrial data of how software evolves “in the field” and
            the ability to perform empirical studies based on this data?
            •  How to involve a sufficient number of subjects (e.g. experienced
            developers) in an experiment in order to obtain statistically significant
            results?
            •  How to set up an experiment in such a way that it is replicable by other
            researchers (access to data, tools, and other resources)?
            •  How to identify the main problems maintainers face?

            Open source partially addresses this problem: it is easier to access/study/
            analyse their data

Contenu connexe

Tendances

Domain-Specific Software Engineering
Domain-Specific Software EngineeringDomain-Specific Software Engineering
Domain-Specific Software Engineering
elliando dias
 

Tendances (20)

Domain-Specific Software Engineering
Domain-Specific Software EngineeringDomain-Specific Software Engineering
Domain-Specific Software Engineering
 
Programming team structure
Programming team structureProgramming team structure
Programming team structure
 
SDLC
SDLCSDLC
SDLC
 
Software Development Life Cycle Model
Software Development Life Cycle ModelSoftware Development Life Cycle Model
Software Development Life Cycle Model
 
Hexagonal architecture - message-oriented software design
Hexagonal architecture  - message-oriented software designHexagonal architecture  - message-oriented software design
Hexagonal architecture - message-oriented software design
 
Selection of an appropriate project approach
Selection of an appropriate project approachSelection of an appropriate project approach
Selection of an appropriate project approach
 
Quality Attributes In Software Architecture & Design Patterns
Quality Attributes In Software Architecture & Design PatternsQuality Attributes In Software Architecture & Design Patterns
Quality Attributes In Software Architecture & Design Patterns
 
Discord Bot Workshop Slides
Discord Bot Workshop SlidesDiscord Bot Workshop Slides
Discord Bot Workshop Slides
 
Methods for Validating and Testing Software Requirements (lecture slides)
Methods for Validating and Testing Software Requirements (lecture slides)Methods for Validating and Testing Software Requirements (lecture slides)
Methods for Validating and Testing Software Requirements (lecture slides)
 
Introduction to Software Engineering
Introduction to Software EngineeringIntroduction to Software Engineering
Introduction to Software Engineering
 
Software quality
Software qualitySoftware quality
Software quality
 
Spiral model
Spiral modelSpiral model
Spiral model
 
Software Designing - Software Engineering
Software Designing - Software EngineeringSoftware Designing - Software Engineering
Software Designing - Software Engineering
 
Iterative model in sdlc
Iterative model in sdlcIterative model in sdlc
Iterative model in sdlc
 
UrbanCode Deploy and Docker Containers Connect the Dots
UrbanCode Deploy and Docker Containers Connect the DotsUrbanCode Deploy and Docker Containers Connect the Dots
UrbanCode Deploy and Docker Containers Connect the Dots
 
Lecture 12 requirements modeling - (system analysis)
Lecture 12   requirements modeling - (system analysis)Lecture 12   requirements modeling - (system analysis)
Lecture 12 requirements modeling - (system analysis)
 
software development life cycle(SDLC)
software development life cycle(SDLC)software development life cycle(SDLC)
software development life cycle(SDLC)
 
From Monolith to Microservices
From Monolith to MicroservicesFrom Monolith to Microservices
From Monolith to Microservices
 
Component Based Development
Component Based DevelopmentComponent Based Development
Component Based Development
 
Software Development Process
Software Development ProcessSoftware Development Process
Software Development Process
 

En vedette

เบ๊น
เบ๊นเบ๊น
เบ๊น
benzza
 
A study of the constraints affecting the proper utilization of computer appli...
A study of the constraints affecting the proper utilization of computer appli...A study of the constraints affecting the proper utilization of computer appli...
A study of the constraints affecting the proper utilization of computer appli...
eSAT Journals
 
Reverse Engineering of Software Architecture
Reverse Engineering of Software ArchitectureReverse Engineering of Software Architecture
Reverse Engineering of Software Architecture
Dharmalingam Ganesan
 
Software Reengineering
Software ReengineeringSoftware Reengineering
Software Reengineering
Abdul Wahid
 
Introduction to Software Evolution: The Software Volcano
Introduction to Software Evolution: The Software VolcanoIntroduction to Software Evolution: The Software Volcano
Introduction to Software Evolution: The Software Volcano
Devnology
 

En vedette (20)

Rep
RepRep
Rep
 
เบ๊น
เบ๊นเบ๊น
เบ๊น
 
A study of the constraints affecting the proper utilization of computer appli...
A study of the constraints affecting the proper utilization of computer appli...A study of the constraints affecting the proper utilization of computer appli...
A study of the constraints affecting the proper utilization of computer appli...
 
Bse 3105 lecture 3-software evolution planning
Bse 3105  lecture 3-software evolution planningBse 3105  lecture 3-software evolution planning
Bse 3105 lecture 3-software evolution planning
 
SIMULATION-BASED APPLICATION SOFTWARE DEVELOPMENT IN TIME-TRIGGERED COMMUNICA...
SIMULATION-BASED APPLICATION SOFTWARE DEVELOPMENT IN TIME-TRIGGERED COMMUNICA...SIMULATION-BASED APPLICATION SOFTWARE DEVELOPMENT IN TIME-TRIGGERED COMMUNICA...
SIMULATION-BASED APPLICATION SOFTWARE DEVELOPMENT IN TIME-TRIGGERED COMMUNICA...
 
3 introduction
3 introduction3 introduction
3 introduction
 
Introduction to Software Reverse Engineering
Introduction to Software Reverse EngineeringIntroduction to Software Reverse Engineering
Introduction to Software Reverse Engineering
 
Sofware engineering
Sofware engineeringSofware engineering
Sofware engineering
 
Software Technology Trends
Software Technology TrendsSoftware Technology Trends
Software Technology Trends
 
Reverse Engineering of Software Architecture
Reverse Engineering of Software ArchitectureReverse Engineering of Software Architecture
Reverse Engineering of Software Architecture
 
Software evolution evangelisation
Software evolution evangelisationSoftware evolution evangelisation
Software evolution evangelisation
 
Software Evolution: From Legacy Systems, Service Oriented Architecture to Clo...
Software Evolution: From Legacy Systems, Service Oriented Architecture to Clo...Software Evolution: From Legacy Systems, Service Oriented Architecture to Clo...
Software Evolution: From Legacy Systems, Service Oriented Architecture to Clo...
 
The dynamics of software evolution - EVOLUMONS 2011
The dynamics of software evolution - EVOLUMONS 2011The dynamics of software evolution - EVOLUMONS 2011
The dynamics of software evolution - EVOLUMONS 2011
 
Software Reengineering
Software ReengineeringSoftware Reengineering
Software Reengineering
 
Software reverse engineering
Software reverse engineeringSoftware reverse engineering
Software reverse engineering
 
Introduction to Software Evolution: The Software Volcano
Introduction to Software Evolution: The Software VolcanoIntroduction to Software Evolution: The Software Volcano
Introduction to Software Evolution: The Software Volcano
 
Maintenance, Re-engineering &Reverse Engineering in Software Engineering
Maintenance,Re-engineering &Reverse Engineering in Software EngineeringMaintenance,Re-engineering &Reverse Engineering in Software Engineering
Maintenance, Re-engineering &Reverse Engineering in Software Engineering
 
Software Re-Engineering
Software Re-EngineeringSoftware Re-Engineering
Software Re-Engineering
 
Software Evolution
Software EvolutionSoftware Evolution
Software Evolution
 
Using requirements to retrace software evolution history
Using requirements to retrace software evolution historyUsing requirements to retrace software evolution history
Using requirements to retrace software evolution history
 

Similaire à Future Research Challenges in Software Evolution

Java learn from basic part chapter_01 short notes to understand the java quic...
Java learn from basic part chapter_01 short notes to understand the java quic...Java learn from basic part chapter_01 short notes to understand the java quic...
Java learn from basic part chapter_01 short notes to understand the java quic...
GaytriMate
 

Similaire à Future Research Challenges in Software Evolution (20)

Unit 1 importance ofsoftengg_b.tech iii year
Unit 1  importance ofsoftengg_b.tech iii yearUnit 1  importance ofsoftengg_b.tech iii year
Unit 1 importance ofsoftengg_b.tech iii year
 
Unit 1 introduction tosoftengg_mba tech ii year
Unit 1  introduction tosoftengg_mba tech ii yearUnit 1  introduction tosoftengg_mba tech ii year
Unit 1 introduction tosoftengg_mba tech ii year
 
Software engineering
Software engineeringSoftware engineering
Software engineering
 
Java learn from basic part chapter_01 short notes to understand the java quic...
Java learn from basic part chapter_01 short notes to understand the java quic...Java learn from basic part chapter_01 short notes to understand the java quic...
Java learn from basic part chapter_01 short notes to understand the java quic...
 
Week_01-Intro to Software Engineering-1.ppt
Week_01-Intro to Software Engineering-1.pptWeek_01-Intro to Software Engineering-1.ppt
Week_01-Intro to Software Engineering-1.ppt
 
Software Engineering
Software EngineeringSoftware Engineering
Software Engineering
 
SE
SESE
SE
 
Beit 381 se lec 2 - 27 - 12 feb08
Beit 381 se lec 2 - 27 - 12 feb08Beit 381 se lec 2 - 27 - 12 feb08
Beit 381 se lec 2 - 27 - 12 feb08
 
lect1.pdf
lect1.pdflect1.pdf
lect1.pdf
 
Lecture1 (SE Introduction)
Lecture1 (SE Introduction)Lecture1 (SE Introduction)
Lecture1 (SE Introduction)
 
Intro
IntroIntro
Intro
 
An introduction to software engineering
An introduction to software engineeringAn introduction to software engineering
An introduction to software engineering
 
A Software Engineer
A Software EngineerA Software Engineer
A Software Engineer
 
unit 1.pptx regasts sthatbabs shshsbsvsbsh
unit 1.pptx regasts sthatbabs shshsbsvsbshunit 1.pptx regasts sthatbabs shshsbsvsbsh
unit 1.pptx regasts sthatbabs shshsbsvsbsh
 
Recent and-future-trends spm
Recent and-future-trends spmRecent and-future-trends spm
Recent and-future-trends spm
 
1
11
1
 
1 introduction
1 introduction1 introduction
1 introduction
 
1 introduction (1)
1 introduction (1)1 introduction (1)
1 introduction (1)
 
Scope of software engineering
Scope of software engineeringScope of software engineering
Scope of software engineering
 
Chapter 01
Chapter 01Chapter 01
Chapter 01
 

Plus de Tom Mens

Comparing semantic versioning practices in Cargo, npm, Packagist and Rubygems
Comparing semantic versioning practices in Cargo, npm, Packagist and RubygemsComparing semantic versioning practices in Cargo, npm, Packagist and Rubygems
Comparing semantic versioning practices in Cargo, npm, Packagist and Rubygems
Tom Mens
 
Comparing dependency issues across software package distributions (FOSDEM 2020)
Comparing dependency issues across software package distributions (FOSDEM 2020)Comparing dependency issues across software package distributions (FOSDEM 2020)
Comparing dependency issues across software package distributions (FOSDEM 2020)
Tom Mens
 
Empirically Analysing the Socio-Technical Health of Software Package Managers
Empirically Analysing the Socio-Technical Health of Software Package ManagersEmpirically Analysing the Socio-Technical Health of Software Package Managers
Empirically Analysing the Socio-Technical Health of Software Package Managers
Tom Mens
 

Plus de Tom Mens (20)

How to be(come) a successful PhD student
How to be(come) a successful PhD studentHow to be(come) a successful PhD student
How to be(come) a successful PhD student
 
Recognising bot activity in collaborative software development
Recognising bot activity in collaborative software developmentRecognising bot activity in collaborative software development
Recognising bot activity in collaborative software development
 
A Dataset of Bot and Human Activities in GitHub
A Dataset of Bot and Human Activities in GitHubA Dataset of Bot and Human Activities in GitHub
A Dataset of Bot and Human Activities in GitHub
 
The (r)evolution of CI/CD on GitHub
 The (r)evolution of CI/CD on GitHub The (r)evolution of CI/CD on GitHub
The (r)evolution of CI/CD on GitHub
 
Nurturing the Software Ecosystems of the Future
Nurturing the Software Ecosystems of the FutureNurturing the Software Ecosystems of the Future
Nurturing the Software Ecosystems of the Future
 
Comment programmer un robot en 30 minutes?
Comment programmer un robot en 30 minutes?Comment programmer un robot en 30 minutes?
Comment programmer un robot en 30 minutes?
 
On the rise and fall of CI services in GitHub
On the rise and fall of CI services in GitHubOn the rise and fall of CI services in GitHub
On the rise and fall of CI services in GitHub
 
On backporting practices in package dependency networks
On backporting practices in package dependency networksOn backporting practices in package dependency networks
On backporting practices in package dependency networks
 
Comparing semantic versioning practices in Cargo, npm, Packagist and Rubygems
Comparing semantic versioning practices in Cargo, npm, Packagist and RubygemsComparing semantic versioning practices in Cargo, npm, Packagist and Rubygems
Comparing semantic versioning practices in Cargo, npm, Packagist and Rubygems
 
Lost in Zero Space
Lost in Zero SpaceLost in Zero Space
Lost in Zero Space
 
Evaluating a bot detection model on git commit messages
Evaluating a bot detection model on git commit messagesEvaluating a bot detection model on git commit messages
Evaluating a bot detection model on git commit messages
 
Is my software ecosystem healthy? It depends!
Is my software ecosystem healthy? It depends!Is my software ecosystem healthy? It depends!
Is my software ecosystem healthy? It depends!
 
Bot or not? Detecting bots in GitHub pull request activity based on comment s...
Bot or not? Detecting bots in GitHub pull request activity based on comment s...Bot or not? Detecting bots in GitHub pull request activity based on comment s...
Bot or not? Detecting bots in GitHub pull request activity based on comment s...
 
On the fragility of open source software packaging ecosystems
On the fragility of open source software packaging ecosystemsOn the fragility of open source software packaging ecosystems
On the fragility of open source software packaging ecosystems
 
How magic is zero? An Empirical Analysis of Initial Development Releases in S...
How magic is zero? An Empirical Analysis of Initial Development Releases in S...How magic is zero? An Empirical Analysis of Initial Development Releases in S...
How magic is zero? An Empirical Analysis of Initial Development Releases in S...
 
Comparing dependency issues across software package distributions (FOSDEM 2020)
Comparing dependency issues across software package distributions (FOSDEM 2020)Comparing dependency issues across software package distributions (FOSDEM 2020)
Comparing dependency issues across software package distributions (FOSDEM 2020)
 
Measuring Technical Lag in Software Deployments (CHAOSScon 2020)
Measuring Technical Lag in Software Deployments (CHAOSScon 2020)Measuring Technical Lag in Software Deployments (CHAOSScon 2020)
Measuring Technical Lag in Software Deployments (CHAOSScon 2020)
 
SecoHealth 2019 Research Achievements
SecoHealth 2019 Research AchievementsSecoHealth 2019 Research Achievements
SecoHealth 2019 Research Achievements
 
SECO-Assist 2019 research seminar
SECO-Assist 2019 research seminarSECO-Assist 2019 research seminar
SECO-Assist 2019 research seminar
 
Empirically Analysing the Socio-Technical Health of Software Package Managers
Empirically Analysing the Socio-Technical Health of Software Package ManagersEmpirically Analysing the Socio-Technical Health of Software Package Managers
Empirically Analysing the Socio-Technical Health of Software Package Managers
 

Dernier

Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
ciinovamais
 

Dernier (20)

How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17
 
Spatium Project Simulation student brief
Spatium Project Simulation student briefSpatium Project Simulation student brief
Spatium Project Simulation student brief
 
How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17
 
Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024
 
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdfUGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
 
Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)
 
Unit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxUnit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptx
 
Unit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptxUnit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptx
 
FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024
 
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
 
Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17  How to Extend Models Using Mixin ClassesMixin Classes in Odoo 17  How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
 
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptx
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptxSKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptx
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptx
 
Python Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxPython Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docx
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdf
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The Basics
 
Micro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdfMicro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdf
 
Understanding Accommodations and Modifications
Understanding  Accommodations and ModificationsUnderstanding  Accommodations and Modifications
Understanding Accommodations and Modifications
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
 
This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.
 
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
 

Future Research Challenges in Software Evolution

  • 1. Future Research Challenges in Software Evolution Tom Mens Université de Mons General Chair of the ERCIM Working Group on Software Evolution With contributions from other WG members: Y.-G. Guéhéneuc, J. Buckley, R. Mittermeir, A. Winter, J. Muccini, R. Wuyts, R. Laemmel, S. Ducasse, J.M. Jézéquel, K. Mens, J. Visser
  • 2. Some references used in this presentation •  L. Erlikh. Leveraging legacy system dollars for E-business. IT Pro, May/June, pages 17-23, IEEE Press, 2000 •  T. Mens, M. Wermelinger, S. Ducasse, S. Demeyer, R. Hirschfeld, and M. Jazayeri. Challenges in software evolution. In Proc. Int’l Workshop on Principles of Software Evolution (IWPSE), 2005. •  N. H. Madhavji, J. F. Ramil, D. E. Perry. Software Evolution and Feedback: Theory and Practice. John Wiley & Sons, 2006. •  S. R. Schach. Object Oriented Software Engineering, McGraw Hill, 2008. ISBN 978-007-125941-5 •  T. Mens, S. Demeyer. Software Evolution. Springer, 2008 •  T. Mens, The ERCIM Working Group on Software Evolution: the Past and the Future. Proc. IWPSE-EVOL 2009 (ESEC /FSE proceedings), ACM, 2009 •  T. Mens. CSMR 2009 European Projects Track. Proc. CSMR, pages 275–276. IEEE, 2009
  • 3. PhDs in Europe in the domain of software evolution (data for 2009 not yet included)
  • 4. Observations Software change/evolution is •  inevitable •  unpredictable •  costly •  difficult •  time- and resource-consuming •  poorly supported by tools, techniques, formalisms •  underestimated by managers •  poorly understood •  If performed well, a major success factor for business innovation !
  • 5. Software changes are unavoidable / inevitable •  Continuous business innovation •  Is essential for competitiveness and survival of companies •  Is an important driver of software evolution •  Requirements changes due to •  New customers; existing customers with new demands •  Changes in organisational structure; competitors •  Changes in legislation •  Feedback loop: The changed software may be the reason why the environment changes ! •  Continuous software quality improvement •  Bug fixes •  Improvement of quality, performance, reliability, … •  Anti-regressive work to counter software ageing/erosion •  Changes in external environment •  New hardware and software technologies •  New versions of interacting software
  • 6. Changing software is costly (Schach, 2008): Most of the effort and cost is spent on post-delivery maintenance based on various data sources Average cost between Average cost between 1976 and 1981 1992 and 1998 Development 25% Development 33% Maintenance 67% Maintenance 75% (Erlikh, 2000, IT Pro) “Leveraging legacy system dollars for E-business” more than 90% of companies resources dedicated to software maintenance
  • 7. How/why is software evolution research relevant to society and industry? Software evolution is a transversal research activity that is required •  In all software engineering activities •  E.g. requirements specifications, analysis and design, programming, deployment, … •  At all levels of abstraction •  E.g. executable code, bytecode, source code, design models, … •  In all software development paradigms •  For all technologies •  In a wide variety of application domains •  For many different types of “stakeholders”
  • 8. Software Evolution Challenges The order of the following list of challenges does not reflect their relative importance. We consider them all very important. Some challenges are generic (i.e. relevant to any type of software), while others are specific to a particular domain
  • 9. Specific Scaleability Challenge Application Interconnected systems, distributed systems, ultra-large scale systems, … domain Problem Current research only studies evolution of individual systems. Solutions do not scale up to very large systems involving multiple languages, multiple levels of abstraction, different geographical locations, with hundreds or thousands of developers, a large (and diverse) user base, different data sources, … Challenge •  Provide techniques that support multi-language systems •  Cope with massive amounts of data (e.g. metadata, programs, models, languages, processes, tools, documentation, tests) •  Combine many different data sources (e.g. version repositories, file systems, databases, mailing lists, developer fora, bug tracking systems) •  Combine many different technologies and paradigms •  Performance: how to achieve it, and keep it when the system evolves •  Tools: how to debug and maintain such systems? • Study and support co-evolution of interconnected systems.
  • 10. Specific Software migration / re-engineering Challenge Application Any domain where “legacy” systems need to be upgraded to newer domain technologies Problem •  Legacy systems that are of strategic value to the company have become too expensive to modify, or need to make use of newer technologies •  “Wrapping” existing legacy systems is a short-term workaround solution that does not have long-term benefits •  Today’s new technology will be tomorrow’s legacy ! Challenge •  How to migrate/re-engineer legacy systems (and their data) in a timely, cost-effective, resource-limited manner? •  How to ensure that the resulting system has the desired quality and functionality? •  How to migrate to new technologies and paradigms? (E.g. towards cloud computing, multi-core computing, and so on) •  How to use software transformation techniques to automate the migration process? •  Come up with good software process models for migration
  • 11. Specific Upgrading software frameworks Challenge Application ERP systems (e.g. SAP, Microsoft, Oracle, …), CMS systems, … domain Any software framework that is subject to customisation Problem Many major software vendors develop software frameworks, i.e., partial software systems that need to be customised by their clients. •  For vendors, upgrading such frameworks is problematic as it often conflicts with the customisations (add-ons, add-ins, plug-ins) made by the clients. •  Customers suffer from vendor lock-in, which threatens evolvability of their IT systems Challenge •  Provide techniques to address the upgrade problem and to facilitate framework development and upgrading •  Ensure data consistency and preservation after an upgrade •  Provide means to evolve frameworks away from vendor lock-in
  • 12. Specific Runtime evolution and dynamic updating Challenge Application Telecommunication, distributed systems, finance, internet applications domain Any domain that requires some degree of high availability Problem Many systems have become so indispensable that one cannot (afford to) shut them down to upgrade them Challenge •  How to safely update/change a software system during its execution? •  How to build in a control system to decide when and how to change? •  How to achieve dynamic reconfiguration of (component-based, service- oriented etc.) distributed architectures? •  Context-awareness: How to make software more robust to changes by dynamically adapting to its context of use. Remark The static evolution challenges are as least as important to industry as the dynamic evolution challenge stated here.
  • 13. Specific Model-driven evolution and maintenance Challenge Application MDE,MDA,MDD domain Application domains where high-level models or domain-specific visual languages are/can be used Problem How to support evolution and reengineering of software that make heavy use of models (i.e. any kind of software artefact at a higher abstraction level than source code) Examples of models: business process models, analysis and design models, architectures, ... Challenge •  How to support traceability between software artefacts? •  How to cope with co-evolution •  of models and code •  of different types of models •  of programs and data •  How to show that adopting MDE delivers a return-on- investment?
  • 14. Generic Software quality improvement and quality assurance Challenge Application Any domain Problem •  Software is too often suffering from poor quality and lack of evolvability •  Software quality and evolvability problems are not visible to managers Challenge •  Make software quality and evolvability visible to decision makers by providing integrated techniques and tools for measuring, controlling and improving these non-functional properties •  Based on measurable and visible quality problems, managers and project leaders can start to focus on medium- and long-term ROI, as opposed to quick-and-dirty solutions that have a direct profit but are difficult to maintain in the long run
  • 15. Generic Effort estimation and change impact analysis Challenge Application Any domain Problem For a given change request, it is very difficult to analyse its impact or to estimate the effort it takes to implement it Challenge Provide non-intrusive tool support for logging current effort, measuring developer productivity, … in order to address the following questions: •  When should an accepted change request be planned? •  What is the estimated (local and system-wide) impact of a particular change? •  How much effort (time and resources) does it take to make a particular change? •  When and where should one restructure the software to make a planned change easier?
  • 16. Generic Integrate evolution support in software Challenge development processes and tools Application Any type of software development domain Problem Current software development tools do not provide sufficient support for software evolution Challenge •  Provide better languages, formal methods, and tools that embrace and provide more explicit support for incremental change •  Design for change: address maintenance and evolution issues during initial development to create longer-lasting and enduring software systems •  Support co-evolution of requirements, design, code, tests •  Focus on quality and other non-functional attributes : need for integrated techniques to measure, control and improve these aspects of software •  Integrate process support in the development environment
  • 17. Generic Empirical research in software evolution Challenge Application Any domain Problem Empirical research in software evolution is hard due to: lack of subjects, lack of industrial data, threats to validity Challenge •  How to access industrial data of how software evolves “in the field” and the ability to perform empirical studies based on this data? •  How to involve a sufficient number of subjects (e.g. experienced developers) in an experiment in order to obtain statistically significant results? •  How to set up an experiment in such a way that it is replicable by other researchers (access to data, tools, and other resources)? •  How to identify the main problems maintainers face? Open source partially addresses this problem: it is easier to access/study/ analyse their data