void ReInit(java.io.Reader dstream,
int startline, int startcolumn)
{
ReInit(dstream, startline, startcolumn, 4096);
}
public void ReInit(java.io.Reader dstream)
{
ReInit(dstream, 1, 1, 4096);
}
void ReInit(java.io.InputStream dstream, int startline,
int startcolumn)
{
ReInit(dstream, startline, startcolumn, 4096);
}
public void ReInit(java.io.InputStream dstream)
{
ReInit(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 | void ReInit(java.io.Reader dstream,↵ | | 1 | void ReInit(java.io.↵
|
| | | 2 | InputStream dstream, int startline,↵
|
2 | int startline, int startcolumn)↵ | | 3 | int startcolumn)↵
|
3 | {↵ | | 4 | {↵
|
4 | ReInit(dstream, startline, startcolumn, 4096);↵ | | 5 | ReInit(dstream, startline, startcolumn, 4096);↵
|
5 | }↵ | | 6 | }↵
|
|
6 | public void ReInit(java.io.Reader dstream)↵ | | 7 | public void ReInit(java.io.InputStream dstream)↵
|
7 | {↵ | | 8 | {↵
|
8 | ReInit(dstream, 1, 1, 4096);↵ | | 9 | ReInit(dstream, 1, 1, 4096);↵
|
9 | } | | 10 | }
|
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 |