Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 2 | 0.980 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 1130 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/QuickAssistProcessor.java |
2 | 2 | 249 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/TypeMismatchSubProcessor.java |
| ||||
ITypeBinding typeDecl = curr.getTypeDeclaration(); ICompilationUnit targetCU = ASTResolving.findCompilationUnitForBinding(cu, astRoot, typeDecl); |
| ||||
ITypeBinding typeDecl = nodeType.getTypeDeclaration(); ICompilationUnit nodeCu = ASTResolving.findCompilationUnitForBinding(cu, astRoot, typeDecl); |
| |||
ITypeBinding typeDecl = [[#variable573e8ea0]].getTypeDeclaration(); ICompilationUnit [[#variable573e83c0]]= ASTResolving.findCompilationUnitForBinding(cu, astRoot, typeDecl); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#573e8ea0]] | nodeType |
1 | 2 | [[#573e8ea0]] | curr |
2 | 1 | [[#573e83c0]] | nodeCu |
2 | 2 | [[#573e83c0]] | targetCU |