Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 2 | 1 | 0.989 | conditional_or_expression |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 267 | plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/core/formatter/IndentManipulation.java |
2 | 1 | 325 | plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/core/formatter/IndentManipulation.java |
| ||||
tabWidth < 0 || indentWidth <= 0 || code == null || indentUnitsToRemove < 0 || newIndentString == null |
| ||||
tabWidth < 0 || indentWidth <= 0 || source == null || indentUnitsToRemove < 0 || newIndentString == null |
| |||
tabWidth < 0 || indentWidth <= 0 || [[#variable5b9cfec0]]== null || indentUnitsToRemove < 0 || newIndentString == null |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5b9cfec0]] | source |
1 | 2 | [[#5b9cfec0]] | code |