Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 1 | 0.974 | class_body_declarations[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 37 | E:/TSE/Projects-CloneDR/columba-1.4-src/mail/src/main/java/org/columba/mail/gui/table/plugins/DateRenderer.java |
2 | 5 | 464 | E:/TSE/Projects-CloneDR/columba-1.4-src/mail/src/main/java/org/columba/mail/search/MailSearchProvider.java |
| |||||
// use local date settings DateFormat dfCommon = DateFormat.getDateInstance(); static final long OneDay = 24 * 60 * 60 * 1000; static TimeZone localTimeZone = TimeZone.getDefault(); |
| |||||
// use local date settings DateFormat dfCommon = DateFormat.getDateInstance(); static final long OneDay = 24 * 60 * 60 * 1000; TimeZone localTimeZone = TimeZone.getDefault(); |
| |||
// use local date settings DateFormat dfCommon = DateFormat.getDateInstance(); static final long OneDay = 24 * 60 * 60 * 1000; [[#variable131163e0]]TimeZone localTimeZone = TimeZone.getDefault(); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#131163e0]] | static |
1 | 2 | [[#131163e0]] |