Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 2 | 2 | 0.958 | block |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 735 | plugins/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/dom/ASTNodes.java |
2 | 6 | 743 | plugins/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/dom/ASTNodes.java |
| ||||
{ Name result = name; while (result.getParent() instanceof Name) { result = (Name) result.getParent(); } return result; } |
| ||||
{ Type result = type; while (result.getParent() instanceof Type) { result = (Type) result.getParent(); } return result; } |
| |||
{ [[#variable59a1bac0]] result = [[#variable59a1bf20]]; while (result.getParent() instanceof [[#variable59a1bac0]]) { result = ( [[#variable59a1bac0]]) result.getParent(); } return result; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#59a1bac0]] | Name |
1 | 2 | [[#59a1bac0]] | Type |
2 | 1 | [[#59a1bf20]] | name |
2 | 2 | [[#59a1bf20]] | type |