Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 4 | 2 | 0.967 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 243 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/builder/NameEnvironment.java |
2 | 2 | 245 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/builder/NameEnvironment.java |
3 | 2 | 350 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/builder/NameEnvironment.java |
4 | 2 | 352 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/builder/NameEnvironment.java |
| ||||
for (int i = 0, l = sourceLocations.length; i < l; i++) sourceLocations[i].cleanup(); |
| ||||
for (int i = 0, l = binaryLocations.length; i < l; i++) binaryLocations[i].cleanup(); |
| ||||
for (int i = 0, l = sourceLocations.length; i < l; i++) sourceLocations[i].reset(); |
| ||||
for (int i = 0, l = binaryLocations.length; i < l; i++) binaryLocations[i].reset(); |
| |||
for (int i = 0, l = [[#variable54b465a0]].length; i < l; i++) [[#variable54b465a0]][i]. [[#variable54b46520]](); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#54b465a0]] | binaryLocations |
1 | 2 | [[#54b465a0]] | sourceLocations |
1 | 3 | [[#54b465a0]] | binaryLocations |
1 | 4 | [[#54b465a0]] | sourceLocations |
2 | 1 | [[#54b46520]] | reset |
2 | 2 | [[#54b46520]] | reset |
2 | 3 | [[#54b46520]] | cleanup |
2 | 4 | [[#54b46520]] | cleanup |