CloneSet4458


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

        this.handle(
                IProblem.DuplicateTypes, 
                arguments, 
                arguments, 
                typeDecl.sourceStart, 
                typeDecl.sourceEnd, 
                compUnitDecl.compilationResult);


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

        this.handle(
                IProblem.PublicClassMustMatchFileName, 
                arguments, 
                arguments, 
                typeDecl.sourceStart, 
                typeDecl.sourceEnd, 
                compUnitDecl.compilationResult);


Clone Instance
3
Line Count
7
Source Line
5608
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java

        this.handle(
                IProblem.TypeCollidesWithPackage, 
                arguments, 
                arguments, 
                typeDecl.sourceStart, 
                typeDecl.sourceEnd, 
                compUnitDecl.compilationResult);


Clone AbstractionParameter Count: 1Parameter Bindings

this.handle(IProblem. [[#variable55794520]], arguments, arguments, typeDecl.sourceStart, typeDecl.sourceEnd, compUnitDecl.compilationResult);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#55794520]]
TypeCollidesWithPackage 
12[[#55794520]]
PublicClassMustMatchFileName 
13[[#55794520]]
DuplicateTypes