Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
18 | 2 | 3 | 0.966 | class_body_declarations[14] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 18 | 61 | plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/Scribe.java |
2 | 16 | 63 | plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/Scribe2.java |
| ||||
public boolean needSpace = false; public int nlsTagCounter; public int pageWidth; public boolean pendingSpace = false; public Scanner scanner; public int scannerEndPosition; public int tabLength; public int indentationSize; private int textRegionEnd; private int textRegionStart; public int tabChar; public int numberOfIndentations; private boolean useTabsOnlyForLeadingIndents; /** indent empty lines*/ private final boolean indentEmptyLines; |
| ||||
public boolean needSpace = false; public int nlsTagCounter; public int pageWidth; public boolean pendingSpace = false; public Scanner scanner; public int scannerEndPosition; public int tabLength; public int indentationSize; private int textRegionEnd; private int textRegionStart; public int tabChar; public int numberOfIndentations; private boolean useTabsOnlyForLeadingIndents; CompilationUnit unit; |
| |||
public boolean needSpace = false; public int nlsTagCounter; public int pageWidth; public boolean pendingSpace = false; public Scanner scanner; public int scannerEndPosition; public int tabLength; public int indentationSize; private int textRegionEnd; private int textRegionStart; public int tabChar; public int numberOfIndentations; private boolean useTabsOnlyForLeadingIndents; [[#variablebad11e00]] [[#variable58654280]] [[#variablebad11d60]]; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#bad11e00]] | /** indent empty lines*/ private final |
1 | 2 | [[#bad11e00]] | |
2 | 1 | [[#58654280]] | boolean |
2 | 2 | [[#58654280]] | CompilationUnit |
3 | 1 | [[#bad11d60]] | indentEmptyLines |
3 | 2 | [[#bad11d60]] | unit |