Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 2 | 0.973 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 55 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/util/SimpleNameVector.java |
2 | 2 | 2522 | plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/matching/MatchLocator.java |
| ||||
if (CharOperation.equals(element, this.elements[i])) return true; |
| ||||
if (CharOperation.equals(compoundName, this.allSuperTypeNames[i])) return true; |
| |||
if (CharOperation.equals( [[#variablebc2d8f00]], this. [[#variablebc2d8da0]][i])) return true; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#bc2d8f00]] | element |
1 | 2 | [[#bc2d8f00]] | compoundName |
2 | 1 | [[#bc2d8da0]] | elements |
2 | 2 | [[#bc2d8da0]] | allSuperTypeNames |