CloneSet6879


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3201.000statement_sequence[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
13529
plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/code/SourceProvider.java
23540
plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/code/SourceProvider.java
Clone Instance
1
Line Count
3
Source Line
529
Source File
plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/code/SourceProvider.java

                List result = new ArrayList(1);
                List statements = fDeclaration.getBody().statements();
                int size = statements.size();


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

                List result = new ArrayList(1);
                List statements = fDeclaration.getBody().statements();
                int size = statements.size();


Clone AbstractionParameter Count: 0Parameter Bindings

List result = new ArrayList(1);
List statements = fDeclaration.getBody().statements();
int size = statements.size();
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None