Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 3 | 1 | 0.964 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 42 | plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/indexing/AddFolderToIndex.java |
2 | 2 | 56 | plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/indexing/IndexAllProject.java |
3 | 2 | 48 | plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/indexing/IndexBinaryFolder.java |
| ||||
if (this.isCancelled || progressMonitor != null && progressMonitor.isCanceled()) return true; if ( !project.isAccessible()) return true; // nothing to do |
| ||||
if (this.isCancelled || progressMonitor != null && progressMonitor.isCanceled()) return true; if ( !project.isAccessible()) return true; // nothing to do |
| ||||
if (this.isCancelled || progressMonitor != null && progressMonitor.isCanceled()) return true; if ( !this.folder.isAccessible()) return true; // nothing to do |
| |||
if (this.isCancelled || progressMonitor != null && progressMonitor.isCanceled()) return true; if ( ! [[#variableb65d1300]].isAccessible()) return true; // nothing to do |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#b65d1300]] | project |
1 | 2 | [[#b65d1300]] | this.folder |
1 | 3 | [[#b65d1300]] | project |