| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 5 | 2 | 1 | 0.992 | class_body_declaration |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 5 | 2707 | plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/CodeFormatterVisitor2.java |
| 2 | 5 | 2714 | plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/CodeFormatterVisitor2.java |
| ||||
public boolean visit(QualifiedName node) {
node.getQualifier().accept(this );
this.scribe.printNextToken(TerminalTokens.TokenNameDOT);
node.getName().accept(this );
return false;
}
|
| ||||
public boolean visit(QualifiedType node) {
node.getQualifier().accept(this );
this.scribe.printNextToken(TerminalTokens.TokenNameDOT);
node.getName().accept(this );
return false;
}
|
| |||
public boolean visit( [[#variable93739060]] node) {
node.getQualifier().accept(this );
this.scribe.printNextToken(TerminalTokens.TokenNameDOT);
node.getName().accept(this );
return false;
}
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#93739060]] | QualifiedName |
| 1 | 2 | [[#93739060]] | QualifiedType |