ETRI-Knowledge Sharing Plaform

KOREAN
논문 검색
Type SCI
Year ~ Keyword

Detail

Conference Paper Applying a Code Clone Detection Method to Domain Analysis of Device Drivers
Cited 7 time in scopus Share share facebook twitter linkedin kakaostory
Authors
Yu-Seung Ma, Duk-Kuyn Woo
Issue Date
2007-12
Citation
Asia-Pacific Software Engineering Conference (APSEC) 2007, pp.254-261
Language
English
Type
Conference Paper
DOI
https://dx.doi.org/10.1109/APSEC.2007.25
Abstract
Domain analysis is the process of analyzing related software systems in a domain to find their common and variable parts. In the case of device drivers, they are highly suitable for domain analysis because device drivers of the same domain are implemented similarly for each device and each system that they support. Considering this characteristic, this paper introduces a new approach to the domain analysis of device drivers. Our method uses a code clone detection technique to extract similarity among device drivers of the same domain. To examine the applicability of our method, we investigated whole device drivers of a Linux source. Results showed that many reusable similar codes can be discerned by the code clone detection method. © 2007 IEEE.
KSP Keywords
Code clone detection, Detection Method, Device driver, New approach, detection techniques, domain analysis, software system