CloneSet3192


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
6210.995executable_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
16498
plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/MoveInstanceMethodProcessor.java
26604
plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/MoveInstanceMethodProcessor.java
Clone Instance
1
Line Count
6
Source Line
498
Source File
plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/MoveInstanceMethodProcessor.java

                                        if (fAnonymousClass > 0) {
                                                final ThisExpression target = ast.newThisExpression();
                                                target.setQualifier(ast.newSimpleName(fTargetType.getElementName()));
                                                fRewrite.replace(node, target, null);
                                        }
                                        else    fRewrite.replace(node, ast.newThisExpression(), null);


Clone Instance
2
Line Count
6
Source Line
604
Source File
plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/MoveInstanceMethodProcessor.java

                                if (fAnonymousClass > 0) {
                                        final ThisExpression target = ast.newThisExpression();
                                        target.setQualifier(ast.newSimpleName(fTargetType.getElementName()));
                                        fRewrite.replace(node, target, null);
                                }
                                else    rewrite.replace(node, ast.newThisExpression(), null);


Clone AbstractionParameter Count: 1Parameter Bindings

if (fAnonymousClass > 0) {
  final ThisExpression target = ast.newThisExpression();
  target.setQualifier(ast.newSimpleName(fTargetType.getElementName()));
  fRewrite.replace(node, target, null);
}
else
   [[#variable558ce700]].replace(node, ast.newThisExpression(), null);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#558ce700]]
fRewrite 
12[[#558ce700]]
rewrite