Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 1 | 0.989 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 191 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/BinaryType.java |
2 | 3 | 175 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/SourceType.java |
| ||||
IJavaElement[] children = getChildren(); int length = children.length; if (length == 0) return children; |
| ||||
IJavaElement[] children = getChildren(); int length = children.length; if (length == 0) return NO_ELEMENTS; |
| |||
IJavaElement[] children = getChildren(); int length = children.length; if (length == 0) return [[#variable4ff25040]]; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#4ff25040]] | children |
1 | 2 | [[#4ff25040]] | NO_ELEMENTS |