Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
7 | 2 | 1 | 0.967 | class_body_declarations[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 7 | 36 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/extension/JarLibAvailableTask.java |
2 | 7 | 45 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/extension/JarLibDisplayTask.java |
| |||||
/** * The library to display information about. */ private File libraryFile; /** * Filesets specifying all the librarys * to display information about. */ private final Vector extensionFileSets = new Vector(); |
| |||||
/** * The library to display information about. */ private File libraryFile; /** * Filesets specifying all the librarys * to display information about. */ private final Vector libraryFileSets = new Vector(); |
| |||
/** * The library to display information about. */ private File libraryFile; /** * Filesets specifying all the librarys * to display information about. */ private final Vector [[#variable112a20a0]]= new Vector(); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#112a20a0]] | extensionFileSets |
1 | 2 | [[#112a20a0]] | libraryFileSets |