private static final int INTIAL_SIZE = 132;
/** Carriage return */
private static final int CR = 0x0d;
/** Linefeed */
private static final int LF = 0x0a;
private static final int INTIAL_SIZE = 132;
/** Carriage return */
private static final int CR = 0x0d;
/** Linefeed */
private static final int LF = 0x0a;
Clone fragments detected by clone detection tool
File path: /apache-ant-1.7.0/src/org/apache/tools/ant/DemuxOutputStream.java
|
|
File path: /apache-ant-1.7.0/src/org/apache/tools/ant/util/LineOrientedOutputStream.java
|
Method name:
|
|
Method name:
|
Number of AST nodes: 0
|
|
Number of AST nodes: 0
|
|
1 | private static final int INTIAL_SIZE = 132;↵ | | 1 | private static final int INTIAL_SIZE = 132;↵
|
|
2 | /** Carriage return */↵ | | 2 | /** Carriage return */↵
|
3 | private static final int CR = 0x0d;↵ | | 3 | private static final int CR = 0x0d;↵
|
|
4 | /** Linefeed */↵ | | 4 | /** Linefeed */↵
|
5 | private static final int LF = 0x0a; | | 5 | private static final int LF = 0x0a;
|
See real code fragment |
|
See real code fragment |
Summary
Number of common nesting structure subtrees | 0 |
Number of refactorable cases | 0 |
Number of non-refactorable cases | 0 |
Time elapsed for finding largest common nesting structure subtrees (ms) | 0.0 |
Clones location | |
Number of node comparisons | 0 |