Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 3 | 2 | 0.973 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 819 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/hierarchy/TypeHierarchy.java |
2 | 3 | 130 | plugins/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/util/OpenTypeHistory.java |
3 | 3 | 822 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/BuildPathsBlock.java |
| ||||
for (int i = 0; i < children.length; i++) { if (isAffected(children[i])) { return true; } } |
| ||||
for (int i = 0; i < children.length; i++) { if (processDelta(children[i])) { return true; } } |
| ||||
for (int i = 0; i < members.length; i++) { if (hasClassfiles(members[i])) { return true; } } |
| |||
for (int i = 0; i < [[#variable76b53ee0]].length; i++) { if ( [[#variable923a4f60]]( [[#variable76b53ee0]][i])) { return true; } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#76b53ee0]] | children |
1 | 2 | [[#76b53ee0]] | children |
1 | 3 | [[#76b53ee0]] | members |
2 | 1 | [[#923a4f60]] | isAffected |
2 | 2 | [[#923a4f60]] | processDelta |
2 | 3 | [[#923a4f60]] | hasClassfiles |