CloneSet5342


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2320.955statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
12301
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/MethodScope.java
2292
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/ASTNodeFinder.java
32484
plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/matching/MatchLocator.java
Clone Instance
1
Line Count
2
Source Line
301
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/MethodScope.java

                Argument[] argTypes = method.arguments;
                int argLength = argTypes == null ? 0:  argTypes.length;


Clone Instance
2
Line Count
2
Source Line
92
Source File
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/ASTNodeFinder.java

                                        Argument[] args = method.arguments;
                                        int argsLength = args == null ? 0:  args.length;


Clone Instance
3
Line Count
2
Source Line
484
Source File
plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/matching/MatchLocator.java

        Argument[] arguments = method.arguments;
        int argCount = arguments == null ? 0:  arguments.length;


Clone AbstractionParameter Count: 2Parameter Bindings

Argument[]  [[#variablea37f7bc0]]= method.arguments;
int  [[#variablea3f8e0e0]]= [[#variablea37f7bc0]]== null ? 0: [[#variablea37f7bc0]].length;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#a37f7bc0]]
arguments 
12[[#a37f7bc0]]
argTypes 
13[[#a37f7bc0]]
args 
21[[#a3f8e0e0]]
argCount 
22[[#a3f8e0e0]]
argLength 
23[[#a3f8e0e0]]
argsLength