Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 2 | 0 | 1.000 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 97 | E:/TSE/Projects-CloneDR/columba-1.4-src/calendar/src/main/java/org/columba/calendar/parser/XCSDocumentParser.java |
2 | 6 | 57 | E:/TSE/Projects-CloneDR/columba-1.4-src/contact/src/main/java/org/columba/addressbook/parser/XMLContactDocumentParser.java |
| |||||
if (document == null) throw new IllegalArgumentException("document == null"); this.doc = document; this.root = doc.getRootElement(); |
| |||||
if (document == null) throw new IllegalArgumentException("document == null"); this.doc = document; this.root = doc.getRootElement(); |
| |||
if (document == null) throw new IllegalArgumentException("document == null"); this.doc = document; this.root = doc.getRootElement(); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |