Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
7 | 2 | 1 | 0.994 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 7 | 212 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaOutlinePage.java |
2 | 7 | 356 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/text/folding/DefaultJavaFoldingStructureProvider.java |
| ||||
for (int i = 0; i < children.length; i++) { IJavaElementDelta d = findElement(unit, children[i]); if (d != null) return d; } return null; |
| ||||
for (int i = 0; i < children.length; i++) { IJavaElementDelta d = findElement(target, children[i]); if (d != null) return d; } return null; |
| |||
for (int i = 0; i < children.length; i++) { IJavaElementDelta d = findElement( [[#variableb512c5a0]], children[i]); if (d != null) return d; } return null; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#b512c5a0]] | target |
1 | 2 | [[#b512c5a0]] | unit |