Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
7 | 2 | 2 | 0.972 | statement_sequence[4] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 7 | 85 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/builder/ClasspathDirectory.java |
2 | 7 | 134 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/builder/ClasspathJar.java |
| ||||
if (this == o) return true; if ( !(o instanceof ClasspathDirectory)) return false; ClasspathDirectory dir = (ClasspathDirectory) o; if (this.accessRuleSet != dir.accessRuleSet) if (this.accessRuleSet == null || !this.accessRuleSet.equals(dir.accessRuleSet)) return false; |
| ||||
if (this == o) return true; if ( !(o instanceof ClasspathJar)) return false; ClasspathJar jar = (ClasspathJar) o; if (this.accessRuleSet != jar.accessRuleSet) if (this.accessRuleSet == null || !this.accessRuleSet.equals(jar.accessRuleSet)) return false; |
| |||
if (this == o) return true; if ( !(o instanceof [[#variable64e61fc0]])) return false; [[#variable64e61fc0]] [[#variable64e61f60]]= ( [[#variable64e61fc0]]) o; if (this.accessRuleSet != [[#variable64e61f60]].accessRuleSet) if (this.accessRuleSet == null || !this.accessRuleSet.equals( [[#variable64e61f60]].accessRuleSet)) return false; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#64e61fc0]] | ClasspathDirectory |
1 | 2 | [[#64e61fc0]] | ClasspathJar |
2 | 1 | [[#64e61f60]] | dir |
2 | 2 | [[#64e61f60]] | jar |