Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 2 | 0.975 | class_body_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 217 | plugins/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/PushDownWizard.java |
2 | 2 | 221 | plugins/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/PushDownWizard.java |
| ||||
private boolean areAllElementsMarkedAsNoAction() { return countInfosForAction(MemberActionInfo.NO_ACTION) == ((MemberActionInfo[]) fTableViewer.getInput()).length; } |
| ||||
private boolean areAllElementsMarkedAsPushDownAction() { return countInfosForAction(MemberActionInfo.PUSH_DOWN_ACTION) == ((MemberActionInfo[]) fTableViewer.getInput()).length; } |
| |||
private boolean [[#variableb599b140]]() { return countInfosForAction(MemberActionInfo. [[#variableb599b080]]) == ((MemberActionInfo[]) fTableViewer.getInput()).length; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#b599b140]] | areAllElementsMarkedAsNoAction |
1 | 2 | [[#b599b140]] | areAllElementsMarkedAsPushDownAction |
2 | 1 | [[#b599b080]] | NO_ACTION |
2 | 2 | [[#b599b080]] | PUSH_DOWN_ACTION |