Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 4 | 0.955 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 3443 | plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/CodeFormatterVisitor.java |
2 | 4 | 1235 | plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/CodeFormatterVisitor2.java |
| ||||
if (explicitConstructor.isSuperAccess()) { this.scribe.printNextToken(TerminalTokens.TokenNamesuper); } else { this.scribe.printNextToken(TerminalTokens.TokenNamethis); } |
| ||||
if (node.booleanValue()) { this.scribe.printNextToken(TerminalTokens.TokenNametrue); } else { this.scribe.printNextToken(TerminalTokens.TokenNamefalse); } |
| |||
if ( [[#variable67ca7e40]]. [[#variable67ca7de0]]()) { this.scribe.printNextToken(TerminalTokens. [[#variable67ca7d60]]); } else { this.scribe.printNextToken(TerminalTokens. [[#variable67ca7ce0]]); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#67ca7e40]] | node |
1 | 2 | [[#67ca7e40]] | explicitConstructor |
2 | 1 | [[#67ca7de0]] | booleanValue |
2 | 2 | [[#67ca7de0]] | isSuperAccess |
3 | 1 | [[#67ca7d60]] | TokenNametrue |
3 | 2 | [[#67ca7d60]] | TokenNamesuper |
4 | 1 | [[#67ca7ce0]] | TokenNamefalse |
4 | 2 | [[#67ca7ce0]] | TokenNamethis |