Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 1 | 0.966 | method_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 184 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/cvslib/ChangeLogTask.java |
2 | 2 | 67 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/extension/JarLibDisplayTask.java |
| |||||
/** * Adds a set of files about which cvs logs will be generated. * * @param fileSet a set of files about which cvs logs will be generated. */ public void addFileset( final FileSet fileSet) { filesets.addElement(fileSet); } |
| |||||
/** * Adds a set of files about which library data will be displayed. * * @param fileSet a set of files about which library data will be displayed. */ public void addFileset( final FileSet fileSet) { libraryFileSets.addElement(fileSet); } |
| |||
/** * Adds a set of files about which library data will be displayed. * * @param fileSet a set of files about which library data will be displayed. */ /** * Adds a set of files about which cvs logs will be generated. * * @param fileSet a set of files about which cvs logs will be generated. */ public void addFileset( final FileSet fileSet) { [[#variable112c04c0]].addElement(fileSet); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#112c04c0]] | filesets |
1 | 2 | [[#112c04c0]] | libraryFileSets |