Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 1 | 0.980 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 148 | E:/TSE/Projects-CloneDR/jEdit-4.2/src/bsh/Types.java |
2 | 4 | 153 | E:/TSE/Projects-CloneDR/jEdit-4.2/src/bsh/Types.java |
| |||||
if ((rhs == Short.TYPE) && (lhs == Integer.TYPE || lhs == Long.TYPE || lhs == Float.TYPE || lhs == Double.TYPE)) return true; |
| |||||
if ((rhs == Character.TYPE) && (lhs == Integer.TYPE || lhs == Long.TYPE || lhs == Float.TYPE || lhs == Double.TYPE)) return true; |
| |||
if ((rhs == [[#variablee23a6e0]].TYPE) && (lhs == Integer.TYPE || lhs == Long.TYPE || lhs == Float.TYPE || lhs == Double.TYPE)) return true; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#e23a6e0]] | Short |
1 | 2 | [[#e23a6e0]] | Character |