CloneSet4255


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
5210.988statement_sequence_member
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1497
plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/rename/TextMatchUpdater.java
25140
plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/rename/TextMatchUpdater.java
Clone Instance
1
Line Count
4
Source Line
97
Source File
plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/rename/TextMatchUpdater.java

                        for (int i = 0; i < projectsInScope.length; i++) {
                                if (pm.isCanceled())
                                        throw new OperationCanceledException();
                                addTextMatches(projectsInScope[i], new SubProgressMonitor(pm, 1));
                        }


Clone Instance
2
Line Count
5
Source Line
140
Source File
plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/rename/TextMatchUpdater.java

                                for (int i = 0; i < members.length; i++) {
                                        if (pm.isCanceled())
                                                throw new OperationCanceledException();

                                        addTextMatches(members[i], new SubProgressMonitor(pm, 1));
                                }


Clone AbstractionParameter Count: 1Parameter Bindings

for (int i = 0; i <  [[#variable773a0b40]].length; i++) {
  if (pm.isCanceled())
    throw new OperationCanceledException();
  addTextMatches( [[#variable773a0b40]][i], new SubProgressMonitor(pm, 1));
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#773a0b40]]
members 
12[[#773a0b40]]
projectsInScope