SlideShare ist ein Scribd-Unternehmen logo
1 von 17
Downloaden Sie, um offline zu lesen
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

Weitere ähnliche Inhalte

Was ist angesagt?

Putnam Resource allocation model.ppt
Putnam Resource allocation model.pptPutnam Resource allocation model.ppt
Putnam Resource allocation model.pptAnupamaSharma80
 
SWE-401 - 3. Software Project Management
SWE-401 - 3. Software Project ManagementSWE-401 - 3. Software Project Management
SWE-401 - 3. Software Project Managementghayour abbas
 
Software evolution and maintenance basic concepts and preliminaries
Software evolution and maintenance   basic concepts and preliminariesSoftware evolution and maintenance   basic concepts and preliminaries
Software evolution and maintenance basic concepts and preliminariesMoutasm Tamimi
 
Spiral model explanation
Spiral model  explanationSpiral model  explanation
Spiral model explanationUmar Farooq
 
software process improvement
software process improvementsoftware process improvement
software process improvementMohammad Xaviar
 
Software Testing Strategies ,Validation Testing and System Testing.
Software Testing Strategies ,Validation Testing and System Testing.Software Testing Strategies ,Validation Testing and System Testing.
Software Testing Strategies ,Validation Testing and System Testing.Tanzeem Aslam
 
Ch2-Software Engineering 9
Ch2-Software Engineering 9Ch2-Software Engineering 9
Ch2-Software Engineering 9Ian Sommerville
 
Model driven architecture
Model driven architectureModel driven architecture
Model driven architectureBiruk Mamo
 
Software quality assurance lecture 1
Software quality assurance lecture 1Software quality assurance lecture 1
Software quality assurance lecture 1Abdul Basit
 
Software Configuration Management (SCM)
Software Configuration Management (SCM)Software Configuration Management (SCM)
Software Configuration Management (SCM)Er. Shiva K. Shrestha
 
Evolutionary models
Evolutionary modelsEvolutionary models
Evolutionary modelsPihu Goel
 

Was ist angesagt? (20)

Putnam Resource allocation model.ppt
Putnam Resource allocation model.pptPutnam Resource allocation model.ppt
Putnam Resource allocation model.ppt
 
SWE-401 - 3. Software Project Management
SWE-401 - 3. Software Project ManagementSWE-401 - 3. Software Project Management
SWE-401 - 3. Software Project Management
 
Sa03 tactics
Sa03 tacticsSa03 tactics
Sa03 tactics
 
Software evolution and maintenance basic concepts and preliminaries
Software evolution and maintenance   basic concepts and preliminariesSoftware evolution and maintenance   basic concepts and preliminaries
Software evolution and maintenance basic concepts and preliminaries
 
Spiral model explanation
Spiral model  explanationSpiral model  explanation
Spiral model explanation
 
software process improvement
software process improvementsoftware process improvement
software process improvement
 
Cocomo model
Cocomo modelCocomo model
Cocomo model
 
Spiral model
Spiral modelSpiral model
Spiral model
 
Software Evolution
Software EvolutionSoftware Evolution
Software Evolution
 
Waterfall model in SDLC
Waterfall model in SDLCWaterfall model in SDLC
Waterfall model in SDLC
 
CMMI
CMMICMMI
CMMI
 
Software Testing Strategies ,Validation Testing and System Testing.
Software Testing Strategies ,Validation Testing and System Testing.Software Testing Strategies ,Validation Testing and System Testing.
Software Testing Strategies ,Validation Testing and System Testing.
 
Ch2-Software Engineering 9
Ch2-Software Engineering 9Ch2-Software Engineering 9
Ch2-Software Engineering 9
 
Model driven architecture
Model driven architectureModel driven architecture
Model driven architecture
 
Ch 5 contract review
Ch 5 contract reviewCh 5 contract review
Ch 5 contract review
 
Software quality assurance lecture 1
Software quality assurance lecture 1Software quality assurance lecture 1
Software quality assurance lecture 1
 
Software Configuration Management (SCM)
Software Configuration Management (SCM)Software Configuration Management (SCM)
Software Configuration Management (SCM)
 
Software Evolution
Software EvolutionSoftware Evolution
Software Evolution
 
Evolutionary models
Evolutionary modelsEvolutionary models
Evolutionary models
 
Spiral model ppt
Spiral model pptSpiral model ppt
Spiral model ppt
 

Andere mochten auch

เบ๊น
เบ๊นเบ๊น
เบ๊น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
 
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 planningAlonzee Tash
 
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...IJSEA
 
3 introduction
3 introduction3 introduction
3 introductionAlenaDion
 
Introduction to Software Reverse Engineering
Introduction to Software Reverse EngineeringIntroduction to Software Reverse Engineering
Introduction to Software Reverse EngineeringTeodoro Cipresso
 
