Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 9 | 2 | 0.965 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 167 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/NaiveASTFlattener.java |
2 | 3 | 260 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/NaiveASTFlattener.java |
3 | 3 | 322 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/NaiveASTFlattener.java |
4 | 3 | 467 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/NaiveASTFlattener.java |
5 | 3 | 668 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/NaiveASTFlattener.java |
6 | 3 | 843 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/NaiveASTFlattener.java |
7 | 3 | 1100 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/NaiveASTFlattener.java |
8 | 3 | 1158 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/NaiveASTFlattener.java |
9 | 3 | 1385 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/NaiveASTFlattener.java |
| ||||
if (node.getDefault() != null) { this.buffer.append(" default "); //$NON-NLS-1$ node.getDefault().accept(this ); } |
| ||||
if (node.getMessage() != null) { this.buffer.append(" : "); //$NON-NLS-1$ node.getMessage().accept(this ); } |
| ||||
if (node.getLabel() != null) { this.buffer.append(" "); //$NON-NLS-1$ node.getLabel().accept(this ); } |
| ||||
if (node.getLabel() != null) { this.buffer.append(" "); //$NON-NLS-1$ node.getLabel().accept(this ); } |
| ||||
if (node.getElseStatement() != null) { this.buffer.append(" else "); //$NON-NLS-1$ node.getElseStatement().accept(this ); } |
| ||||
if (node.getName() != null) { this.buffer.append(" "); //$NON-NLS-1$ node.getName().accept(this ); } |
| ||||
if (node.getExpression() != null) { this.buffer.append(" "); //$NON-NLS-1$ node.getExpression().accept(this ); } |
| ||||
if (node.getInitializer() != null) { this.buffer.append("="); //$NON-NLS-1$ node.getInitializer().accept(this ); } |
| ||||
if (node.getFinally() != null) { this.buffer.append(" finally "); //$NON-NLS-1$ node.getFinally().accept(this ); } |
| |||
if (node. [[#variable560ef080]]() != null) { this.buffer.append( [[#variable560ef000]]); //$NON-NLS-1$ node. [[#variable560ef080]]().accept(this ); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#560ef080]] | getLabel |
1 | 2 | [[#560ef080]] | getInitializer |
1 | 3 | [[#560ef080]] | getMessage |
1 | 4 | [[#560ef080]] | getExpression |
1 | 5 | [[#560ef080]] | getName |
1 | 6 | [[#560ef080]] | getDefault |
1 | 7 | [[#560ef080]] | getElseStatement |
1 | 8 | [[#560ef080]] | getFinally |
1 | 9 | [[#560ef080]] | getLabel |
2 | 1 | [[#560ef000]] | " " |
2 | 2 | [[#560ef000]] | "=" |
2 | 3 | [[#560ef000]] | " : " |
2 | 4 | [[#560ef000]] | " " |
2 | 5 | [[#560ef000]] | " " |
2 | 6 | [[#560ef000]] | " default " |
2 | 7 | [[#560ef000]] | " else " |
2 | 8 | [[#560ef000]] | " finally " |
2 | 9 | [[#560ef000]] | " " |