Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 3 | 2 | 0.980 | class_body_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 351 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/AddDelegateMethodsAction.java |
2 | 4 | 63 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/ChangeTypeAction.java |
3 | 4 | 57 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/IntroduceFactoryAction.java |
| ||||
/** * Note: This constructor is for internal use only. Clients should not call this * constructor. * * @param editor the compilation unit editor */ public AddDelegateMethodsAction(CompilationUnitEditor editor) { this(editor.getEditorSite()); fEditor = editor; setEnabled(SelectionConverter.getInputAsCompilationUnit(editor) != null); } |
| ||||
/** * Note: This constructor is for internal use only. Clients should not call * this constructor. * @param editor the compilation unit editor */ public ChangeTypeAction(CompilationUnitEditor editor) { this(editor.getEditorSite()); fEditor = editor; setEnabled(SelectionConverter.getInputAsCompilationUnit(fEditor) != null); } |
| ||||
/** * Note: This constructor is for internal use only. Clients should not call this constructor. * @param editor the compilation unit editor */ public IntroduceFactoryAction(CompilationUnitEditor editor) { this(editor.getEditorSite()); fEditor = editor; setEnabled(SelectionConverter.getInputAsCompilationUnit(fEditor) != null); } |
| |||
/** * 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 */ /** * Note: This constructor is for internal use only. Clients should not call this * constructor. * * @param editor the compilation unit editor */ public [[#variable610894e0]](CompilationUnitEditor editor) { this(editor.getEditorSite()); fEditor = editor; setEnabled(SelectionConverter.getInputAsCompilationUnit( [[#variable61089d40]]) != null); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#610894e0]] | IntroduceFactoryAction |
1 | 2 | [[#610894e0]] | ChangeTypeAction |
1 | 3 | [[#610894e0]] | AddDelegateMethodsAction |
2 | 1 | [[#61089d40]] | fEditor |
2 | 2 | [[#61089d40]] | fEditor |
2 | 3 | [[#61089d40]] | editor |