Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 2 | 0.960 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 1583 | plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/matching/MatchLocator.java |
2 | 2 | 1592 | plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/matching/MatchLocator.java |
| ||||
for (int i = 0, l = memberTypes.length; i < l; i++) purgeMethodStatements(memberTypes[i], checkEachMethod); |
| ||||
for (int i = 0, l = types.length; i < l; i++) purgeMethodStatements(types[i], true); |
| |||
for (int i = 0, l = [[#variable61fd2b20]].length; i < l; i++) purgeMethodStatements( [[#variable61fd2b20]][i], [[#variable61fd29a0]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#61fd2b20]] | memberTypes |
1 | 2 | [[#61fd2b20]] | types |
2 | 1 | [[#61fd29a0]] | checkEachMethod |
2 | 2 | [[#61fd29a0]] | true |