Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 2 | 1 | 0.987 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 843 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/SmartSemicolonAutoEditStrategy.java |
2 | 1 | 873 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/SmartSemicolonAutoEditStrategy.java |
| ||||
// accept array return type int pos = firstNonWhitespaceBackward(document, position, partitioning, -1); |
| ||||
int p = firstNonWhitespaceBackward(document, position, partitioning, -1); |
| |||
// accept array return type int [[#variableb8cf24e0]]= firstNonWhitespaceBackward(document, position, partitioning, -1); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#b8cf24e0]] | pos |
1 | 2 | [[#b8cf24e0]] | p |