| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 3 | 6 | 3 | 0.967 | statement_sequence_member |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 3 | 681 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/NaiveASTFlattener.java |
| 2 | 3 | 838 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/NaiveASTFlattener.java |
| 3 | 3 | 1148 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/NaiveASTFlattener.java |
| 4 | 3 | 645 | plugins/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/dom/ASTFlattener.java |
| 5 | 3 | 800 | plugins/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/dom/ASTFlattener.java |
| 6 | 3 | 1106 | plugins/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/dom/ASTFlattener.java |
| ||||
if (node.getAST().apiLevel() >= AST.JLS3) {
if (node.isStatic()) {
this.buffer.append("static "); //$NON-NLS-1$
}
}
|
| ||||
if (node.getAST().apiLevel() >= AST.JLS3) {
if (node.isVarargs()) {
this.buffer.append("..."); //$NON-NLS-1$
}
}
|
| ||||
if (node.getAST().apiLevel() >= AST.JLS3) {
if (node.isVarargs()) {
this.buffer.append("..."); //$NON-NLS-1$
}
}
|
| ||||
if (node.getAST().apiLevel() >= AST.JLS3) {
if (node.isStatic()) {
this.fBuffer.append("static "); //$NON-NLS-1$
}
}
|
| ||||
if (node.getAST().apiLevel() >= AST.JLS3) {
if (node.isVarargs()) {
this.fBuffer.append("..."); //$NON-NLS-1$
}
}
|
| ||||
if (node.getAST().apiLevel() >= AST.JLS3) {
if (node.isVarargs()) {
this.fBuffer.append("..."); //$NON-NLS-1$
}
}
|
| |||
if (node.getAST().apiLevel() >= AST.JLS3) {
if (node. [[#variable5a2e6e20]]()) {
this. [[#variable5a2e6d80]].append( [[#variable5a2e6ba0]]); //$NON-NLS-1$
}
}
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#5a2e6e20]] | isVarargs |
| 1 | 2 | [[#5a2e6e20]] | isVarargs |
| 1 | 3 | [[#5a2e6e20]] | isStatic |
| 1 | 4 | [[#5a2e6e20]] | isStatic |
| 1 | 5 | [[#5a2e6e20]] | isVarargs |
| 1 | 6 | [[#5a2e6e20]] | isVarargs |
| 2 | 1 | [[#5a2e6d80]] | buffer |
| 2 | 2 | [[#5a2e6d80]] | fBuffer |
| 2 | 3 | [[#5a2e6d80]] | fBuffer |
| 2 | 4 | [[#5a2e6d80]] | buffer |
| 2 | 5 | [[#5a2e6d80]] | fBuffer |
| 2 | 6 | [[#5a2e6d80]] | buffer |
| 3 | 1 | [[#5a2e6ba0]] | "..." |
| 3 | 2 | [[#5a2e6ba0]] | "..." |
| 3 | 3 | [[#5a2e6ba0]] | "static " |
| 3 | 4 | [[#5a2e6ba0]] | "static " |
| 3 | 5 | [[#5a2e6ba0]] | "..." |
| 3 | 6 | [[#5a2e6ba0]] | "..." |