JavaCharStream(java.io.Reader dstream,
int startline, int startcolumn)
{
this(dstream, startline, startcolumn, 4096);
}
public JavaCharStream(java.io.Reader dstream)
{
this(dstream, 1, 1, 4096);
}
JavaCharStream(java.io.InputStream dstream, int startline,
int startcolumn)
{
this(dstream, startline, startcolumn, 4096);
}
public JavaCharStream(java.io.InputStream dstream)
{
this(dstream, 1, 1, 4096);
}
Clone fragments detected by clone detection tool
File path: /jEdit-4.2/src/bsh/JavaCharStream.java
|
|
File path: /jEdit-4.2/src/bsh/JavaCharStream.java
|
Method name:
|
|
Method name:
|
Number of AST nodes: 0
|
|
Number of AST nodes: 0
|
|
1 | JavaCharStream(java.io.Reader dstream,↵ | | 1 | JavaCharStream(java.io.InputStream dstream, int startline,↵
|
2 | int startline, int startcolumn)↵ | | 2 | int startcolumn)↵
|
3 | {↵ | | 3 | {↵
|
4 | this(dstream, startline, startcolumn, 4096);↵ | | 4 | this(dstream, startline, startcolumn, 4096);↵
|
5 | }↵ | | 5 | }↵
|
|
6 | public JavaCharStream(java.io.Reader dstream)↵ | | 6 | public JavaCharStream(java.io.InputStream dstream)↵
|
7 | {↵ | | 7 | {↵
|
8 | this(dstream, 1, 1, 4096);↵ | | 8 | this(dstream, 1, 1, 4096);↵
|
9 | } | | 9 | }
|
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 |