Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 1 | 0.958 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 34 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/builder/ClasspathMultiDirectory.java |
2 | 2 | 36 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/builder/ClasspathMultiDirectory.java |
| ||||
// handle the case when a state rebuilds a source folder if (this.inclusionPatterns != null && this.inclusionPatterns.length == 0) this.inclusionPatterns = null; |
| ||||
if (this.exclusionPatterns != null && this.exclusionPatterns.length == 0) this.exclusionPatterns = null; |
| |||
// handle the case when a state rebuilds a source folder if (this. [[#variable974f8140]]!= null && this. [[#variable974f8140]].length == 0) this. [[#variable974f8140]]= null; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#974f8140]] | inclusionPatterns |
1 | 2 | [[#974f8140]] | exclusionPatterns |