Proceedings of the 2006 OOPSLA workshop on eclipse technology eXchange最新文献

筛选
英文 中文
Next-generation DPP with Sangam and Facetop
Proceedings of the 2006 OOPSLA workshop on eclipse technology eXchange Pub Date : 2006-10-22 DOI: 10.1145/1188835.1188837
Kanyamas Navoraphan, E. Gehringer, James Culp, Karl Gyllstrom, D. Stotts
{"title":"Next-generation DPP with Sangam and Facetop","authors":"Kanyamas Navoraphan, E. Gehringer, James Culp, Karl Gyllstrom, D. Stotts","doi":"10.1145/1188835.1188837","DOIUrl":"https://doi.org/10.1145/1188835.1188837","url":null,"abstract":"This paper describes a state-of-the-art environment for distributed Extreme Programming that results from combining the Sangam editor, developed at NCSU and the Facetop user interface, developed at UNC-Chapel Hill. Sangam facilitates distributed Extreme Programming by sending events back and forth between a driver and a navigator working under the Eclipse development environment. Concurrently, Facetop allows the distributed pair to recapture some of the face-to-face communications that are lost in no-video distributed pairing sessions. The integrated tool is a quantum leap forward for distributed Extreme Programming as well as distributed agile development.","PeriodicalId":297590,"journal":{"name":"Proceedings of the 2006 OOPSLA workshop on eclipse technology eXchange","volume":"9 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2006-10-22","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"125500571","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}
引用次数: 15
MolhadoRef: a refactoring-aware infrastructure for OO programs MolhadoRef:面向对象程序的重构感知基础设施
Proceedings of the 2006 OOPSLA workshop on eclipse technology eXchange Pub Date : 2006-10-22 DOI: 10.1145/1188835.1188841
Danny Dig, K. Manzoor, T. Nguyen, Ralph E. Johnson
{"title":"MolhadoRef: a refactoring-aware infrastructure for OO programs","authors":"Danny Dig, K. Manzoor, T. Nguyen, Ralph E. Johnson","doi":"10.1145/1188835.1188841","DOIUrl":"https://doi.org/10.1145/1188835.1188841","url":null,"abstract":"Refactoring tools allow programmers to change source code much quicker than before. However, the complexity of these changes cause versioning tools that operate at a file level to lose the history of components. This problem can be solved by semantic, operation-based SCM with persistent IDs. We propose that versioning tools be aware of the program entities and the refactoring operations. MolhadoRef uses these techniques to ensure that it never loses history.","PeriodicalId":297590,"journal":{"name":"Proceedings of the 2006 OOPSLA workshop on eclipse technology eXchange","volume":"17 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2006-10-22","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"125605032","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}
引用次数: 5
HAM: cross-cutting concerns in Eclipse HAM: Eclipse中的横切关注点
Proceedings of the 2006 OOPSLA workshop on eclipse technology eXchange Pub Date : 2006-10-22 DOI: 10.1145/1188835.1188840
S. Breu, Thomas Zimmermann, Christian Lindig
{"title":"HAM: cross-cutting concerns in Eclipse","authors":"S. Breu, Thomas Zimmermann, Christian Lindig","doi":"10.1145/1188835.1188840","DOIUrl":"https://doi.org/10.1145/1188835.1188840","url":null,"abstract":"As programs evolve, newly added functionality sometimes no longer aligns with the original design, ending up scattered across the software system. Aspect mining tries to identify such cross-cutting concerns in a program to support maintenance, or as a first step towards an aspect-oriented program. Previous approaches to aspect mining applied static or dynamic program analysis techniques to a single version of a system. We exploit all versions from a system's CVS history to mine aspect candidates; we are about to extend our research prototype to an Eclipse plug-in called HAM: when a single CVS commit adds calls to the same (small) set of methods in many unrelated locations, these method calls are likely to be cross-cutting. HAM employs formal concept analysis to identify aspect candidates. Analysing one commit operation at a time makes the approach scale to industrial-sized programs. In an evaluation we mined cross-cutting concerns from Eclipse 3.2M3 and found that up to 90% of the top-10 aspect candidates are truly cross-cutting concerns.","PeriodicalId":297590,"journal":{"name":"Proceedings of the 2006 OOPSLA workshop on eclipse technology eXchange","volume":"34 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2006-10-22","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"121222352","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}
引用次数: 2
FrUiT: IDE support for framework understanding 成果:IDE对框架理解的支持
Proceedings of the 2006 OOPSLA workshop on eclipse technology eXchange Pub Date : 2006-10-22 DOI: 10.1145/1188835.1188847
Marcel Bruch, Thorsten Schäfer, M. Mezini
{"title":"FrUiT: IDE support for framework understanding","authors":"Marcel Bruch, Thorsten Schäfer, M. Mezini","doi":"10.1145/1188835.1188847","DOIUrl":"https://doi.org/10.1145/1188835.1188847","url":null,"abstract":"Frameworks provide means to reuse existing design and functionality, but first require developers to understand how to use them. Learning the correct usage of a framework can be difficult due to the large number of rules to obey and the complex collaborations between the classes. We propose the use of data mining techniques to extract reuse patterns from existing framework instantiations. Based on these patterns, suggestions about other relevant parts of the framework are presented to novice users in a context-dependent manner. We have built FrUiT, an Eclipse plug-in that implements this approach and present a first assessment by mining parts of the Eclipse framework.","PeriodicalId":297590,"journal":{"name":"Proceedings of the 2006 OOPSLA workshop on eclipse technology eXchange","volume":"33 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2006-10-22","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"129542071","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}
引用次数: 57
JExercise: a specification-based and test-driven exercise support plugin for Eclipse JExercise:一个基于规范和测试驱动的Eclipse练习支持插件
Proceedings of the 2006 OOPSLA workshop on eclipse technology eXchange Pub Date : 2006-10-22 DOI: 10.1145/1188835.1188850
Hallvard Trætteberg, Trond Aalberg
{"title":"JExercise: a specification-based and test-driven exercise support plugin for Eclipse","authors":"Hallvard Trætteberg, Trond Aalberg","doi":"10.1145/1188835.1188850","DOIUrl":"https://doi.org/10.1145/1188835.1188850","url":null,"abstract":"Programming exercises are an important part of an introductory course in programming. To improve the focus on encapsulation, requirements-based testing and give better feedback given to the students during their work, we have created an Eclipse-based plugin called JExercise. Based on a model of an exercise, it presents the structure of requirements to the student and allows her to test the code by running accompanying JUnit tests.","PeriodicalId":297590,"journal":{"name":"Proceedings of the 2006 OOPSLA workshop on eclipse technology eXchange","volume":"39 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2006-10-22","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"124365429","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}
引用次数: 16
Fine-grained processing of CVS archives with APFEL 使用APFEL对CVS存档进行细粒度处理
Proceedings of the 2006 OOPSLA workshop on eclipse technology eXchange Pub Date : 2006-10-22 DOI: 10.1145/1188835.1188839
Thomas Zimmermann
{"title":"Fine-grained processing of CVS archives with APFEL","authors":"Thomas Zimmermann","doi":"10.1145/1188835.1188839","DOIUrl":"https://doi.org/10.1145/1188835.1188839","url":null,"abstract":"In this paper, we present the APFEL plug-in that collects fine-grained changes from version archives in a database. APFEL is built upon the Eclipse infrastructure for CVS and Java. In order to describe changes, APFEL uses tokens such as method calls, exceptions, and variable usages. We demonstrate the usefulness of APFEL's database with several case studies.","PeriodicalId":297590,"journal":{"name":"Proceedings of the 2006 OOPSLA workshop on eclipse technology eXchange","volume":"7 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2006-10-22","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"130763475","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
Guidance through active concerns 通过积极关注进行指导
Proceedings of the 2006 OOPSLA workshop on eclipse technology eXchange Pub Date : 2006-10-22 DOI: 10.1145/1188835.1188848
Barthélémy Dagenais, H. Ossher
{"title":"Guidance through active concerns","authors":"Barthélémy Dagenais, H. Ossher","doi":"10.1145/1188835.1188848","DOIUrl":"https://doi.org/10.1145/1188835.1188848","url":null,"abstract":"Producing usable documentation has always been a tedious task, and even communicating important knowledge about a system among collaborators is difficult. This paper describes an approach to creating documentation in the form of guides, which encapsulate passive information about important tasks along with active steps to be followed. The approach is concern-based, and introduces active steps into traditionally passive concerns. A developer can begin by creating a concern that identifies elements of importance in the context of a task, which, we believe, is easier and more natural than trying to formulate a process up front. S/he can then easily create a guide to the task based on this concern, and export it. Other developers can follow the guide, and, as they do so, their results are recorded as examples for future reference. As an early step towards validation, we created a guide for the complex task of creating an Eclipse editor.","PeriodicalId":297590,"journal":{"name":"Proceedings of the 2006 OOPSLA workshop on eclipse technology eXchange","volume":"55 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2006-10-22","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"127068585","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}
引用次数: 7
A toolsuite for the verification of real-time systems in Eclipse 用于验证Eclipse中的实时系统的工具套件
Proceedings of the 2006 OOPSLA workshop on eclipse technology eXchange Pub Date : 2006-10-22 DOI: 10.1145/1188835.1188843
Lucía Cavatorta, Guido de Caso, A. Ferrari, V. Braberman, D. Garbervetsky, N. Kicillof, F. Schapachnik, A. Olivero
{"title":"A toolsuite for the verification of real-time systems in Eclipse","authors":"Lucía Cavatorta, Guido de Caso, A. Ferrari, V. Braberman, D. Garbervetsky, N. Kicillof, F. Schapachnik, A. Olivero","doi":"10.1145/1188835.1188843","DOIUrl":"https://doi.org/10.1145/1188835.1188843","url":null,"abstract":"In this work we present an Eclipse plug-in for the VINTIME (Verifier of INtegrated TImed ModEls) suite of tools that combines high-level expressive power, unassisted property-preserving model reduction and distributed model checking to describe and verify complex real-time system designs and their properties.","PeriodicalId":297590,"journal":{"name":"Proceedings of the 2006 OOPSLA workshop on eclipse technology eXchange","volume":"17 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2006-10-22","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"115386220","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}
引用次数: 0
Proceedings of the 2006 OOPSLA workshop on eclipse technology eXchange 2006年eclipse技术交流OOPSLA研讨会论文集
M. Burke, A. Orso, M. Robillard
{"title":"Proceedings of the 2006 OOPSLA workshop on eclipse technology eXchange","authors":"M. Burke, A. Orso, M. Robillard","doi":"10.1145/1188835","DOIUrl":"https://doi.org/10.1145/1188835","url":null,"abstract":"","PeriodicalId":297590,"journal":{"name":"Proceedings of the 2006 OOPSLA workshop on eclipse technology eXchange","volume":"59 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2006-10-22","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"122792204","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}
引用次数: 5
SSVChecker: unifying static security vulnerability detection tools in an Eclipse plug-in SSVChecker:统一Eclipse插件中的静态安全漏洞检测工具
Proceedings of the 2006 OOPSLA workshop on eclipse technology eXchange Pub Date : 2006-10-22 DOI: 10.1145/1188835.1188842
J. Dehlinger, Qian Feng, Lan Hu
{"title":"SSVChecker: unifying static security vulnerability detection tools in an Eclipse plug-in","authors":"J. Dehlinger, Qian Feng, Lan Hu","doi":"10.1145/1188835.1188842","DOIUrl":"https://doi.org/10.1145/1188835.1188842","url":null,"abstract":"The increasing complexity of secure software applications has given rise to static analysis security tools to alert developers to potential security flaws within source code. However, these static security vulnerability detection tools tend to be difficult to use and are not integrated with common software development environments. The contribution of this work is SSVChecker, an Eclipse plug-in that unifies existing static security vulnerability detection tools into a powerful, intuitive tool. We make three fundamental claims for SSVChecker. First, it contains functionality not found in other static security vulnerability detection tools (e.g., union and intersection of multiple tool results). Second, the tool can adapt to the results of user-performed analysis to prevent repeatedly reporting user-dismissed security vulnerabilities. Lastly, it operates on a user-friendly, generic framework allowing for the inclusion of future static security vulnerability detection tools. To illustrate these claims, we use SSVChecker on a security-sensitive networking package. Results show the benefits of the tool in identifying potential security vulnerabilities.","PeriodicalId":297590,"journal":{"name":"Proceedings of the 2006 OOPSLA workshop on eclipse technology eXchange","volume":"38 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2006-10-22","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"124075593","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}
引用次数: 9
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学术文献互助群
群 号:481959085
Book学术官方微信