Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 3 | 3 | 0.954 | import_statements[5] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 32 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/helper/ProjectHelper2.java |
2 | 5 | 41 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/XMLValidateTask.java |
3 | 5 | 31 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/taskdefs/cvslib/ChangeLogWriterTest.java |
| |||||
import org.xml.sax.InputSource; import org.xml.sax.Locator; import org.xml.sax.SAXException; import org.xml.sax.SAXParseException; import org.xml.sax.XMLReader; |
| |||||
import org.xml.sax.InputSource; import org.xml.sax.Parser; import org.xml.sax.SAXException; import org.xml.sax.SAXNotRecognizedException; import org.xml.sax.SAXNotSupportedException; |
| |||||
import org.xml.sax.InputSource; import org.xml.sax.ContentHandler; import org.xml.sax.SAXException; import org.xml.sax.Locator; import org.xml.sax.Attributes; |
| |||
import org.xml.sax.InputSource; import org.xml.sax. [[#variable1010f740]]; import org.xml.sax.SAXException; import org.xml.sax. [[#variable1010f6a0]]; import org.xml.sax. [[#variable1010f640]]; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1010f740]] | Locator |
1 | 2 | [[#1010f740]] | Parser |
1 | 3 | [[#1010f740]] | ContentHandler |
2 | 1 | [[#1010f6a0]] | SAXParseException |
2 | 2 | [[#1010f6a0]] | SAXNotRecognizedException |
2 | 3 | [[#1010f6a0]] | Locator |
3 | 1 | [[#1010f640]] | XMLReader |
3 | 2 | [[#1010f640]] | SAXNotSupportedException |
3 | 3 | [[#1010f640]] | Attributes |