CloneSet3289


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
11220.990class_body_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1111743
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java
2115836
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java
Clone Instance
1
Line Count
11
Source Line
1743
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java

public void hiddenCatchBlock(ReferenceBinding exceptionType, ASTNode location) {
        this.handle(
                IProblem.MaskedCatch, 
                new String[] {
                        new String(exceptionType.readableName())
                               ,
                             }, new String[] {
                                        new String(exceptionType.shortReadableName())
                                               ,
                                             }, location.sourceStart, 
                location.sourceEnd);
}


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

public void unreachableCatchBlock(ReferenceBinding exceptionType, ASTNode location) {
        this.handle(
                IProblem.UnreachableCatch, 
                new String[] {
                        new String(exceptionType.readableName())
                               ,
                             }, new String[] {
                                        new String(exceptionType.shortReadableName())
                                               ,
                                             }, location.sourceStart, 
                location.sourceEnd);
}


Clone AbstractionParameter Count: 2Parameter Bindings

public void [[#variable56c8ece0]](ReferenceBinding exceptionType, ASTNode location) {
  this.handle(IProblem. [[#variable56c8ec80]], new String[] {
                                                              new String(exceptionType.readableName())
                                                              ,
                                                            }, new String[] {
                                                                              new String(exceptionType.shortReadableName())
                                                                              ,
                                                                            }, location.sourceStart, location.sourceEnd);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#56c8ece0]]
hiddenCatchBlock 
12[[#56c8ece0]]
unreachableCatchBlock 
21[[#56c8ec80]]
MaskedCatch 
22[[#56c8ec80]]
UnreachableCatch