Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 1 | 0.978 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 3415 | plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/CodeFormatterVisitor.java |
2 | 3 | 4492 | plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/CodeFormatterVisitor.java |
| ||||
if (qualification != null) { qualification.traverse(this, scope); this.scribe.printNextToken(TerminalTokens.TokenNameDOT); } |
| ||||
if (enclosingInstance != null) { enclosingInstance.traverse(this, scope); this.scribe.printNextToken(TerminalTokens.TokenNameDOT); } |
| |||
if ( [[#variable500da9c0]]!= null) { [[#variable500da9c0]].traverse(this, scope); this.scribe.printNextToken(TerminalTokens.TokenNameDOT); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#500da9c0]] | qualification |
1 | 2 | [[#500da9c0]] | enclosingInstance |