Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 2 | 2 | 0.980 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 1373 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/JavaIndenter.java |
2 | 6 | 1382 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/JavaIndenter.java |
| ||||
{ if (fPrefs.prefMethodDeclDeepIndent) return setFirstElementAlignment(pos, bound); else { fIndent = fPrefs.prefMethodDeclIndent; return pos; } } |
| ||||
{ if (fPrefs.prefMethodCallDeepIndent) return setFirstElementAlignment(pos, bound); else { fIndent = fPrefs.prefMethodCallIndent; return pos; } } |
| |||
{ if (fPrefs. [[#variable57f74aa0]]) return setFirstElementAlignment(pos, bound); else { fIndent = fPrefs. [[#variable57f74a20]]; return pos; } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#57f74aa0]] | prefMethodDeclDeepIndent |
1 | 2 | [[#57f74aa0]] | prefMethodCallDeepIndent |
2 | 1 | [[#57f74a20]] | prefMethodDeclIndent |
2 | 2 | [[#57f74a20]] | prefMethodCallIndent |