| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 3 | 2 | 1 | 0.976 | statement_sequence_member |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 3 | 946 | plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/CodeFormatterVisitor2.java |
| 2 | 3 | 1371 | plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/CodeFormatterVisitor2.java |
| ||||
if (modifiers.size() != 0) {
this.scribe.printModifiers(modifiers, this );
this.scribe.space();
}
|
| ||||
if (annotations.size() != 0) {
this.scribe.printModifiers(annotations, this );
this.scribe.space();
}
|
| |||
if ( [[#variableb2bd4280]].size() != 0) {
this.scribe.printModifiers( [[#variableb2bd4280]], this );
this.scribe.space();
}
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#b2bd4280]] | modifiers |
| 1 | 2 | [[#b2bd4280]] | annotations |