CloneSet380


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4201.000statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
14943
E:/TSE/Projects-CloneDR/jEdit-4.2/src/bsh/Primitive.java
24278
E:/TSE/Projects-CloneDR/jEdit-4.2/src/bsh/Types.java
Next
Last
Clone Instance
1
Line Count
4
Source Line
943
Source File
E:/TSE/Projects-CloneDR/jEdit-4.2/src/bsh/Primitive.java

if (fromValue == Primitive.NULL && fromType != null)
  throw new InterpreterError("inconsistent args 1");
if (fromValue == Primitive.VOID && fromType != Void.TYPE)
  throw new InterpreterError("inconsistent args 2");


First
Previous
Clone Instance
2
Line Count
4
Source Line
278
Source File
E:/TSE/Projects-CloneDR/jEdit-4.2/src/bsh/Types.java

if (fromValue == Primitive.NULL && fromType != null)
  throw new InterpreterError("inconsistent args 1");
if (fromValue == Primitive.VOID && fromType != Void.TYPE)
  throw new InterpreterError("inconsistent args 2");


Clone AbstractionParameter Count: 0Parameter Bindings

if (fromValue == Primitive.NULL && fromType != null)
  throw new InterpreterError("inconsistent args 1");
if (fromValue == Primitive.VOID && fromType != Void.TYPE)
  throw new InterpreterError("inconsistent args 2");
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None