Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
13 | 2 | 1 | 0.993 | class_body_declarations[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 13 | 343 | plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/Scribe.java |
2 | 13 | 339 | plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/Scribe2.java |
| ||||
public Alignment getAlignment(String name) { if (this.currentAlignment != null) { return this.currentAlignment.getAlignment(name); } return null; } /** * Answer actual indentation level based on true column position * @return int */ public int getColumnIndentationLevel() { return this.column - 1; } |
| ||||
public Alignment2 getAlignment(String name) { if (this.currentAlignment != null) { return this.currentAlignment.getAlignment(name); } return null; } /** * Answer actual indentation level based on true column position * @return int */ public int getColumnIndentationLevel() { return this.column - 1; } |
| |||
public [[#variablea46322a0]] getAlignment(String name) { if (this.currentAlignment != null) { return this.currentAlignment.getAlignment(name); } return null; } /** * Answer actual indentation level based on true column position * @return int */ public int getColumnIndentationLevel() { return this.column - 1; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#a46322a0]] | Alignment |
1 | 2 | [[#a46322a0]] | Alignment2 |