Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 4 | 4 | 0.952 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 264 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/builder/State.java |
2 | 2 | 664 | plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/index/DiskIndex.java |
3 | 2 | 668 | plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/index/DiskIndex.java |
4 | 2 | 672 | plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/index/DiskIndex.java |
| ||||
for (int i = 0; i < length; i++) internedTypeLocators[i] = in.readUTF(); |
| ||||
for (int i = 0; i < arraySize; i++) result[i] = stream.readUnsignedByte(); |
| ||||
for (int i = 0; i < arraySize; i++) result[i] = stream.readUnsignedShort(); |
| ||||
for (int i = 0; i < arraySize; i++) result[i] = stream.readInt(); |
| |||
for (int i = 0; i < [[#variable4f788fc0]]; i++) [[#variable4f788f60]][i] = [[#variable4f788ee0]]. [[#variable4f788e40]](); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#4f788fc0]] | length |
1 | 2 | [[#4f788fc0]] | arraySize |
1 | 3 | [[#4f788fc0]] | arraySize |
1 | 4 | [[#4f788fc0]] | arraySize |
2 | 1 | [[#4f788f60]] | internedTypeLocators |
2 | 2 | [[#4f788f60]] | result |
2 | 3 | [[#4f788f60]] | result |
2 | 4 | [[#4f788f60]] | result |
3 | 1 | [[#4f788ee0]] | in |
3 | 2 | [[#4f788ee0]] | stream |
3 | 3 | [[#4f788ee0]] | stream |
3 | 4 | [[#4f788ee0]] | stream |
4 | 1 | [[#4f788e40]] | readUTF |
4 | 2 | [[#4f788e40]] | readInt |
4 | 3 | [[#4f788e40]] | readUnsignedShort |
4 | 4 | [[#4f788e40]] | readUnsignedByte |