Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 4 | 2 | 0.964 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 1422 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/NaiveASTFlattener.java |
2 | 4 | 1440 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/NaiveASTFlattener.java |
3 | 4 | 1372 | plugins/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/dom/ASTFlattener.java |
4 | 4 | 1390 | plugins/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/dom/ASTFlattener.java |
| ||||
if (node.internalGetSuperclass() != null) { this.buffer.append("extends "); //$NON-NLS-1$ node.internalGetSuperclass().accept(this ); this.buffer.append(" "); //$NON-NLS-1$ } |
| ||||
if (node.getSuperclassType() != null) { this.buffer.append("extends "); //$NON-NLS-1$ node.getSuperclassType().accept(this ); this.buffer.append(" "); //$NON-NLS-1$ } |
| ||||
if (node.getSuperclass() != null) { this.fBuffer.append("extends "); //$NON-NLS-1$ node.getSuperclass().accept(this ); this.fBuffer.append(" "); //$NON-NLS-1$ } |
| ||||
if (node.getSuperclassType() != null) { this.fBuffer.append("extends "); //$NON-NLS-1$ node.getSuperclassType().accept(this ); this.fBuffer.append(" "); //$NON-NLS-1$ } |
| |||
if (node. [[#variable77ac4f60]]() != null) { this. [[#variable77ac4f00]].append("extends "); //$NON-NLS-1$ node. [[#variable77ac4f60]]().accept(this ); this. [[#variable77ac4f00]].append(" "); //$NON-NLS-1$ } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#77ac4f60]] | getSuperclass |
1 | 2 | [[#77ac4f60]] | internalGetSuperclass |
1 | 3 | [[#77ac4f60]] | getSuperclassType |
1 | 4 | [[#77ac4f60]] | getSuperclassType |
2 | 1 | [[#77ac4f00]] | fBuffer |
2 | 2 | [[#77ac4f00]] | buffer |
2 | 3 | [[#77ac4f00]] | fBuffer |
2 | 4 | [[#77ac4f00]] | buffer |