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_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 1074 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/JavaAutoIndentStrategy.java |
2 | 4 | 1117 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/JavaAutoIndentStrategy.java |
| ||||
if (indent != null) { c.text = indent.toString() + "else"; //$NON-NLS-1$ c.length += c.offset - lineOffset; c.offset = lineOffset; } |
| ||||
if (indent != null) { c.text = indent.toString() + "case"; //$NON-NLS-1$ c.length += c.offset - lineOffset; c.offset = lineOffset; } |
| |||
if (indent != null) { c.text = indent.toString() + [[#variable56797a40]]; //$NON-NLS-1$ c.length += c.offset - lineOffset; c.offset = lineOffset; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#56797a40]] | "case" |
1 | 2 | [[#56797a40]] | "else" |