Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 2 | 2 | 0.969 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 549 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/RefactoringAvailabilityTester.java |
2 | 1 | 674 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/RefactoringAvailabilityTester.java |
| ||||
return (elements[0] instanceof IField) && isInlineConstantAvailable(((IField) elements[0])); |
| ||||
return (elements[0] instanceof IMethod) && isIntroduceIndirectionAvailable(((IMethod) elements[0])); |
| |||
return (elements[0] instanceof [[#variable5a048e60]]) && [[#variable5a048e00]]((( [[#variable5a048e60]]) elements[0])); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5a048e60]] | IMethod |
1 | 2 | [[#5a048e60]] | IField |
2 | 1 | [[#5a048e00]] | isIntroduceIndirectionAvailable |
2 | 2 | [[#5a048e00]] | isInlineConstantAvailable |