Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 6 | 1 | 0.988 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 158 | plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/DefaultCodeFormatter.java |
2 | 1 | 160 | plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/DefaultCodeFormatter.java |
3 | 1 | 162 | plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/DefaultCodeFormatter.java |
4 | 1 | 164 | plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/DefaultCodeFormatter.java |
5 | 1 | 166 | plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/DefaultCodeFormatter.java |
6 | 1 | 551 | plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/DefaultCodeFormatter.java |
| ||||
return formatClassBodyDeclarations(source, indentationLevel, lineSeparator, offset, length); |
| ||||
return formatCompilationUnit(source, indentationLevel, lineSeparator, offset, length); |
| ||||
return formatExpression(source, indentationLevel, lineSeparator, offset, length); |
| ||||
return formatStatements(source, indentationLevel, lineSeparator, offset, length); |
| ||||
return probeFormatting(source, indentationLevel, lineSeparator, offset, length); |
| ||||
// this has to be a compilation unit return formatCompilationUnit(source, indentationLevel, lineSeparator, offset, length); |
| |||
// this has to be a compilation unit return [[#variableb2a7dfe0]](source, indentationLevel, lineSeparator, offset, length); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#b2a7dfe0]] | formatCompilationUnit |
1 | 2 | [[#b2a7dfe0]] | formatExpression |
1 | 3 | [[#b2a7dfe0]] | formatClassBodyDeclarations |
1 | 4 | [[#b2a7dfe0]] | probeFormatting |
1 | 5 | [[#b2a7dfe0]] | formatStatements |
1 | 6 | [[#b2a7dfe0]] | formatCompilationUnit |