Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
8 | 2 | 1 | 0.969 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 8 | 698 | E:/TSE/Projects-CloneDR/jEdit-4.2/src/bsh/Primitive.java |
2 | 8 | 713 | E:/TSE/Projects-CloneDR/jEdit-4.2/src/bsh/Primitive.java |
| |||||
switch (kind) { case PLUS: return operand; case MINUS: return -operand; default: throw new InterpreterError("bad float unaryOperation"); } |
| |||||
switch (kind) { case PLUS: return operand; case MINUS: return -operand; default: throw new InterpreterError("bad double unaryOperation"); } |
| |||
switch (kind) { case PLUS: return operand; case MINUS: return -operand; default: throw new InterpreterError( [[#variablec2fde20]]); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#c2fde20]] | "bad float unaryOperation" |
1 | 2 | [[#c2fde20]] | "bad double unaryOperation" |