CloneSet9323


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2220.974statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
12696
plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/code/PromoteTempToFieldRefactoring.java
22780
plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/code/PromoteTempToFieldRefactoring.java
Clone Instance
1
Line Count
2
Source Line
696
Source File
plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/code/PromoteTempToFieldRefactoring.java

                Type type = (Type) rewrite.createCopyTarget(tempDeclarationStatement.getType());
                statement.setType(type);


Clone Instance
2
Line Count
2
Source Line
780
Source File
plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/code/PromoteTempToFieldRefactoring.java

        Type type = (Type) rewrite.createCopyTarget(vds.getType());
        fieldDeclaration.setType(type);


Clone AbstractionParameter Count: 2Parameter Bindings

Type type = (Type) rewrite.createCopyTarget( [[#variableb9e039e0]].getType());
 [[#variableb9e03b40]].setType(type);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#b9e039e0]]
tempDeclarationStatement 
12[[#b9e039e0]]
vds 
21[[#b9e03b40]]
statement 
22[[#b9e03b40]]
fieldDeclaration