Enhancing Quality of Code Clone Detection with Program Dependency Graph

  • Authors:
  • Yoshiki Higo;Shinji Kusumoto

  • Affiliations:
  • -;-

  • Venue:
  • WCRE '09 Proceedings of the 2009 16th Working Conference on Reverse Engineering
  • Year:
  • 2009

Quantified Score

Hi-index 0.00

Visualization

Abstract

At present, there are various kinds of code clone detection techniques. PDG-based detection is suitable to detect non-contiguous code clones meanwhile other detection techniques are not suited to detect them. However, there is a tendency that it cannot detect contiguous code clones unlike string-based or token-based technique.This paper proposes two techniques to enhance the PDG-based detection for practical usage.The software tool, Scorpio has been developed based on the techniques.