Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
7 | 2 | 0 | 1.000 | class_body_declarations[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 7 | 56 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/DemuxOutputStream.java |
2 | 7 | 34 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/util/LineOrientedOutputStream.java |
| |||||
/** Initial buffer size. */ private static final int INTIAL_SIZE = 132; /** Carriage return */ private static final int CR = 0x0d; /** Linefeed */ private static final int LF = 0x0a; |
| |||||
/** Initial buffer size. */ private static final int INTIAL_SIZE = 132; /** Carriage return */ private static final int CR = 0x0d; /** Linefeed */ private static final int LF = 0x0a; |
| |||
/** Initial buffer size. */ private static final int INTIAL_SIZE = 132; /** Carriage return */ private static final int CR = 0x0d; /** Linefeed */ private static final int LF = 0x0a; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |