Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 3 | 0.960 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 148 | plugins/org.eclipse.jdt.apt.core/src/org/eclipse/jdt/apt/core/internal/JarClassLoader.java |
2 | 5 | 127 | plugins/org.eclipse.jdt.apt.core/src/org/eclipse/jdt/apt/core/internal/util/FileSystemUtil.java |
| ||||
int len; while ((len = input.read(buf)) > 0) { baos.write(buf, 0, len); } baos.close(); |
| ||||
int len; while ((len = in.read(buffer)) > 0) { out.write(buffer, 0, len); } out.close(); |
| |||
int len; while ((len = [[#variable93739180]].read( [[#variable93b26c60]])) > 0) { [[#variable93856000]].write( [[#variable93b26c60]], 0, len); } [[#variable93856000]].close(); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#93739180]] | input |
1 | 2 | [[#93739180]] | in |
2 | 1 | [[#93b26c60]] | buf |
2 | 2 | [[#93b26c60]] | buffer |
3 | 1 | [[#93856000]] | baos |
3 | 2 | [[#93856000]] | out |