Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 3 | 2 | 0.973 | switch_group |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 61 | plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/DefaultCodeFormatter.java |
2 | 2 | 63 | plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/DefaultCodeFormatter.java |
3 | 2 | 65 | plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/DefaultCodeFormatter.java |
| ||||
case CodeFormatter.K_SINGLE_LINE_COMMENT: return new CommentRegion(document, range, formatter); |
| ||||
case CodeFormatter.K_MULTI_LINE_COMMENT: return new MultiCommentRegion(document, range, formatter); |
| ||||
case CodeFormatter.K_JAVA_DOC: return new JavaDocRegion(document, range, formatter); |
| |||
case CodeFormatter. [[#variable614d0800]]: return new [[#variable614d07a0]](document, range, formatter); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#614d0800]] | K_JAVA_DOC |
1 | 2 | [[#614d0800]] | K_MULTI_LINE_COMMENT |
1 | 3 | [[#614d0800]] | K_SINGLE_LINE_COMMENT |
2 | 1 | [[#614d07a0]] | JavaDocRegion |
2 | 2 | [[#614d07a0]] | MultiCommentRegion |
2 | 3 | [[#614d07a0]] | CommentRegion |