Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 3 | 1 | 0.977 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 616 | plugins/org.eclipse.jdt.apt.core/src/org/eclipse/jdt/apt/core/util/AptConfig.java |
2 | 2 | 622 | plugins/org.eclipse.jdt.apt.core/src/org/eclipse/jdt/apt/core/util/AptConfig.java |
3 | 2 | 634 | plugins/org.eclipse.jdt.apt.core/src/org/eclipse/jdt/apt/core/util/AptConfig.java |
| ||||
// there is an equals, so there is a value. key = new String(_s.substring(_start, equalsAt)); _start = equalsAt + 1; |
| ||||
// the next thing is a space, so this is a valueless key key = new String(_s.substring(_start, spaceAt)); _start = spaceAt + 1; |
| ||||
// the next thing is a space, so this is a valueless key key = new String(_s.substring(_start, spaceAt)); _start = spaceAt + 1; |
| |||
// the next thing is a space, so this is a valueless key // there is an equals, so there is a value. key = new String(_s.substring(_start, [[#variable9d9557a0]])); _start = [[#variable9d9557a0]] + 1; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#9d9557a0]] | spaceAt |
1 | 2 | [[#9d9557a0]] | equalsAt |
1 | 3 | [[#9d9557a0]] | spaceAt |