Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
14 | 2 | 1 | 0.952 | constructor_body |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 14 | 43 | E:/TSE/Projects-CloneDR/columba-1.4-src/core/src/main/java/org/columba/core/util/FindReplace.java |
2 | 12 | 59 | E:/TSE/Projects-CloneDR/columba-1.4-src/core/src/main/java/org/columba/core/util/FindReplace.java |
| |||||
{ // some other version of the constructor this.pattern = pattern; this.source = source; this.replaceWith = new String(); casesensitive = false; matchwholeword = false; backwards = false; isFound = false; lastreplaceposition = lastfoundposition = -1; m = null; p = null; } |
| |||||
{ // some other version of the constructor this.pattern = pattern; this.source = source; this.replaceWith = replaceWith; casesensitive = false; matchwholeword = false; backwards = false; isFound = false; lastreplaceposition = lastfoundposition = -1; m = null; p = null; } |
| |||
{ // some other version of the constructor this.pattern = pattern; this.source = source; this.replaceWith = [[#variable130a2060]]; casesensitive = false; matchwholeword = false; backwards = false; isFound = false; lastreplaceposition = lastfoundposition = -1; m = null; p = null; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#130a2060]] | new String() |
1 | 2 | [[#130a2060]] | replaceWith |