Proceedings IEEE International Conference on Software Maintenance - 1999 (ICSM'99). 'Software Maintenance for Business Change' 1999
DOI: 10.1109/icsm.1999.792593
|View full text |Cite
|
Sign up to set email alerts
|

A language independent approach for detecting duplicated code

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
1
1
1
1

Citation Types

2
299
1
2

Year Published

2003
2003
2024
2024

Publication Types

Select...
5
3
1

Relationship

0
9

Authors

Journals

citations
Cited by 412 publications
(304 citation statements)
references
References 9 publications
2
299
1
2
Order By: Relevance
“…Data from empirical studies show that typically between 8% and 12% of industrial software consists of duplicated code [DRD99]. Although this may not seem like much, in fact it is difficult to achieve very high rates of duplication.…”
Section: Detecting Duplicated Codementioning
confidence: 99%
See 1 more Smart Citation
“…Data from empirical studies show that typically between 8% and 12% of industrial software consists of duplicated code [DRD99]. Although this may not seem like much, in fact it is difficult to achieve very high rates of duplication.…”
Section: Detecting Duplicated Codementioning
confidence: 99%
“…The Dotplot tool [Hel95] has been used to detect similarities in manual pages, literary texts and names from file systems. In the FAMOOS project, the pattern has been applied to build Duploc, a tool for identifying duplication in software source code [DRD99]. The Dup tool [Bak92] has been used to investigated the source code of the X-Window system and uses a dotplot matrix graphical representation.…”
Section: Known Usesmentioning
confidence: 99%
“…One of the widely-used string similarity methods is to find a longest common subsequence (LCS) which is adopted by the NiCad clone detector (Roy and Cordy 2008), Plague (Whale 1990), the first version of YAP (Wise 1992), and CoP (Luo et al 2014). Other text-based tools with string matching algorithms other than LCS include, but not limited to, Duploc (Ducasse et al 1999), Simian (Harris 2015, and PMD's Copy/Paste Detector (CPD) (Dangel A and Pelisse R 2011).…”
Section: Code Similarity Measurementmentioning
confidence: 99%
“…There are a lot of researches on clone detection and many tools have been developed [21][22][23][24][25][26][27].We could have used those tools instead of CCFinder.…”
Section: Smatmentioning
confidence: 99%