| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 1 | 3 | 1 | 0.986 | statement_sequence_member |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 1 | 570 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/RefactoringAvailabilityTester.java |
| 2 | 1 | 668 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/RefactoringAvailabilityTester.java |
| 3 | 1 | 1086 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/RefactoringAvailabilityTester.java |
| ||||
return (first instanceof IMethod) && isInlineMethodAvailable(((IMethod) first)); |
| ||||
return (first instanceof IMethod) && isIntroduceIndirectionAvailable(((IMethod) first)); |
| ||||
return (first instanceof IMethod) && isReplaceInvocationsAvailable(((IMethod) first)); |
| |||
return (first instanceof IMethod) && [[#variable543ba540]](((IMethod) first)); |
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#543ba540]] | isInlineMethodAvailable |
| 1 | 2 | [[#543ba540]] | isIntroduceIndirectionAvailable |
| 1 | 3 | [[#543ba540]] | isReplaceInvocationsAvailable |