Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 1 | 0.980 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 497 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/SmartSemicolonAutoEditStrategy.java |
2 | 5 | 524 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/SmartSemicolonAutoEditStrategy.java |
| ||||
{ char ch = document.getChar(position); if ( !Character.isWhitespace(ch) && isDefaultPartition(document, position, partitioning)) return position; position--; } |
| ||||
{ char ch = document.getChar(position); if ( !Character.isWhitespace(ch) && isDefaultPartition(document, position, partitioning)) return position; position++; } |
| |||
{ char ch = document.getChar(position); if ( !Character.isWhitespace(ch) && isDefaultPartition(document, position, partitioning)) return position; [[#variable639cf660]]; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#639cf660]] | position++ |
1 | 2 | [[#639cf660]] | position-- |