CloneSet614


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
14323
E:/TSE/Projects-CloneDR/jEdit-4.2/src/bsh/ClassGeneratorUtil.java
24603
E:/TSE/Projects-CloneDR/jEdit-4.2/src/bsh/ClassGeneratorUtil.java
Next
Last
Clone Instance
1
Line Count
4
Source Line
323
Source File
E:/TSE/Projects-CloneDR/jEdit-4.2/src/bsh/ClassGeneratorUtil.java

if (returnType == null) // map loose return type to Object
  returnType = OBJECT;
String methodDescriptor = getMethodDescriptor(returnType, paramTypes);


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

if (returnType == null) // map loose return to Object
  returnType = OBJECT;
String methodDescriptor = getMethodDescriptor(returnType, paramTypes);


Clone AbstractionParameter Count: 0Parameter Bindings

if (returnType == null) // map loose return to Object // map loose return type to Object
  returnType = OBJECT;
String methodDescriptor = getMethodDescriptor(returnType, paramTypes);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None