| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 4 | 2 | 2 | 0.982 | statement_sequence_member |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 4 | 578 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/code/InlineMethodRefactoring.java |
| 2 | 4 | 559 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/code/ReplaceInvocationsRefactoring.java |
| ||||
try {
setCurrentMode(mode == 1 ? Mode.INLINE_ALL: Mode.INLINE_SINGLE);
} catch (JavaModelException exception) {
return RefactoringStatus.createFatalErrorStatus(exception.getLocalizedMessage());
}
|
| ||||
try {
setCurrentMode(mode == 1 ? Mode.REPLACE_ALL: Mode.REPLACE_SINGLE);
} catch (JavaModelException exception) {
return RefactoringStatus.createFatalErrorStatus(exception.getLocalizedMessage());
}
|
| |||
try {
setCurrentMode(mode == 1 ? Mode. [[#variable60ab1c20]]: Mode. [[#variable60ab0ca0]]);
}
catch (JavaModelException exception) {
return RefactoringStatus.createFatalErrorStatus(exception.getLocalizedMessage());
}
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#60ab1c20]] | INLINE_ALL |
| 1 | 2 | [[#60ab1c20]] | REPLACE_ALL |
| 2 | 1 | [[#60ab0ca0]] | INLINE_SINGLE |
| 2 | 2 | [[#60ab0ca0]] | REPLACE_SINGLE |