CloneSet8002


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
8201.000executable_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
18386
plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/processing/JobManager.java
28397
plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/processing/JobManager.java
Clone Instance
1
Line Count
8
Source Line
386
Source File
plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/processing/JobManager.java

                                                           { // if not shutting down
                                // log exception
                                Util.log(e, "Background Indexer Crash Recovery"); //$NON-NLS-1$

                                // keep job manager alive
                                this.discardJobs(null);
                                this.processingThread = null;
                                this.reset(); // this will fork a new thread with no waiting jobs, some indexes will be inconsistent
                                                           }


Clone Instance
2
Line Count
8
Source Line
397
Source File
plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/processing/JobManager.java

                                                                                          {
                                // log exception
                                Util.log(e, "Background Indexer Crash Recovery"); //$NON-NLS-1$

                                // keep job manager alive
                                this.discardJobs(null);
                                this.processingThread = null;
                                this.reset(); // this will fork a new thread with no waiting jobs, some indexes will be inconsistent
                                                                                          }


Clone AbstractionParameter Count: 0Parameter Bindings

{ // if not shutting down
  // log exception
  Util.log(e, "Background Indexer Crash Recovery"); //$NON-NLS-1$
  // keep job manager alive
  this.discardJobs(null);
  this.processingThread = null;
  this.reset(); // this will fork a new thread with no waiting jobs, some indexes will be inconsistent
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None