Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 3 | 0.952 | class_body_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 239 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/code/IntroduceIndirectionRefactoring.java |
2 | 3 | 244 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/code/IntroduceIndirectionRefactoring.java |
| ||||
// ********* CONSTRUCTORS AND CLASS CREATION ************ public IntroduceIndirectionRefactoring(ICompilationUnit unit, int offset, int length) { fSelectionCompilationUnit = unit; initialize(offset, length); } |
| ||||
public IntroduceIndirectionRefactoring(IClassFile file, int offset, int length) { fSelectionClassFile = file; initialize(offset, length); } |
| |||
// ********* CONSTRUCTORS AND CLASS CREATION ************ public IntroduceIndirectionRefactoring( [[#variablea0f2a440]] [[#variablea0f2a3a0]], int offset, int length) { [[#variablea0f2a340]]= [[#variablea0f2a3a0]]; initialize(offset, length); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#a0f2a440]] | ICompilationUnit |
1 | 2 | [[#a0f2a440]] | IClassFile |
2 | 1 | [[#a0f2a3a0]] | unit |
2 | 2 | [[#a0f2a3a0]] | file |
3 | 1 | [[#a0f2a340]] | fSelectionCompilationUnit |
3 | 2 | [[#a0f2a340]] | fSelectionClassFile |