Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 4 | 2 | 0.973 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 177 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/code/InlineMethodRefactoring.java |
2 | 2 | 182 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/code/InlineMethodRefactoring.java |
3 | 2 | 184 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/code/InlineMethodRefactoring.java |
4 | 2 | 186 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/code/InlineMethodRefactoring.java |
| ||||
{ return new InlineMethodRefactoring(unit, (MethodDeclaration) target, selectionStart, selectionLength); } |
| ||||
{ return new InlineMethodRefactoring(cu, (MethodInvocation) target, selectionStart, selectionLength); } |
| ||||
{ return new InlineMethodRefactoring(cu, (SuperMethodInvocation) target, selectionStart, selectionLength); } |
| ||||
{ return new InlineMethodRefactoring(cu, (ConstructorInvocation) target, selectionStart, selectionLength); } |
| |||
{ return new InlineMethodRefactoring( [[#variablea437c5a0]], ( [[#variablea437c540]]) target, selectionStart, selectionLength); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#a437c5a0]] | unit |
1 | 2 | [[#a437c5a0]] | cu |
1 | 3 | [[#a437c5a0]] | cu |
1 | 4 | [[#a437c5a0]] | cu |
2 | 1 | [[#a437c540]] | MethodDeclaration |
2 | 2 | [[#a437c540]] | MethodInvocation |
2 | 3 | [[#a437c540]] | SuperMethodInvocation |
2 | 4 | [[#a437c540]] | ConstructorInvocation |