Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 1 | 0.990 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 818 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/SmartSemicolonAutoEditStrategy.java |
2 | 4 | 822 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/SmartSemicolonAutoEditStrategy.java |
| ||||
if (position < 1) return false; position = eatBrackets(document, position - 1, partitioning); |
| ||||
if (position < 1) return false; position = eatIdentToLeft(document, position - 1, partitioning); |
| |||
if (position < 1) return false; position = [[#variable59b08460]](document, position - 1, partitioning); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#59b08460]] | eatIdentToLeft |
1 | 2 | [[#59b08460]] | eatBrackets |