CloneSet975


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4610.979statement_sequence[4]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1485
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/LocalTypeBinding.java
24392
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/MethodBinding.java
34258
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/ParameterizedTypeBinding.java
4444
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/RawTypeBinding.java
54343
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/ReferenceBinding.java
64291
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/TypeVariableBinding.java
Clone Instance
1
Line Count
4
Source Line
85
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/LocalTypeBinding.java

        int sigLength = sig.length();
        char[] uniqueKey = new char[sigLength];
        sig.getChars(0, sigLength, uniqueKey, 0);
        return uniqueKey;


Clone Instance
2
Line Count
4
Source Line
392
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/MethodBinding.java

        int sigLength = sig.length();
        char[] genericSignature = new char[sigLength];
        sig.getChars(0, sigLength, genericSignature, 0);
        return genericSignature;


Clone Instance
3
Line Count
4
Source Line
258
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/ParameterizedTypeBinding.java

                int sigLength = sig.length();
                char[] uniqueKey = new char[sigLength];
                sig.getChars(0, sigLength, uniqueKey, 0);
                return uniqueKey;


Clone Instance
4
Line Count
4
Source Line
44
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/RawTypeBinding.java

                int sigLength = sig.length();
                char[] uniqueKey = new char[sigLength];
                sig.getChars(0, sigLength, uniqueKey, 0);
                return uniqueKey;


Clone Instance
5
Line Count
4
Source Line
343
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/ReferenceBinding.java

        int sigLength = sig.length();
        char[] result = new char[sigLength];
        sig.getChars(0, sigLength, result, 0);
        return result;


Clone Instance
6
Line Count
4
Source Line
291
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/TypeVariableBinding.java

                int sigLength = sig.length();
                char[] genericSignature = new char[sigLength];
                sig.getChars(0, sigLength, genericSignature, 0);
                return genericSignature;


Clone AbstractionParameter Count: 1Parameter Bindings

int sigLength = sig.length();
char[]  [[#variable58053840]]= new char[sigLength];
sig.getChars(0, sigLength,  [[#variable58053840]], 0);
return [[#variable58053840]];
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#58053840]]
uniqueKey 
12[[#58053840]]
genericSignature 
13[[#58053840]]
result 
14[[#58053840]]
uniqueKey 
15[[#58053840]]
uniqueKey 
16[[#58053840]]
genericSignature