Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 7 | 5 | 0.953 | statement_sequence[4] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 149 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/internal/core/dom/rewrite/ASTRewriteFlattener.java |
2 | 4 | 253 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/internal/core/dom/rewrite/ASTRewriteFlattener.java |
3 | 4 | 864 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/internal/core/dom/rewrite/ASTRewriteFlattener.java |
4 | 4 | 957 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/internal/core/dom/rewrite/ASTRewriteFlattener.java |
5 | 4 | 1078 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/internal/core/dom/rewrite/ASTRewriteFlattener.java |
6 | 4 | 1262 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/internal/core/dom/rewrite/ASTRewriteFlattener.java |
7 | 4 | 1273 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/internal/core/dom/rewrite/ASTRewriteFlattener.java |
| ||||
this.result.append('{'); visitList(node, AnonymousClassDeclaration.BODY_DECLARATIONS_PROPERTY, null); this.result.append('}'); return false; |
| ||||
this.result.append('{'); visitList(node, Block.STATEMENTS_PROPERTY, null); this.result.append('}'); return false; |
| ||||
this.result.append('{'); visitList(node, SwitchStatement.STATEMENTS_PROPERTY, null); this.result.append('}'); return false; |
| ||||
this.result.append('{'); visitList(node, TypeDeclaration.BODY_DECLARATIONS_PROPERTY, null); this.result.append('}'); return false; |
| ||||
this.result.append('('); visitList(node, MethodRef.PARAMETERS_PROPERTY, ","); //$NON-NLS-1$ this.result.append(')'); return false; |
| ||||
this.result.append('('); visitList(node, NormalAnnotation.VALUES_PROPERTY, ", "); //$NON-NLS-1$ this.result.append(')'); return false; |
| ||||
this.result.append('<'); visitList(node, ParameterizedType.TYPE_ARGUMENTS_PROPERTY, ", "); //$NON-NLS-1$ this.result.append('>'); return false; |
| |||
this.result.append( [[#variableb77a2c20]]); visitList(node, [[#variableb77a2be0]]. [[#variableb77a2b60]], [[#variableba50c2e0]]); //$NON-NLS-1$ this.result.append( [[#variableb77a2ae0]]); return false; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#b77a2c20]] | '{' |
1 | 2 | [[#b77a2c20]] | '{' |
1 | 3 | [[#b77a2c20]] | '{' |
1 | 4 | [[#b77a2c20]] | '{' |
1 | 5 | [[#b77a2c20]] | '(' |
1 | 6 | [[#b77a2c20]] | '(' |
1 | 7 | [[#b77a2c20]] | '<' |
2 | 1 | [[#b77a2be0]] | AnonymousClassDeclaration |
2 | 2 | [[#b77a2be0]] | Block |
2 | 3 | [[#b77a2be0]] | SwitchStatement |
2 | 4 | [[#b77a2be0]] | TypeDeclaration |
2 | 5 | [[#b77a2be0]] | MethodRef |
2 | 6 | [[#b77a2be0]] | NormalAnnotation |
2 | 7 | [[#b77a2be0]] | ParameterizedType |
3 | 1 | [[#b77a2b60]] | BODY_DECLARATIONS_PROPERTY |
3 | 2 | [[#b77a2b60]] | STATEMENTS_PROPERTY |
3 | 3 | [[#b77a2b60]] | STATEMENTS_PROPERTY |
3 | 4 | [[#b77a2b60]] | BODY_DECLARATIONS_PROPERTY |
3 | 5 | [[#b77a2b60]] | PARAMETERS_PROPERTY |
3 | 6 | [[#b77a2b60]] | VALUES_PROPERTY |
3 | 7 | [[#b77a2b60]] | TYPE_ARGUMENTS_PROPERTY |
4 | 1 | [[#ba50c2e0]] | null |
4 | 2 | [[#ba50c2e0]] | null |
4 | 3 | [[#ba50c2e0]] | null |
4 | 4 | [[#ba50c2e0]] | null |
4 | 5 | [[#ba50c2e0]] | "," |
4 | 6 | [[#ba50c2e0]] | ", " |
4 | 7 | [[#ba50c2e0]] | ", " |
5 | 1 | [[#b77a2ae0]] | '}' |
5 | 2 | [[#b77a2ae0]] | '}' |
5 | 3 | [[#b77a2ae0]] | '}' |
5 | 4 | [[#b77a2ae0]] | '}' |
5 | 5 | [[#b77a2ae0]] | ')' |
5 | 6 | [[#b77a2ae0]] | ')' |
5 | 7 | [[#b77a2ae0]] | '>' |