Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 1 | 0.988 | statement_sequence |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 1047 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/JavaIndenter.java |
2 | 3 | 1065 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/JavaIndenter.java |
| ||||
if (isInBlock) fIndent = getBlockIndent(mayBeMethodBody == READ_IDENT, isTypeBody); // else: fIndent set by previous calls return fPreviousPos; |
| ||||
if (isInBlock) fIndent = getBlockIndent(mayBeMethodBody == READ_IDENT, isTypeBody); return pos; // it's not - do as with all the above |
| |||
if (isInBlock) fIndent = getBlockIndent(mayBeMethodBody == READ_IDENT, isTypeBody); // else: fIndent set by previous calls return [[#variablea1561fc0]]; // it's not - do as with all the above |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#a1561fc0]] | pos |
1 | 2 | [[#a1561fc0]] | fPreviousPos |