| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 2 | 2 | 3 | 0.971 | switch_group |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 2 | 205 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/javadoc/JavaDocAutoIndentStrategy.java |
| 2 | 2 | 208 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/javadoc/JavaDocAutoIndentStrategy.java |
| ||||
case IJavaElement.TYPE:
return createTypeTags(document, command, indentation, lineDelimiter, (IType) element);
|
| ||||
case IJavaElement.METHOD:
return createMethodTags(document, command, indentation, lineDelimiter, (IMethod) element);
|
| |||
case IJavaElement. [[#variable55c89f60]]: return [[#variable55c89ee0]](document, command, indentation, lineDelimiter, ( [[#variable55c89e60]]) element); |
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#55c89f60]] | TYPE |
| 1 | 2 | [[#55c89f60]] | METHOD |
| 2 | 1 | [[#55c89ee0]] | createTypeTags |
| 2 | 2 | [[#55c89ee0]] | createMethodTags |
| 3 | 1 | [[#55c89e60]] | IType |
| 3 | 2 | [[#55c89e60]] | IMethod |