Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 2 | 0.977 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 157 | plugins/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/fix/UnusedCodeFix.java |
2 | 4 | 161 | plugins/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/fix/UnusedCodeFix.java |
| ||||
{ IMethodBinding decl = ((IMethodBinding) binding).getMethodDeclaration(); ASTNode declaration = root.findDeclaringNode(decl); rewrite.remove(declaration, group); } |
| ||||
{ ITypeBinding decl = ((ITypeBinding) binding).getTypeDeclaration(); ASTNode declaration = root.findDeclaringNode(decl); rewrite.remove(declaration, group); } |
| |||
{ [[#variable99ba7e80]] decl = (( [[#variable99ba7e80]]) binding). [[#variable99ba7de0]](); ASTNode declaration = root.findDeclaringNode(decl); rewrite.remove(declaration, group); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#99ba7e80]] | IMethodBinding |
1 | 2 | [[#99ba7e80]] | ITypeBinding |
2 | 1 | [[#99ba7de0]] | getMethodDeclaration |
2 | 2 | [[#99ba7de0]] | getTypeDeclaration |