Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 4 | 1 | 0.987 | class_body_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 84 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/AddJavaDocStubAction.java |
2 | 4 | 383 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/AddUnimplementedConstructorsAction.java |
3 | 4 | 98 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/GenerateNewConstructorUsingFieldsAction.java |
4 | 4 | 98 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/SortMembersAction.java |
| ||||
/** * Note: This constructor is for internal use only. Clients should not call this constructor. * @param editor the compilation unit editor */ public AddJavaDocStubAction(CompilationUnitEditor editor) { this(editor.getEditorSite()); fEditor = editor; setEnabled(checkEnabledEditor()); } |
| ||||
/** * Note: This constructor is for internal use only. Clients should not call this * constructor. * * @param editor the compilation unit editor */ public AddUnimplementedConstructorsAction(CompilationUnitEditor editor) { this(editor.getEditorSite()); fEditor = editor; setEnabled(checkEnabledEditor()); } |
| ||||
/** * Note: This constructor is for internal use only. Clients should not call this * constructor. * * @param editor the compilation unit editor */ public GenerateNewConstructorUsingFieldsAction(CompilationUnitEditor editor) { this(editor.getEditorSite()); fEditor = editor; setEnabled(checkEnabledEditor()); } |
| ||||
/** * Note: This constructor is for internal use only. Clients should not call this constructor. * @param editor the compilation unit editor */ public SortMembersAction(CompilationUnitEditor editor) { this(editor.getEditorSite()); fEditor = editor; setEnabled(checkEnabledEditor()); } |
| |||
/** * Note: This constructor is for internal use only. Clients should not call this constructor. * @param editor the compilation unit editor */ /** * Note: This constructor is for internal use only. Clients should not call this * constructor. * * @param editor the compilation unit editor */ public [[#variable64f2fb60]](CompilationUnitEditor editor) { this(editor.getEditorSite()); fEditor = editor; setEnabled(checkEnabledEditor()); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#64f2fb60]] | SortMembersAction |
1 | 2 | [[#64f2fb60]] | GenerateNewConstructorUsingFieldsAction |
1 | 3 | [[#64f2fb60]] | AddUnimplementedConstructorsAction |
1 | 4 | [[#64f2fb60]] | AddJavaDocStubAction |