Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 2 | 0.981 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 3188 | plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/CodeFormatterVisitor2.java |
2 | 4 | 3261 | plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/CodeFormatterVisitor2.java |
| ||||
if (isInterface) { this.scribe.printNextToken(TerminalTokens.TokenNameinterface, true); } else { this.scribe.printNextToken(TerminalTokens.TokenNameclass, true); } |
| ||||
if (isInterface) { this.scribe.printNextToken(TerminalTokens.TokenNameextends, true); } else { this.scribe.printNextToken(TerminalTokens.TokenNameimplements, true); } |
| |||
if (isInterface) { this.scribe.printNextToken(TerminalTokens. [[#variable54d2d020]], true); } else { this.scribe.printNextToken(TerminalTokens. [[#variable54d2cf60]], true); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#54d2d020]] | TokenNameextends |
1 | 2 | [[#54d2d020]] | TokenNameinterface |
2 | 1 | [[#54d2cf60]] | TokenNameimplements |
2 | 2 | [[#54d2cf60]] | TokenNameclass |