Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 2 | 0.964 | class_body_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 43 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/WorkingSetFindAction.java |
2 | 3 | 51 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/WorkingSetFindAction.java |
| ||||
/** * Note: This constructor is for internal use only. Clients should not call this constructor. */ public WorkingSetFindAction(IWorkbenchSite site, FindAction action, String workingSetName) { super(site); init(action, workingSetName); } |
| ||||
/** * Note: This constructor is for internal use only. Clients should not call this constructor. */ public WorkingSetFindAction(JavaEditor editor, FindAction action, String workingSetName) { super(editor); init(action, workingSetName); } |
| |||
/** * Note: This constructor is for internal use only. Clients should not call this constructor. */ public WorkingSetFindAction( [[#variablea0f29460]] [[#variablea0f29400]], FindAction action, String workingSetName) { super( [[#variablea0f29400]]); init(action, workingSetName); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#a0f29460]] | IWorkbenchSite |
1 | 2 | [[#a0f29460]] | JavaEditor |
2 | 1 | [[#a0f29400]] | site |
2 | 2 | [[#a0f29400]] | editor |