Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 10 | 1 | 0.967 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 255 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/axis/DateTickUnit.java |
2 | 2 | 291 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/axis/DateTickUnit.java |
3 | 2 | 166 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/time/Day.java |
4 | 2 | 155 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/time/Hour.java |
5 | 2 | 156 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/time/Millisecond.java |
6 | 2 | 147 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/time/Minute.java |
7 | 2 | 148 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/time/Month.java |
8 | 2 | 162 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/time/Quarter.java |
9 | 2 | 154 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/time/Second.java |
10 | 2 | 126 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/time/Year.java |
| |||||
// as far as I know, the Locale for the calendar only affects week // number calculations, and since DateTickUnit doesn't do week // arithmetic, the default locale (whatever it is) should be fine // here... Calendar calendar = Calendar.getInstance(zone); calendar.setTime(base); |
| |||||
// as far as I know, the Locale for the calendar only affects week // number calculations, and since DateTickUnit doesn't do week // arithmetic, the default locale (whatever it is) should be fine // here... Calendar calendar = Calendar.getInstance(zone); calendar.setTime(base); |
| |||||
Calendar calendar = Calendar.getInstance(zone); calendar.setTime(time); |
| |||||
Calendar calendar = Calendar.getInstance(zone); calendar.setTime(time); |
| |||||
Calendar calendar = Calendar.getInstance(zone); calendar.setTime(time); |
| |||||
Calendar calendar = Calendar.getInstance(zone); calendar.setTime(time); |
| |||||
Calendar calendar = Calendar.getInstance(zone); calendar.setTime(time); |
| |||||
Calendar calendar = Calendar.getInstance(zone); calendar.setTime(time); |
| |||||
Calendar calendar = Calendar.getInstance(zone); calendar.setTime(time); |
| |||||
Calendar calendar = Calendar.getInstance(zone); calendar.setTime(time); |
| |||
// as far as I know, the Locale for the calendar only affects week // number calculations, and since DateTickUnit doesn't do week // arithmetic, the default locale (whatever it is) should be fine // here... Calendar calendar = Calendar.getInstance(zone); calendar.setTime( [[#variable18c68ba0]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#18c68ba0]] | base |
1 | 2 | [[#18c68ba0]] | base |
1 | 3 | [[#18c68ba0]] | time |
1 | 4 | [[#18c68ba0]] | time |
1 | 5 | [[#18c68ba0]] | time |
1 | 6 | [[#18c68ba0]] | time |
1 | 7 | [[#18c68ba0]] | time |
1 | 8 | [[#18c68ba0]] | time |
1 | 9 | [[#18c68ba0]] | time |
1 | 10 | [[#18c68ba0]] | time |