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.985 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 234 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/builder/NameEnvironment.java |
2 | 2 | 236 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/builder/NameEnvironment.java |
| ||||
for (int i = 0, l = outputFolders.size(); i < l; i++) this.binaryLocations[index++ ] = (ClasspathLocation) outputFolders.get(i); |
| ||||
for (int i = 0, l = bLocations.size(); i < l; i++) this.binaryLocations[index++ ] = (ClasspathLocation) bLocations.get(i); |
| |||
for (int i = 0, l = [[#variablea33ec840]].size(); i < l; i++) this.binaryLocations[index++ ] = (ClasspathLocation) [[#variablea33ec840]].get(i); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#a33ec840]] | bLocations |
1 | 2 | [[#a33ec840]] | outputFolders |