Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
10 | 2 | 2 | 0.959 | statement_sequence[4] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 10 | 73 | E:/TSE/Projects-CloneDR/columba-1.4-src/calendar/src/main/java/org/columba/calendar/model/Event.java |
2 | 10 | 47 | E:/TSE/Projects-CloneDR/columba-1.4-src/calendar/src/main/java/org/columba/calendar/model/Todo.java |
| |||||
if (dtStart == null) throw new IllegalArgumentException("dtStart == null"); if (dtEnd == null) throw new IllegalArgumentException("dtEnd == null"); if (summary == null) throw new IllegalArgumentException("summary == null"); this.dtStart = dtStart; |
| |||||
if (dtStart == null) throw new IllegalArgumentException("dtStart == null"); if (due == null) throw new IllegalArgumentException("due == null"); if (summary == null) throw new IllegalArgumentException("summary == null"); this.dtStart = dtStart; |
| |||
if (dtStart == null) throw new IllegalArgumentException("dtStart == null"); if ( [[#variable131baa60]]== null) throw new IllegalArgumentException( [[#variable131baca0]]); if (summary == null) throw new IllegalArgumentException("summary == null"); this.dtStart = dtStart; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#131baa60]] | dtEnd |
1 | 2 | [[#131baa60]] | due |
2 | 1 | [[#131baca0]] | "dtEnd == null" |
2 | 2 | [[#131baca0]] | "due == null" |