CloneSet1842


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3730.964statement_sequence_member
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1399
plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/indexing/AddFolderToIndex.java
23224
plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/indexing/IndexAllProject.java
33231
plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/indexing/IndexAllProject.java
43132
plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/indexing/IndexBinaryFolder.java
53139
plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/indexing/IndexBinaryFolder.java
6365
plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/indexing/RemoveFolderFromIndex.java
7342
plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/indexing/SaveIndex.java
Clone Instance
1
Line Count
3
Source Line
99
Source File
plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/indexing/AddFolderToIndex.java

                        if (JobManager.VERBOSE) {
                                Util.verbose("-> failed to add " + this.folderPath + " to index because of the following exception:", System.err); //$NON-NLS-1$ //$NON-NLS-2$
                                e.printStackTrace();
                        }


Clone Instance
2
Line Count
3
Source Line
224
Source File
plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/indexing/IndexAllProject.java

                        if (JobManager.VERBOSE) {
                                Util.verbose("-> failed to index " + this.project + " because of the following exception:", System.err); //$NON-NLS-1$ //$NON-NLS-2$
                                e.printStackTrace();
                        }


Clone Instance
3
Line Count
3
Source Line
231
Source File
plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/indexing/IndexAllProject.java

                        if (JobManager.VERBOSE) {
                                Util.verbose("-> failed to index " + this.project + " because of the following exception:", System.err); //$NON-NLS-1$ //$NON-NLS-2$
                                e.printStackTrace();
                        }


Clone Instance
4
Line Count
3
Source Line
132
Source File
plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/indexing/IndexBinaryFolder.java

                        if (JobManager.VERBOSE) {
                                Util.verbose("-> failed to index " + this.folder + " because of the following exception:", System.err); //$NON-NLS-1$ //$NON-NLS-2$
                                e.printStackTrace();
                        }


Clone Instance
5
Line Count
3
Source Line
139
Source File
plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/indexing/IndexBinaryFolder.java

                        if (JobManager.VERBOSE) {
                                Util.verbose("-> failed to index " + this.folder + " because of the following exception:", System.err); //$NON-NLS-1$ //$NON-NLS-2$
                                e.printStackTrace();
                        }


Clone Instance
6
Line Count
3
Source Line
65
Source File
plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/indexing/RemoveFolderFromIndex.java

                        if (JobManager.VERBOSE) {
                                Util.verbose("-> failed to remove " + this.folderPath + " from index because of the following exception:", System.err); //$NON-NLS-1$ //$NON-NLS-2$
                                e.printStackTrace();
                        }


Clone Instance
7
Line Count
3
Source Line
42
Source File
plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/indexing/SaveIndex.java

                        if (JobManager.VERBOSE) {
                                Util.verbose("-> failed to save index " + this.containerPath + " because of the following exception:", System.err); //$NON-NLS-1$ //$NON-NLS-2$
                                e.printStackTrace();
                        }


Clone AbstractionParameter Count: 3Parameter Bindings

if (JobManager.VERBOSE) {
  Util.verbose( [[#variable95b37a80]] + this. [[#variable95b37a20]] +  [[#variable95b379a0]], System.err); //$NON-NLS-1$ //$NON-NLS-2$
  e.printStackTrace();
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#95b37a80]]
"-> failed to index " 
12[[#95b37a80]]
"-> failed to index " 
13[[#95b37a80]]
"-> failed to add " 
14[[#95b37a80]]
"-> failed to remove " 
15[[#95b37a80]]
"-> failed to save index " 
16[[#95b37a80]]
"-> failed to index " 
17[[#95b37a80]]
"-> failed to index " 
21[[#95b37a20]]
folder 
22[[#95b37a20]]
project 
23[[#95b37a20]]
folderPath 
24[[#95b37a20]]
folderPath 
25[[#95b37a20]]
containerPath 
26[[#95b37a20]]
project 
27[[#95b37a20]]
folder 
31[[#95b379a0]]
" because of the following exception:" 
32[[#95b379a0]]
" because of the following exception:" 
33[[#95b379a0]]
" to index because of the following exception:" 
34[[#95b379a0]]
" from index because of the following exception:" 
35[[#95b379a0]]
" because of the following exception:" 
36[[#95b379a0]]
" because of the following exception:" 
37[[#95b379a0]]
" because of the following exception:"