Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 1 | 0.972 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 494 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/compilers/DefaultCompilerAdapter.java |
2 | 3 | 64 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/rmic/ForkingSunRmic.java |
| |||||
Execute exe = new Execute(new LogStreamHandler(attributes, Project.MSG_INFO, Project.MSG_WARN)); |
| |||||
Execute exe = new Execute(new LogStreamHandler(owner, Project.MSG_INFO, Project.MSG_WARN)); |
| |||
Execute exe = new Execute(new LogStreamHandler( [[#variable1123b540]], Project.MSG_INFO, Project.MSG_WARN)); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1123b540]] | attributes |
1 | 2 | [[#1123b540]] | owner |