Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 3 | 2 | 0.953 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 873 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/classfmt/ClassFileReader.java |
2 | 2 | 876 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/classfmt/ClassFileReader.java |
3 | 2 | 880 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/classfmt/ClassFileReader.java |
| ||||
for (int i = 0, max = fieldsCount; i < max; i++) { fields[i].initialize(); } |
| ||||
for (int i = 0, max = methodsCount; i < max; i++) { methods[i].initialize(); } |
| ||||
for (int i = 0, max = innerInfos.length; i < max; i++) { innerInfos[i].initialize(); } |
| |||
for (int i = 0, max = [[#variableb89520e0]]; i < max; i++) { [[#variableb8953140]][i].initialize(); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#b89520e0]] | fieldsCount |
1 | 2 | [[#b89520e0]] | methodsCount |
1 | 3 | [[#b89520e0]] | innerInfos.length |
2 | 1 | [[#b8953140]] | fields |
2 | 2 | [[#b8953140]] | methods |
2 | 3 | [[#b8953140]] | innerInfos |