| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 5 | 2 | 2 | 0.987 | statement_sequence[4] |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 5 | 399 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/TypeContextChecker.java |
| 2 | 5 | 691 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/TypeContextChecker.java |
| ||||
int offset = cuBuff.length();
cuBuff.append(typeString).append(" m();}"); //$NON-NLS-1$
ASTParser p = ASTParser.newParser(AST.JLS3);
p.setSource(cuBuff.toString().toCharArray());
|
| ||||
int offset = cuBuff.length();
cuBuff.append(superType).append(" {}"); //$NON-NLS-1$
ASTParser p = ASTParser.newParser(AST.JLS3);
p.setSource(cuBuff.toString().toCharArray());
|
| |||
int offset = cuBuff.length(); cuBuff.append( [[#variablea08a3220]]).append( [[#variablea08a31e0]]); //$NON-NLS-1$ ASTParser p = ASTParser.newParser(AST.JLS3); p.setSource(cuBuff.toString().toCharArray()); |
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#a08a3220]] | typeString |
| 1 | 2 | [[#a08a3220]] | superType |
| 2 | 1 | [[#a08a31e0]] | " m();}" |
| 2 | 2 | [[#a08a31e0]] | " {}" |