public Range(Selection sel)
{
super(sel);
} //}}}
//{{{ Range constructor
public Range(int start, int end)
{
super(start,end);
public Rect(Selection sel)
{
super(sel);
} //}}}
//{{{ Rect constructor
public Rect(int start, int end)
{
super(start,end);
Clone fragments detected by clone detection tool
File path: /jEdit-4.2/src/org/gjt/sp/jedit/textarea/Selection.java
|
|
File path: /jEdit-4.2/src/org/gjt/sp/jedit/textarea/Selection.java
|
Method name:
|
|
Method name:
|
Number of AST nodes: 0
|
|
Number of AST nodes: 0
|
|
1 | public Range(Selection sel)↵ | | 1 | public Rect(Selection sel)↵
|
2 | {↵ | | 2 | {↵
|
3 | super(sel);↵ | | 3 | super(sel);↵
|
4 | } //}}}↵ | | 4 | } //}}}↵
|
|
5 | //{{{ Range constructor↵ | | 5 | //{{{ Rect constructor↵
|
6 | public Range(int start, int end)↵ | | 6 | public Rect(int start, int end)↵
|
7 | {↵ | | 7 | {↵
|
8 | super(start,end); | | 8 | super(start,end);
|
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 |