CloneSet698


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3201.000statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
13173
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/types/CommandlineJavaTest.java
23180
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/types/CommandlineJavaTest.java
Next
Last
Clone Instance
1
Line Count
3
Source Line
173
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/types/CommandlineJavaTest.java

assertEquals(expected.length, s.length);
for (int j = 1; j < expected.length; j++) {
  assertEquals(expected[j], s[j]);
}


First
Previous
Clone Instance
2
Line Count
3
Source Line
180
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/types/CommandlineJavaTest.java

assertEquals(expected.length, s.length);
for (int j = 1; j < expected.length; j++) {
  assertEquals(expected[j], s[j]);
}


Clone AbstractionParameter Count: 0Parameter Bindings

assertEquals(expected.length, s.length);
for (int j = 1; j < expected.length; j++) {
  assertEquals(expected[j], s[j]);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None