Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
11 | 2 | 5 | 0.970 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 11 | 844 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/ClasspathEntry.java |
2 | 10 | 865 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/ClasspathEntry.java |
| ||||
otherPath = otherEntry.getSourceAttachmentRootPath(); if (this.sourceAttachmentRootPath == null) { if (otherPath != null) return false; } else { if ( !this.sourceAttachmentRootPath.equals(otherPath)) return false; } if ( !equalPatterns(this.inclusionPatterns, otherEntry.getInclusionPatterns())) return false; |
| ||||
otherPath = otherEntry.getOutputLocation(); if (this.specificOutputLocation == null) { if (otherPath != null) return false; } else { if ( !this.specificOutputLocation.equals(otherPath)) return false; } if ( !equalAttributes(this.extraAttributes, otherEntry.getExtraAttributes())) return false; |
| |||
otherPath = otherEntry. [[#variable615ef660]](); if (this. [[#variable615ef5c0]]== null) { if (otherPath != null) return false; } else { if ( !this. [[#variable615ef5c0]].equals(otherPath)) return false; } if ( ! [[#variable59557220]](this. [[#variable59557e60]], otherEntry. [[#variable615eeac0]]())) return false; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#615ef660]] | getSourceAttachmentRootPath |
1 | 2 | [[#615ef660]] | getOutputLocation |
2 | 1 | [[#615ef5c0]] | sourceAttachmentRootPath |
2 | 2 | [[#615ef5c0]] | specificOutputLocation |
3 | 1 | [[#59557220]] | equalPatterns |
3 | 2 | [[#59557220]] | equalAttributes |
4 | 1 | [[#59557e60]] | inclusionPatterns |
4 | 2 | [[#59557e60]] | extraAttributes |
5 | 1 | [[#615eeac0]] | getInclusionPatterns |
5 | 2 | [[#615eeac0]] | getExtraAttributes |