[PDF] Toward Improved Understanding And Management Of Software Clones - eBooks Review

Toward Improved Understanding And Management Of Software Clones


Toward Improved Understanding And Management Of Software Clones
DOWNLOAD

Download Toward Improved Understanding And Management Of Software Clones PDF/ePub or read online books in Mobi eBooks. Click Download or Read Online button to get Toward Improved Understanding And Management Of Software Clones book now. This website allows unlimited access to, at the time of writing, more than 1.5 million titles, including hundreds of thousands of titles in various foreign languages. If the content not found or just blank you must refresh this page



Toward Improved Understanding And Management Of Software Clones


Toward Improved Understanding And Management Of Software Clones
DOWNLOAD
Author : Wei Wang
language : en
Publisher:
Release Date : 2012

Toward Improved Understanding And Management Of Software Clones written by Wei Wang and has been published by this book supported file pdf, txt, epub, kindle and other format this book has been release on 2012 with categories.


The cloning of code is controversial as a development practice. Empirical studies on the long-term effects of cloning on software quality and maintainability have produced mixed results. Some studies have found that cloning has a negative impact on code readability, bug propagation, and the presence of cloning may indicate wider problems in software design and management. At the same time, other studies have found that cloned code is less likely to have defects, and thus is arguably more stable, better designed, and better maintained. These results suggest that the effect of cloning on software quality and maintainability may be determinable only on a case-by-case basis, and this only aggravates the challenge of establishing a principled framework of clone management and understanding. This thesis aims to improve the understanding and management of clones within software systems.



Empirical Research Towards A Relevance Assessment Of Software Clones


Empirical Research Towards A Relevance Assessment Of Software Clones
DOWNLOAD
Author : Saman Bazrafshan
language : en
Publisher: Logos Verlag Berlin GmbH
Release Date : 2017-06-30

Empirical Research Towards A Relevance Assessment Of Software Clones written by Saman Bazrafshan and has been published by Logos Verlag Berlin GmbH this book supported file pdf, txt, epub, kindle and other format this book has been release on 2017-06-30 with Computers categories.


Redundancies in program source code - software clones - are a common phenomenon. Although it is often claimed that software clones decrease the maintainability of software systems and need to be managed, research in the last couple of years showed that not all clones can be considered harmful. A sophisticated assessment of the relevance of software clones and a cost-benefit analysis of clone management is needed to gain a better understanding of cloning and whether it is truly a harmful phenomenon. This thesis introduces techniques to model, analyze, and evaluate versatile aspects of software clone evolution within the history of a system. We present a mapping of non-identical clones across multiple versions of a system, that avoids possible ambiguities of previous approaches. Though processing more data to determine the context of each clone to avoid an ambiguous mapping, the approach is shown to be efficient and applicable to large systems for a retrospective analysis of software clone evolution. The approach has been used in several studies to gain insights into the phenomenon of cloning in open-source as well as industrial software systems. Our results show that non-identical clones require more attention regarding clone management compared to identical clones as they are the dominating clone type for the main share of our subject systems. Using the evolution model to investigate costs and benefits of refactorings that remove clones, we conclude that clone removals could not reduce maintenance costs for most systems under study.



Toward An Understanding Of Software Code Cloning As A Development Practice


Toward An Understanding Of Software Code Cloning As A Development Practice
DOWNLOAD
Author : Cory J. Kapser
language : en
Publisher:
Release Date : 2009

Toward An Understanding Of Software Code Cloning As A Development Practice written by Cory J. Kapser and has been published by this book supported file pdf, txt, epub, kindle and other format this book has been release on 2009 with categories.


Code cloning is the practice of duplicating existing source code for use elsewhere within a software system. Within the research community, conventional wisdom has asserted that code cloning is generally a bad practice, and that code clones should be removed or refactored where possible. While there is significant anecdotal evidence that code cloning can lead to a variety of maintenance headaches -- such as code bloat, duplication of bugs, and inconsistent bug fixing -- there has been little empirical study on the frequency, severity, and costs of code cloning with respect to software maintenance. This dissertation seeks to improve our understanding of code cloning as a common development practice through the study of several widely adopted, medium-sized open source software systems. We have explored the motivations behind the use of code cloning as a development practice by addressing several fundamental questions: For what reasons do developers choose to clone code? Are there distinct identifiable patterns of cloning? What are the possible short- and long-term term risks of cloning? What management strategies are appropriate for the maintenance and evolution of clones? When is the ``cure'' (refactoring) likely to cause more harm than the ``disease'' (cloning)? There are three major research contributions of this dissertation. First, we propose a set of requirements for an effective clone analysis tool based on our experiences in clone analysis of large software systems. These requirements are demonstrated in an example implementation which we used to perform the case studies prior to and included in this thesis. Second, we present an annotated catalogue of common code cloning patterns that we observed in our studies. Third, we present an empirical study of the relative frequencies and likely harmfulness of instances of these cloning patterns as observed in two medium-sized open source software systems, the Apache web server and the Gnumeric spreadsheet application. In summary, it appears that code cloning is often used as a principled engineering technique for a variety of reasons, and that as many as 71% of the clones in our study could be considered to have a positive impact on the maintainability of the software system. These results suggest that the conventional wisdom that code clones are generally harmful to the quality of a software system has been proven wrong.