Sofware engineering
Sofware engineeringSofware engineering
Sofware engineeringnstjelja
 
Software Technology Trends
Software Technology TrendsSoftware Technology Trends
Software Technology TrendsKMS Technology
 
Reverse Engineering of Software Architecture
Reverse Engineering of Software ArchitectureReverse Engineering of Software Architecture
Reverse Engineering of Software ArchitectureDharmalingam Ganesan
 
Software evolution evangelisation
Software evolution evangelisationSoftware evolution evangelisation
Software evolution evangelisationNicolas Anquetil
 
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...PET Computação
 
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 2011Israel Herraiz
 
Software Reengineering
Software ReengineeringSoftware Reengineering
Software ReengineeringAbdul Wahid
 
Software reverse engineering
Software reverse engineeringSoftware reverse engineering
Software reverse engineeringParminder Singh
 
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 VolcanoDevnology
 
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 EngineeringManish Kumar
 
Software Re-Engineering
Software Re-EngineeringSoftware Re-Engineering
Software Re-EngineeringSaqib Raza
 
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 historyNeil Ernst
 

Andere mochten auch (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
 

Ähnlich wie Future Research Challenges in Software Evolution

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 yearPreeti Mishra
 
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 yearPreeti Mishra
 
Software engineering
Software engineeringSoftware engineering
Software engineeringArshad Ali
 
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
 
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.ppt23017156038
 
Software Engineering
Software EngineeringSoftware Engineering
Software EngineeringMohamed Essam
 
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 feb08babak danyal
 
Lecture1 (SE Introduction)
Lecture1 (SE Introduction)Lecture1 (SE Introduction)
Lecture1 (SE Introduction)Education Front
 
An introduction to software engineering
An introduction to software engineeringAn introduction to software engineering
An introduction to software engineeringSHREEHARI WADAWADAGI
 
unit 1.pptx regasts sthatbabs shshsbsvsbsh
unit 1.pptx regasts sthatbabs shshsbsvsbshunit 1.pptx regasts sthatbabs shshsbsvsbsh
unit 1.pptx regasts sthatbabs shshsbsvsbshsagarjsicg
 
Recent and-future-trends spm
Recent and-future-trends spmRecent and-future-trends spm
Recent and-future-trends spmPrakash Poudel
 

Ähnlich wie 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
 
Introduction to Software Engineering
Introduction to Software EngineeringIntroduction to Software Engineering
Introduction to Software Engineering
 
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
 

Mehr von Tom Mens

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 studentTom Mens
 
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 developmentTom Mens
 
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 GitHubTom Mens
 
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 GitHubTom Mens
 
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 FutureTom Mens
 
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?Tom Mens
 
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 GitHubTom Mens
 
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 networksTom 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 RubygemsTom Mens
 
Lost in Zero Space
Lost in Zero SpaceLost in Zero Space
Lost in Zero SpaceTom Mens
 
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 messagesTom Mens
 
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!Tom Mens
 
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...Tom Mens
 
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 ecosystemsTom Mens
 
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...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
 
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)Tom Mens
 
SecoHealth 2019 Research Achievements
SecoHealth 2019 Research AchievementsSecoHealth 2019 Research Achievements
SecoHealth 2019 Research AchievementsTom Mens
 
SECO-Assist 2019 research seminar
SECO-Assist 2019 research seminarSECO-Assist 2019 research seminar
SECO-Assist 2019 research seminarTom 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 ManagersTom Mens
 

Mehr von 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
 

Kürzlich hochgeladen

Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application ) Sakshi Ghasle
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdfQucHHunhnh
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactdawncurless
 
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxContemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxRoyAbrique
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactPECB
 
Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfJayanti Pande
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Educationpboyjonauth
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformChameera Dedduwage
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)eniolaolutunde
 
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991RKavithamani
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxiammrhaywood
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfciinovamais
 
Student login on Anyboli platform.helpin
Student login on Anyboli platform.helpinStudent login on Anyboli platform.helpin
Student login on Anyboli platform.helpinRaunakKeshri1
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxGaneshChakor2
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxpboyjonauth
 

Kürzlich hochgeladen (20)

Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application )
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdf
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impact
 
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxContemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global Impact
 
Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdf
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Education
 
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdfTataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
 
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
 
Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy Reform
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)
 
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
 
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptxINDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
 
Student login on Anyboli platform.helpin
Student login on Anyboli platform.helpinStudent login on Anyboli platform.helpin
Student login on Anyboli platform.helpin
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptx
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptx
 
Staff of Color (SOC) Retention Efforts DDSD
Staff of Color (SOC) Retention Efforts DDSDStaff of Color (SOC) Retention Efforts DDSD
Staff of Color (SOC) Retention Efforts DDSD
 

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