| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 5 | 2 | 1 | 0.989 | class_body_declaration |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 5 | 47 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/base/JavaStatusContext.java |
| 2 | 5 | 70 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/base/JavaStatusContext.java |
| ||||
public ISourceRange getSourceRange() {
try {
return fMember.getSourceRange();
} catch (JavaModelException e) {
return new SourceRange(0, 0);
}
}
|
| ||||
public ISourceRange getSourceRange() {
try {
return fImportDeclartion.getSourceRange();
} catch (JavaModelException e) {
return new SourceRange(0, 0);
}
}
|
| |||
public ISourceRange getSourceRange() {
try {
return [[#variable4d01e000]].getSourceRange();
}
catch (JavaModelException e) {
return new SourceRange(0, 0);
}
}
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#4d01e000]] | fMember |
| 1 | 2 | [[#4d01e000]] | fImportDeclartion |