| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 5 | 3 | 1 | 0.995 | class_body_declaration |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 5 | 137 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/code/InlineMethodRefactoring.java |
| 2 | 5 | 144 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/code/InlineMethodRefactoring.java |
| 3 | 5 | 151 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/code/InlineMethodRefactoring.java |
| ||||
private InlineMethodRefactoring(ICompilationUnit unit, MethodInvocation node, int offset, int length) {
this(unit, (ASTNode) node, offset, length);
fTargetProvider = TargetProvider.create(unit, node);
fInitialMode = fCurrentMode = Mode.INLINE_SINGLE;
fDeleteSource = false;
}
|
| ||||
private InlineMethodRefactoring(ICompilationUnit unit, SuperMethodInvocation node, int offset, int length) {
this(unit, (ASTNode) node, offset, length);
fTargetProvider = TargetProvider.create(unit, node);
fInitialMode = fCurrentMode = Mode.INLINE_SINGLE;
fDeleteSource = false;
}
|
| ||||
private InlineMethodRefactoring(ICompilationUnit unit, ConstructorInvocation node, int offset, int length) {
this(unit, (ASTNode) node, offset, length);
fTargetProvider = TargetProvider.create(unit, node);
fInitialMode = fCurrentMode = Mode.INLINE_SINGLE;
fDeleteSource = false;
}
|
| |||
private InlineMethodRefactoring(ICompilationUnit unit, [[#variablea0b25b40]] node, int offset, int length) {
this(unit, (ASTNode) node, offset, length);
fTargetProvider = TargetProvider.create(unit, node);
fInitialMode = fCurrentMode = Mode.INLINE_SINGLE;
fDeleteSource = false;
}
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#a0b25b40]] | MethodInvocation |
| 1 | 2 | [[#a0b25b40]] | SuperMethodInvocation |
| 1 | 3 | [[#a0b25b40]] | ConstructorInvocation |