Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 1 | 0.986 | class_body_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 59 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/IntroduceIndirectionAction.java |
2 | 4 | 60 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/ReplaceInvocationsAction.java |
| ||||
/** * Note: This constructor is for internal use only. Clients should not call this constructor. * @param editor the compilation unit editor */ public IntroduceIndirectionAction(JavaEditor editor) { this(editor.getEditorSite()); fEditor = editor; setEnabled(true); } |
| ||||
/** * Note: This constructor is for internal use only. Clients should not call this constructor. * @param editor the java editor */ public ReplaceInvocationsAction(JavaEditor editor) { this(editor.getEditorSite()); fEditor = editor; setEnabled(true); } |
| |||
/** * Note: This constructor is for internal use only. Clients should not call this constructor. * @param editor the java editor */ /** * Note: This constructor is for internal use only. Clients should not call this constructor. * @param editor the compilation unit editor */ public [[#variableb964f600]](JavaEditor editor) { this(editor.getEditorSite()); fEditor = editor; setEnabled(true); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#b964f600]] | ReplaceInvocationsAction |
1 | 2 | [[#b964f600]] | IntroduceIndirectionAction |