Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 2 | 0.985 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 2291 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/Util.java |
2 | 2 | 2294 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/Util.java |
| ||||
out.write(0x80| ((c >> 6)& 0x3f)); out.write(0x80| ((c >> 0)& 0x3f)); |
| ||||
out.write(0xc0| ((c >> 6)& 0x1f)); out.write(0x80| ((c >> 0)& 0x3f)); |
| |||
out.write( [[#variableb2b189a0]]|((c >> 6)& [[#variableb2b18960]])); out.write(0x80|((c >> 0)&0x3f)); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#b2b189a0]] | 0xc0 |
1 | 2 | [[#b2b189a0]] | 0x80 |
2 | 1 | [[#b2b18960]] | 0x1f |
2 | 2 | [[#b2b18960]] | 0x3f |