Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 6 | 2 | 0.979 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 200 | plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/DefaultCodeFormatter.java |
2 | 1 | 282 | plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/DefaultCodeFormatter.java |
3 | 1 | 312 | plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/DefaultCodeFormatter.java |
4 | 1 | 480 | plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/DefaultCodeFormatter.java |
5 | 1 | 504 | plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/DefaultCodeFormatter.java |
6 | 1 | 529 | plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/DefaultCodeFormatter.java |
| ||||
return internalFormatClassBodyDeclarations(source, indentationLevel, lineSeparator, bodyDeclarations, offset, length); |
| ||||
return internalFormatExpression(source, indentationLevel, lineSeparator, expression, offset, length); |
| ||||
return internalFormatStatements(source, indentationLevel, lineSeparator, constructorDeclaration, offset, length); |
| ||||
return internalFormatExpression(source, indentationLevel, lineSeparator, expression, offset, length); |
| ||||
return internalFormatClassBodyDeclarations(source, indentationLevel, lineSeparator, bodyDeclarations, offset, length); |
| ||||
return internalFormatStatements(source, indentationLevel, lineSeparator, constructorDeclaration, offset, length); |
| |||
return [[#variable94ddd0c0]](source, indentationLevel, lineSeparator, [[#variable58a45620]], offset, length); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#94ddd0c0]] | internalFormatStatements |
1 | 2 | [[#94ddd0c0]] | internalFormatClassBodyDeclarations |
1 | 3 | [[#94ddd0c0]] | internalFormatExpression |
1 | 4 | [[#94ddd0c0]] | internalFormatStatements |
1 | 5 | [[#94ddd0c0]] | internalFormatExpression |
1 | 6 | [[#94ddd0c0]] | internalFormatClassBodyDeclarations |
2 | 1 | [[#58a45620]] | constructorDeclaration |
2 | 2 | [[#58a45620]] | bodyDeclarations |
2 | 3 | [[#58a45620]] | expression |
2 | 4 | [[#58a45620]] | constructorDeclaration |
2 | 5 | [[#58a45620]] | expression |
2 | 6 | [[#58a45620]] | bodyDeclarations |