Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 2 | 1 | 0.989 | statement_sequence[4] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 1060 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/internal/core/dom/rewrite/ASTRewriteFlattener.java |
2 | 6 | 1072 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/internal/core/dom/rewrite/ASTRewriteFlattener.java |
| ||||
ASTNode qualifier = getChildNode(node, MemberRef.QUALIFIER_PROPERTY); if (qualifier != null) { qualifier.accept(this ); } this.result.append('#'); getChildNode(node, MemberRef.NAME_PROPERTY).accept(this ); |
| ||||
ASTNode qualifier = getChildNode(node, MethodRef.QUALIFIER_PROPERTY); if (qualifier != null) { qualifier.accept(this ); } this.result.append('#'); getChildNode(node, MethodRef.NAME_PROPERTY).accept(this ); |
| |||
ASTNode qualifier = getChildNode(node, [[#variable96123c20]].QUALIFIER_PROPERTY); if (qualifier != null) { qualifier.accept(this ); } this.result.append('#'); getChildNode(node, [[#variable96123c20]].NAME_PROPERTY).accept(this ); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#96123c20]] | MethodRef |
1 | 2 | [[#96123c20]] | MemberRef |