Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 1 | 0.988 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 69 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/comment/CommentFormattingStrategy.java |
2 | 4 | 55 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/JavaFormattingStrategy.java |
| ||||
super.format(); final IDocument document = (IDocument) fDocuments.removeFirst(); final TypedPosition position = (TypedPosition) fPartitions.removeFirst(); |
| ||||
super.format(); final IDocument document = (IDocument) fDocuments.removeFirst(); final TypedPosition partition = (TypedPosition) fPartitions.removeFirst(); |
| |||
super.format(); final IDocument document = (IDocument) fDocuments.removeFirst(); final TypedPosition [[#variableb56a79a0]]= (TypedPosition) fPartitions.removeFirst(); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#b56a79a0]] | partition |
1 | 2 | [[#b56a79a0]] | position |