Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 2 | 3 | 0.959 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 2334 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/core/compiler/CharOperation.java |
2 | 1 | 2350 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/core/compiler/CharOperation.java |
| ||||
int pSegmentEnd = CharOperation.indexOf(pathSeparator, pattern, pSegmentStart + 1); |
| ||||
int fSegmentEnd = CharOperation.indexOf(pathSeparator, filepath, fSegmentStart + 1); |
| |||
int [[#variablea18fd520]]= CharOperation.indexOf(pathSeparator, [[#variablea18fd4c0]], [[#variablea18fd440]] + 1); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#a18fd520]] | pSegmentEnd |
1 | 2 | [[#a18fd520]] | fSegmentEnd |
2 | 1 | [[#a18fd4c0]] | pattern |
2 | 2 | [[#a18fd4c0]] | filepath |
3 | 1 | [[#a18fd440]] | pSegmentStart |
3 | 2 | [[#a18fd440]] | fSegmentStart |