CloneSet1076


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
7201.000class_body_declarations[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1749
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/filters/HeadFilter.java
2749
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/filters/TailFilter.java
Next
Last
Clone Instance
1
Line Count
7
Source Line
49
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/filters/HeadFilter.java

/** Default number of lines to show */
private static final int DEFAULT_NUM_LINES = 10;

/** Number of lines to be returned in the filtered stream. */
private long lines = DEFAULT_NUM_LINES;

/** Number of lines to be skipped. */
private long skip = 0;


First
Previous
Clone Instance
2
Line Count
7
Source Line
49
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/filters/TailFilter.java

/** Default number of lines to show */
private static final int DEFAULT_NUM_LINES = 10;

/** Number of lines to be returned in the filtered stream. */
private long lines = DEFAULT_NUM_LINES;

/** Number of lines to be skipped. */
private long skip = 0;


Clone AbstractionParameter Count: 0Parameter Bindings

/** Default number of lines to show */
private static final int DEFAULT_NUM_LINES = 10;

/** Number of lines to be returned in the filtered stream. */
private long lines = DEFAULT_NUM_LINES;

/** Number of lines to be skipped. */
private long skip = 0;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None