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.974 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 369 | plugins/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/PullUpMemberPage.java |
2 | 4 | 814 | plugins/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/PullUpMemberPage.java |
| ||||
if (getMethodsForAction(PULL_UP_ACTION).length == 0) return isPageComplete(); return super.canFlipToNextPage(); |
| ||||
if (getMethodsForAction(PULL_UP_ACTION).length == 0) return computeSuccessorPage(); return super.getNextPage(); |
| |||
if (getMethodsForAction(PULL_UP_ACTION).length == 0) return [[#variable975c70e0]](); return super. [[#variable975c7e60]](); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#975c70e0]] | computeSuccessorPage |
1 | 2 | [[#975c70e0]] | isPageComplete |
2 | 1 | [[#975c7e60]] | getNextPage |
2 | 2 | [[#975c7e60]] | canFlipToNextPage |