CloneSet2670


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3401.000statement_sequence_member
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
13992
plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/matching/MatchLocator.java
231043
plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/matching/MatchLocator.java
331144
plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/matching/MatchLocator.java
431162
plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/matching/MatchLocator.java
Clone Instance
1
Line Count
3
Source Line
992
Source File
plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/matching/MatchLocator.java

                                        if (this.progressMonitor != null) {
                                                this.progressWorked++;
                                                if ((this.progressWorked % this.progressStep) == 0)
                                                                                                this.progressMonitor.worked(this.progressStep);
                                        }


Clone Instance
2
Line Count
3
Source Line
1043
Source File
plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/matching/MatchLocator.java

                        if (this.progressMonitor != null) {
                                this.progressWorked++;
                                if ((this.progressWorked % this.progressStep) == 0)
                                                                                this.progressMonitor.worked(this.progressStep);
                        }


Clone Instance
3
Line Count
3
Source Line
1144
Source File
plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/matching/MatchLocator.java

                                if (this.progressMonitor != null) {
                                        this.progressWorked++;
                                        if ((this.progressWorked % this.progressStep) == 0)
                                                                                        this.progressMonitor.worked(this.progressStep);
                                }


Clone Instance
4
Line Count
3
Source Line
1162
Source File
plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/matching/MatchLocator.java

                                if (this.progressMonitor != null) {
                                        this.progressWorked++;
                                        if ((this.progressWorked % this.progressStep) == 0)
                                                                                        this.progressMonitor.worked(this.progressStep);
                                }


Clone AbstractionParameter Count: 0Parameter Bindings

if (this.progressMonitor != null) {
  this.progressWorked++;
  if ((this.progressWorked % this.progressStep) == 0)
    this.progressMonitor.worked(this.progressStep);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None