Grand Timely Topics In Software Engineering


Grand Timely Topics In Software Engineering
DOWNLOAD
Author : Jácome Cunha
language : en
Publisher: Springer
Release Date : 2017-06-28

Grand Timely Topics In Software Engineering written by Jácome Cunha and has been published by Springer this book supported file pdf, txt, epub, kindle and other format this book has been release on 2017-06-28 with Computers categories.


This tutorial volume includes the revised and extended tutorials (briefings) held at the 5th International Summer School on Grand Timely Topics in Software Engineering, GTTSE 2015, in Braga, Portugal, in August 2015. GTTSE 2015 applied a broader scope to include additional areas of software analysis, empirical research, modularity, and product lines. The tutorials/briefings cover probabilistic program analysis, ontologies in software engineering, empirical evaluation of programming and programming languages, model synchronization management of software product families, "people analytics" in software development, DSLs in robotics, structured program generation techniques, advanced aspects of software refactoring, and name binding in language implementation.



Improving The Unification Of Software Clones Using Tree And Graph Matching Algorithms


Improving The Unification Of Software Clones Using Tree And Graph Matching Algorithms
DOWNLOAD
Author : Giri Panamoottil Krishnan
language : en
Publisher:
Release Date : 2014

Improving The Unification Of Software Clones Using Tree And Graph Matching Algorithms written by Giri Panamoottil Krishnan and has been published by this book supported file pdf, txt, epub, kindle and other format this book has been release on 2014 with categories.


Code duplication is common in all kind of software systems and is one of the most troublesome hurdles in software maintenance and evolution activities. Even though these code clones are created for the reuse of some functionality, they usually go through several modifications after their initial introduction. This has a serious negative impact on the maintainability, comprehensibility, and evolution of software systems. Existing code duplication can be eliminated by extracting the common functionality into a single module. In the past, several techniques have been developed for the detection and management of software clones. However, the unification and refactoring of software clones is still a challenging problem, since the existing tools are mostly focused on clone detection and there is no tool to find particularly refactoring-oriented clones. The programmers need to manually understand the clones returned by the clone detection tools, decide whether they should be refactored, and finally perform their refactoring. This obvious gap between the clone detection tools and the clone analysis tools, makes the refactoring tedious and the programmers reluctant towards refactoring duplicate codes. In this thesis, an approach for the unification and refactoring of software clones that overcomes the limitations of previous approaches is presented. More specifically, the proposed technique is able to detect and parameterize non-trivial differences between the clones. Moreover, it can find a mapping between the statements of the clones that minimizes the number of differences. We have also defined preconditions in order to determine whether the duplicated code can be safely refactored to preserve the behavior of the existing code. We compared the proposed technique with a competitive clone refactoring tool and concluded that our approach is able to find a significantly larger number of refactorable clones.



Toward An Improved Understanding Of Software Change


Toward An Improved Understanding Of Software Change
DOWNLOAD
Author : Lijie Zou
language : en
Publisher:
Release Date : 2006

Toward An Improved Understanding Of Software Change written by Lijie Zou and has been published by this book supported file pdf, txt, epub, kindle and other format this book has been release on 2006 with categories.




Customer Relationship Management


Customer Relationship Management
DOWNLOAD
Author : Chaturvedi
language : en
Publisher: Excel Books India
Release Date : 2006-03-30

Customer Relationship Management written by Chaturvedi and has been published by Excel Books India this book supported file pdf, txt, epub, kindle and other format this book has been release on 2006-03-30 with Business & Economics categories.


