The StoneDetector system is an analysis system for finding code clones in java programs using control flow information. In contrast to well-known clone detectors, the StoneDetector system uses a special kind of contro...
详细信息
ISBN:
(纸本)9798350344424
The StoneDetector system is an analysis system for finding code clones in java programs using control flow information. In contrast to well-known clone detectors, the StoneDetector system uses a special kind of control flow representation for code analysis, i.e., dominator trees. In previous work, the StoneDetector system has been shown to achieve better results for clone detection when compared to other text-based techniques, especially in case of structural code clones and subclones, as well as for code clones with larger syntactic variance. In this paper, after a brief introduction of the basic clone detection technique underlying the StoneDetector system, we present its architecture and its various operation modes working on java source code and Bytecode.
暂无评论