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.973 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 807 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/core/compiler/CharOperation.java |
2 | 2 | 809 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/core/compiler/CharOperation.java |
| ||||
if (second == null) return concat(first, third, sep1); |
| ||||
if (third == null) return concat(first, second, sep1); |
| |||
if ( [[#variableba8422e0]]== null) return concat(first, [[#variableba842280]], sep1); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#ba8422e0]] | second |
1 | 2 | [[#ba8422e0]] | third |
2 | 1 | [[#ba842280]] | third |
2 | 2 | [[#ba842280]] | second |