Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 3 | 3 | 0.958 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 328 | plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/CodeFormatterVisitor.java |
2 | 1 | 332 | plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/CodeFormatterVisitor.java |
3 | 1 | 336 | plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/CodeFormatterVisitor.java |
| ||||
int fieldIndex = 0, fieldCount = (typeDeclaration.fields == null) ? 0: typeDeclaration.fields.length; |
| ||||
int methodIndex = 0, methodCount = (typeDeclaration.methods == null) ? 0: typeDeclaration.methods.length; |
| ||||
int typeIndex = 0, typeCount = (typeDeclaration.memberTypes == null) ? 0: typeDeclaration.memberTypes.length; |
| |||
int [[#variable7d1b1d00]]= 0, [[#variable7d1b1c40]]= (typeDeclaration. [[#variable7d1b1bc0]]== null) ? 0: typeDeclaration. [[#variable7d1b1bc0]].length; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#7d1b1d00]] | fieldIndex |
1 | 2 | [[#7d1b1d00]] | methodIndex |
1 | 3 | [[#7d1b1d00]] | typeIndex |
2 | 1 | [[#7d1b1c40]] | fieldCount |
2 | 2 | [[#7d1b1c40]] | methodCount |
2 | 3 | [[#7d1b1c40]] | typeCount |
3 | 1 | [[#7d1b1bc0]] | fields |
3 | 2 | [[#7d1b1bc0]] | methods |
3 | 3 | [[#7d1b1bc0]] | memberTypes |