| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 11 | 2 | 2 | 0.990 | class_body_declaration |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 11 | 1743 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java |
| 2 | 11 | 5836 | 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);
}
|
| ||||
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);
}
|
| |||
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 Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#56c8ece0]] | hiddenCatchBlock |
| 1 | 2 | [[#56c8ece0]] | unreachableCatchBlock |
| 2 | 1 | [[#56c8ec80]] | MaskedCatch |
| 2 | 2 | [[#56c8ec80]] | UnreachableCatch |