CloneSet8618


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
6220.964statement_sequence_member
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
161881
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java
262869
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java
Clone Instance
1
Line Count
6
Source Line
1881
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java

                this.handle(
                        problemID, 
                        arguments, 
                        arguments, 
                        typeDeclaration.sourceStart, 
                        typeDeclaration.sourceEnd);


Clone Instance
2
Line Count
6
Source Line
2869
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java

        this.handle(
                id, 
                arguments, 
                arguments, 
                nameRef.sourceStart, 
                nameRef.sourceEnd);


Clone AbstractionParameter Count: 2Parameter Bindings

this.handle( [[#variable99425780]], arguments, arguments,  [[#variable994257e0]].sourceStart,  [[#variable994257e0]].sourceEnd);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#99425780]]
id 
12[[#99425780]]
problemID 
21[[#994257e0]]
nameRef 
22[[#994257e0]]
typeDeclaration