CloneSet4440


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
1430.962executable_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1183
plugins/org.eclipse.jdt.core/eval/org/eclipse/jdt/internal/eval/EvaluationResult.java
2170
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/ToStringSorter.java
3171
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/ToStringSorter.java
4149
plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/matching/OrPattern.java
Clone Instance
1
Line Count
1
Source Line
83
Source File
plugins/org.eclipse.jdt.core/eval/org/eclipse/jdt/internal/eval/EvaluationResult.java

        System.arraycopy(existingProblems, 0, this.problems, 0, existingLength);


Clone Instance
2
Line Count
1
Source Line
70
Source File
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/ToStringSorter.java

        //copy the array so can return a new sorted collection  
        System.arraycopy(unSortedObjects, 0, this.sortedObjects, 0, size);


Clone Instance
3
Line Count
1
Source Line
71
Source File
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/ToStringSorter.java

        System.arraycopy(unsortedStrings, 0, this.sortedStrings, 0, size);


Clone Instance
4
Line Count
1
Source Line
49
Source File
plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/matching/OrPattern.java

                        System.arraycopy(leftPatterns, 0, this.patterns, 0, leftSize);


Clone AbstractionParameter Count: 3Parameter Bindings

//copy the array so can return a new sorted collection  
System.arraycopy( [[#variable72fb81a0]], 0, this. [[#variable4e7af820]], 0,  [[#variable72fb8140]]);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#72fb81a0]]
existingProblems 
12[[#72fb81a0]]
unsortedStrings 
13[[#72fb81a0]]
unSortedObjects 
14[[#72fb81a0]]
leftPatterns 
21[[#4e7af820]]
problems 
22[[#4e7af820]]
sortedStrings 
23[[#4e7af820]]
sortedObjects 
24[[#4e7af820]]
patterns 
31[[#72fb8140]]
existingLength 
32[[#72fb8140]]
size 
33[[#72fb8140]]
size 
34[[#72fb8140]]
leftSize