CloneSet5859


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
5201.000statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
15322
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/text/java/CompletionProposalLabelProvider.java
25337
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/text/java/CompletionProposalLabelProvider.java
Clone Instance
1
Line Count
5
Source Line
322
Source File
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/text/java/CompletionProposalLabelProvider.java

                if (qIndex > 0) {
                        buf.append(JavaElementLabels.CONCAT_STRING);
                        buf.append(fullName, 0, qIndex - 1);
                }
                return buf.toString();


Clone Instance
2
Line Count
5
Source Line
337
Source File
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/text/java/CompletionProposalLabelProvider.java

                if (qIndex > 0) {
                        buf.append(JavaElementLabels.CONCAT_STRING);
                        buf.append(fullName, 0, qIndex - 1);
                }
                return buf.toString();


Clone AbstractionParameter Count: 0Parameter Bindings

if (qIndex > 0) {
  buf.append(JavaElementLabels.CONCAT_STRING);
  buf.append(fullName, 0, qIndex - 1);
}
return buf.toString();
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None