| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 2 | 3 | 1 | 0.993 | statement_sequence_member |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 2 | 437 | plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/DefaultCodeFormatter.java |
| 2 | 2 | 442 | plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/DefaultCodeFormatter.java |
| 3 | 2 | 447 | plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/DefaultCodeFormatter.java |
| ||||
if (ProbingScanner.getCurrentTokenEndPosition() == offset + length - 1) {
return formatComment(K_MULTI_LINE_COMMENT, source, indentationLevel, lineSeparator, offset, length);
}
|
| ||||
if (ProbingScanner.getCurrentTokenEndPosition() == offset + length - 1) {
return formatComment(K_SINGLE_LINE_COMMENT, source, indentationLevel, lineSeparator, offset, length);
}
|
| ||||
if (ProbingScanner.getCurrentTokenEndPosition() == offset + length - 1) {
return formatComment(K_JAVA_DOC, source, indentationLevel, lineSeparator, offset, length);
}
|
| |||
if (ProbingScanner.getCurrentTokenEndPosition() == offset + length - 1) {
return formatComment( [[#variable9b4b0a00]], source, indentationLevel, lineSeparator, offset, length);
}
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#9b4b0a00]] | K_MULTI_LINE_COMMENT |
| 1 | 2 | [[#9b4b0a00]] | K_SINGLE_LINE_COMMENT |
| 1 | 3 | [[#9b4b0a00]] | K_JAVA_DOC |