Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 6 | 0 | 1.000 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 1250 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/core/compiler/CharOperation.java |
2 | 6 | 1316 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/core/compiler/CharOperation.java |
3 | 6 | 1366 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/core/compiler/CharOperation.java |
4 | 6 | 1563 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/core/compiler/CharOperation.java |
5 | 6 | 155 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/JavaElementDeltaBuilder.java |
6 | 6 | 94 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/ClassFileStruct.java |
| ||||
if (first == second) return true; if (first == null || second == null) return false; if (first.length != second.length) return false; |
| ||||
if (first == second) return true; if (first == null || second == null) return false; if (first.length != second.length) return false; |
| ||||
if (first == second) return true; if (first == null || second == null) return false; if (first.length != second.length) return false; |
| ||||
if (first == second) return true; if (first == null || second == null) return false; if (first.length != second.length) return false; |
| ||||
if (first == second) return true; if (first == null || second == null) return false; if (first.length != second.length) return false; |
| ||||
if (first == second) return true; if (first == null || second == null) return false; if (first.length != second.length) return false; |
| |||
if (first == second) return true; if (first == null || second == null) return false; if (first.length != second.length) return false; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |