Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 1 | 0.984 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 1823 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/core/Signature.java |
2 | 5 | 328 | plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/indexing/SourceIndexerRequestor.java |
| ||||
if (lastGenericStart < 0) { if (lastDot < 0) { return name; } return CharOperation.subarray(name, lastDot + 1, length); } |
| ||||
if (lastGenericStart < 0) { if (lastDot < 0) { return typeName; } return CharOperation.subarray(typeName, lastDot + 1, length); } |
| |||
if (lastGenericStart < 0) { if (lastDot < 0) { return [[#variable92b9f2c0]]; } return CharOperation.subarray( [[#variable92b9f2c0]], lastDot + 1, length); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#92b9f2c0]] | name |
1 | 2 | [[#92b9f2c0]] | typeName |