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.967 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 426 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/time/Month.java |
2 | 3 | 533 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/time/Week.java |
| |||||
// trim whitespace from either end of the string s = s.trim(); int i = Month.findSeparator(s); |
| |||||
// trim whitespace from either end of the string s = s.trim(); int i = Week.findSeparator(s); |
| |||
// trim whitespace from either end of the string s = s.trim(); int i = [[#variable1a1a72a0]].findSeparator(s); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1a1a72a0]] | Month |
1 | 2 | [[#1a1a72a0]] | Week |