CloneSet5738


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2201.000statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
12501
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/JavaElementLabels.java
22619
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/JavaElementLabels.java
Clone Instance
1
Line Count
2
Source Line
501
Source File
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/JavaElementLabels.java

                                String returnTypeSig = resolvedSig != null ? Signature.getReturnType(resolvedSig):  method.getReturnType();
                                getTypeSignatureLabel(returnTypeSig, flags, buf);


Clone Instance
2
Line Count
2
Source Line
619
Source File
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/JavaElementLabels.java

                                String returnTypeSig = resolvedSig != null ? Signature.getReturnType(resolvedSig):  method.getReturnType();
                                getTypeSignatureLabel(returnTypeSig, flags, buf);


Clone AbstractionParameter Count: 0Parameter Bindings

String returnTypeSig = resolvedSig != null ? Signature.getReturnType(resolvedSig): method.getReturnType();
getTypeSignatureLabel(returnTypeSig, flags, buf);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None