Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 1 | 0.986 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 791 | plugins/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/PullUpMemberPage.java |
2 | 2 | 801 | plugins/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/PullUpMemberPage.java |
| ||||
final MemberActionInfo[] infos = getTableInput(); final List result = new ArrayList(infos.length); |
| ||||
final MemberActionInfo[] infos = getTableInput(); final List list = new ArrayList(infos.length); |
| |||
final MemberActionInfo[] infos = getTableInput(); final List [[#variable9e6f1b60]]= new ArrayList(infos.length); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#9e6f1b60]] | result |
1 | 2 | [[#9e6f1b60]] | list |