2006 13th Working Conference on Reverse Engineering最新文献

筛选
英文 中文
How Outsourcing Affects the Quality of Mission Critical Software 外包如何影响关键任务软件的质量
2006 13th Working Conference on Reverse Engineering Pub Date : 2006-10-23 DOI: 10.1109/WCRE.2006.31
A. Capiluppi, J. Millen, C. Boldyreff
{"title":"How Outsourcing Affects the Quality of Mission Critical Software","authors":"A. Capiluppi, J. Millen, C. Boldyreff","doi":"10.1109/WCRE.2006.31","DOIUrl":"https://doi.org/10.1109/WCRE.2006.31","url":null,"abstract":"Often organisations employ third party contractors to carry out modifications and upgrades to an existing software product. This is usually done because of a lack of resource within the organisation: the software support staff could be busy on other projects, they could have a lack of expertise in the area of the work, or the job could just be too big to be done internally. Whatever the reason, bringing in an external contractor can have huge implications on the evolution of the software. As part of an evolution case study of a software product in use by the UK Royal Air Force (RAF), where third party contractor modifications were done on a regular basis, the implications of this third party work is being examined. The quality of the delivered software from both the in-house team and the contractor has been measured with particular attention to the software complexity. Preliminary results show that the software product experienced an increase of complexity throughout its evolution, specifically in the areas delivered by the contractors","PeriodicalId":306640,"journal":{"name":"2006 13th Working Conference on Reverse Engineering","volume":"39 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2006-10-23","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"124097804","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 8
Extracting Change-patterns from CVS Repositories 从CVS存储库中提取更改模式
2006 13th Working Conference on Reverse Engineering Pub Date : 2006-10-23 DOI: 10.1109/WCRE.2006.27
S. Bouktif, Yann-Gaël Guéhéneuc, G. Antoniol
{"title":"Extracting Change-patterns from CVS Repositories","authors":"S. Bouktif, Yann-Gaël Guéhéneuc, G. Antoniol","doi":"10.1109/WCRE.2006.27","DOIUrl":"https://doi.org/10.1109/WCRE.2006.27","url":null,"abstract":"Often, the only sources of information about the evolution of software systems are the systems themselves and their histories. Version control repositories contain information on several thousand of files and on millions of changes. We propose an approach based on dynamic time warping to discover change-patterns, which, for example, describe files that change together almost all the time. We define the synchrony change-pattern to answer the question: given a software system and one file under modification, what others files must be changed? We have applied our approach on PADL, a software system developed in Java, and on Mozilla. Interesting results are achieved even when the discovered groups of co-changing files are compared with these provided by experts","PeriodicalId":306640,"journal":{"name":"2006 13th Working Conference on Reverse Engineering","volume":"8 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2006-10-23","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"128882615","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 49
Visualization of CVS Repository Information CVS存储库信息的可视化
2006 13th Working Conference on Reverse Engineering Pub Date : 2006-10-23 DOI: 10.1109/WCRE.2006.55
Xinrong Xie, D. Poshyvanyk, Andrian Marcus
{"title":"Visualization of CVS Repository Information","authors":"Xinrong Xie, D. Poshyvanyk, Andrian Marcus","doi":"10.1109/WCRE.2006.55","DOIUrl":"https://doi.org/10.1109/WCRE.2006.55","url":null,"abstract":"Mining software repositories is an important activity during software evolution, as the extracted data is used to support a variety of software maintenance tasks. The key information extracted from these repositories gives a picture of the changes on the software system. To have a complete picture, tailored to the needs of the developer, the extracted data needs to be filtered, aggregated, and presented to the users. In this paper we propose a new visualization for such data, which relies on an existing software visualization front-end, SourceViewer3D (sv3D). The new visualization allows users to define multiple views of the change history data, each view helps answer a set of questions relevant to specific maintenance tasks. Data can be viewed at different granularity (e.g., file, line of text, method, class) and comprehensive views can be defined, which display to the user multiple data types at the same time. Complex questions and tasks can be solved with the aid of such views","PeriodicalId":306640,"journal":{"name":"2006 13th Working Conference on Reverse Engineering","volume":"35 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2006-10-23","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"123370997","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 37
A common framework for aspect mining based on crosscutting concern sorts 基于横切关注点分类的方面挖掘的通用框架
2006 13th Working Conference on Reverse Engineering Pub Date : 2006-06-27 DOI: 10.1109/WCRE.2006.6
M. Marin, L. Moonen, A. Deursen
{"title":"A common framework for aspect mining based on crosscutting concern sorts","authors":"M. Marin, L. Moonen, A. Deursen","doi":"10.1109/WCRE.2006.6","DOIUrl":"https://doi.org/10.1109/WCRE.2006.6","url":null,"abstract":"The increasing number of aspect mining techniques proposed in literature calls for a methodological way of comparing and combining them in order to assess, and improve on, their quality. This paper addresses this situation by proposing a common framework based on crosscutting concern sorts which allows for consistent assessment, comparison and combination of aspect mining techniques. The framework identifies a set of requirements that ensure homogeneity in formulating the mining goals, presenting the results and assessing their quality. We demonstrate feasibility of the approach by retrofitting an existing aspect mining technique to the framework, and by using it to design and implement two new mining techniques. We apply the three techniques to a known aspect mining benchmark and show how they can be consistently assessed and combined to increase the quality of the results. The techniques and combinations are implemented in FINT, our publicly available free aspect mining tool","PeriodicalId":306640,"journal":{"name":"2006 13th Working Conference on Reverse Engineering","volume":"10 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2006-06-27","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"123855537","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 33
0
×
引用
GB/T 7714-2015
复制
MLA
复制
APA
复制
导出至
BibTeX EndNote RefMan NoteFirst NoteExpress
×
提示
您的信息不完整,为了账户安全,请先补充。
现在去补充
×
提示
您因"违规操作"
具体请查看互助需知
我知道了
×
提示
确定
请完成安全验证×
相关产品
×
本文献相关产品
联系我们:info@booksci.cn Book学术提供免费学术资源搜索服务,方便国内外学者检索中英文文献。致力于提供最便捷和优质的服务体验。 Copyright © 2023 布克学术 All rights reserved.
京ICP备2023020795号-1
ghs 京公网安备 11010802042870号
Book学术文献互助
Book学术文献互助群
群 号:604180095
Book学术官方微信