About the Book: Customer Relationship Management CRM was born in the 1990s in the West. In the initial phases, the over enthusiastic businesses invested almost US$ 400 billion. But, the very same businesses were disheartened very soon primarily because there were no * visible. And, there were no quick results mainly because 80 per cent of the investments were made in technology. 'CRM' meant 'technology' to them then; 'CRM' means 'technology' to them even today. However, no business need bother so long as it is ready to go by the 'human' aspect of CRM, and take technology only as a facilitator. This book is an attempt to present this 'human' side of CRM. The authors' belief is that, in the long-term, CRM can be successful only due to its 'human' face. The book is arranged in three Parts. Part I, Customer Relationship Management, contains the academic inputs titled as Customer is King, Customer Managed Relationships MINI-Marketing, Types of CRM, Building Blocks of CRM & CRM Strategies, Customer Relationship Management by Indian Firms, Customer Retention Strategies, HRM in CRM, and Implementing a Technology-based CRM Solution. Part II, Call Centre Management, covers the areas concerning the working of a call centre titled as The Call Centre, Call Centre Functionality, Team Building, Customer Relationship Management, Web-based Customer Support, and Contact Centre Glossary. Part III, Cases, gives a first-hand idea of the working of CRM in the more peculiar contexts, like public sector undertakings through five well documented cases. Contents Part I: Customer Relationship Management, Customer is King, Customer Managed Relationships-Mini-Marketing, Types of CRM, Building Blocks of CRM & CRM Strategy, Customer Relationship Management by Indian Firms, Customer Retention Strategies, HRM in CRM, Implementing a Technology-based CRM Solution, Future Trends in CRM Part II: Call Centre Management, The Call Centre, Call Centre Functionality, Team Building, Customer Relatio



Code Clone Analysis


Code Clone Analysis
DOWNLOAD
Author : Katsuro Inoue
language : en
Publisher: Springer Nature
Release Date : 2021-08-03

Code Clone Analysis written by Katsuro Inoue and has been published by Springer Nature this book supported file pdf, txt, epub, kindle and other format this book has been release on 2021-08-03 with Computers categories.


This is the first book organized around code clone analysis. To cover the broad studies of code clone analysis, this book selects past research results that are important to the progress of the field and updates them with new results and future directions. The first chapter provides an introduction for readers who are inexperienced in the foundation of code clone analysis, defines clones and related terms, and discusses the classification of clones. The chapters that follow are categorized into three main parts to present 1) major tools for code clone analysis, 2) fundamental topics such as evaluation benchmarks, clone visualization, code clone searches, and code similarities, and 3) applications to actual problems. Each chapter includes a valuable reference list that will help readers to achieve a comprehensive understanding of this diverse field and to catch up with the latest research results. Code clone analysis relies heavily on computer science theories such as pattern matching algorithms, computer language, and software metrics. Consequently, code clone analysis can be applied to a variety of real-world tasks in software development and maintenance such as bug finding and program refactoring. This book will also be useful in designing an effective curriculum that combines theory and application of code clone analysis in university software engineering courses.



Software Process Improvement For Small And Medium Enterprises Techniques And Case Studies


Software Process Improvement For Small And Medium Enterprises Techniques And Case Studies
DOWNLOAD
Author : Oktaba, Hanna
language : en
Publisher: IGI Global
Release Date : 2008-04-30

Software Process Improvement For Small And Medium Enterprises Techniques And Case Studies written by Oktaba, Hanna and has been published by IGI Global this book supported file pdf, txt, epub, kindle and other format this book has been release on 2008-04-30 with Business & Economics categories.


Software engineering is of major importance to all enterprises; however, the key areas of software quality and software process improvement standards and models are currently geared toward large organizations, where most software organizations are small and medium enterprises. Software Process Improvement for Small and Medium Enterprises: Techniques and Case Studies offers practical and useful guidelines, models, and techniques for improving software processes and products for small and medium enterprises, utilizing the authoritative, demonstrative tools of case studies and lessons learned to provide academics, scholars, and practitioners with an invaluable research source.



Fundamental Approaches To Software Engineering


Fundamental Approaches To Software Engineering
DOWNLOAD
Author : Perdita Stevens
language : en
Publisher: Springer
Release Date : 2016-03-22

Fundamental Approaches To Software Engineering written by Perdita Stevens and has been published by Springer this book supported file pdf, txt, epub, kindle and other format this book has been release on 2016-03-22 with Computers categories.


This book constitutes the proceedings of the 19th International Conference on Fundamental Approaches to Software Engineering, FASE 2016, which took place in Eindhoven, The Netherlands, in April 2016, held as Part of the European Joint Conferences on Theory and Practice of Software, ETAPS 2016. The 23 full papers presented in this volume were carefully reviewed and selected from 90 submissions. They were organized in topical sections named: concurrent and distributed systems; model-driven development; analysis and bug triaging; probabilistic and stochastic systems; proof and theorem proving; and verification.