Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 4 | 3 | 0.952 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 3561 | plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/CodeFormatterVisitor.java |
2 | 3 | 3647 | plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/CodeFormatterVisitor.java |
3 | 3 | 3691 | plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/CodeFormatterVisitor.java |
4 | 3 | 5267 | plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/CodeFormatterVisitor.java |
| ||||
this.scribe.printNextToken(TerminalTokens.TokenNameRPAREN, this.preferences.insert_space_before_closing_paren_in_for); final Statement action = forStatement.action; |
| ||||
this.scribe.printNextToken(TerminalTokens.TokenNameRPAREN, this.preferences.insert_space_before_closing_paren_in_for); final Statement action = forStatement.action; |
| ||||
this.scribe.printNextToken(TerminalTokens.TokenNameRPAREN, this.preferences.insert_space_before_closing_paren_in_if); final Statement thenStatement = ifStatement.thenStatement; |
| ||||
this.scribe.printNextToken(TerminalTokens.TokenNameRPAREN, this.preferences.insert_space_before_closing_paren_in_while); final Statement action = whileStatement.action; |
| |||
this.scribe.printNextToken(TerminalTokens.TokenNameRPAREN, this.preferences. [[#variable78ad69e0]]); final Statement [[#variable78ad7440]]= [[#variable78ad69a0]]. [[#variable78ad7440]]; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#78ad69e0]] | insert_space_before_closing_paren_in_while |
1 | 2 | [[#78ad69e0]] | insert_space_before_closing_paren_in_if |
1 | 3 | [[#78ad69e0]] | insert_space_before_closing_paren_in_for |
1 | 4 | [[#78ad69e0]] | insert_space_before_closing_paren_in_for |
2 | 1 | [[#78ad7440]] | action |
2 | 2 | [[#78ad7440]] | thenStatement |
2 | 3 | [[#78ad7440]] | action |
2 | 4 | [[#78ad7440]] | action |
3 | 1 | [[#78ad69a0]] | whileStatement |
3 | 2 | [[#78ad69a0]] | ifStatement |
3 | 3 | [[#78ad69a0]] | forStatement |
3 | 4 | [[#78ad69a0]] | forStatement |