CloneSet1866


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
10210.997statement_sequence[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
110248
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/ContentAssistProcessor.java
210300
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/ContentAssistProcessor.java
Clone Instance
1
Line Count
10
Source Line
248
Source File
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/ContentAssistProcessor.java

                List providers = getCategories();
                for (Iterator it = providers.iterator(); it.hasNext();) {
                        CompletionProposalCategory cat = (CompletionProposalCategory) it.next();
                        List computed = cat.computeCompletionProposals(context, fPartition, new SubProgressMonitor(monitor, 1));
                        proposals.addAll(computed);
                        if (fErrorMessage == null)
                                fErrorMessage = cat.getErrorMessage();
                }

                return proposals;


Clone Instance
2
Line Count
10
Source Line
300
Source File
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/ContentAssistProcessor.java

                List providers = getCategories();
                for (Iterator it = providers.iterator(); it.hasNext();) {
                        CompletionProposalCategory cat = (CompletionProposalCategory) it.next();
                        List computed = cat.computeContextInformation(context, fPartition, new SubProgressMonitor(monitor, 1));
                        proposals.addAll(computed);
                        if (fErrorMessage == null)
                                fErrorMessage = cat.getErrorMessage();
                }

                return proposals;


Clone AbstractionParameter Count: 1Parameter Bindings

List providers = getCategories();
for (Iterator it = providers.iterator(); it.hasNext();) {
  CompletionProposalCategory cat = (CompletionProposalCategory) it.next();
  List computed = cat. [[#variableb91c9c80]](context, fPartition, new SubProgressMonitor(monitor, 1));
  proposals.addAll(computed);
  if (fErrorMessage == null)
    fErrorMessage = cat.getErrorMessage();
}
return proposals;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#b91c9c80]]
computeCompletionProposals 
12[[#b91c9c80]]
computeContextInformation