public Document getDocument()
{
return null;
} //}}}
//{{{ getParentElement() method
public Element getParentElement()
{
return null;
} //}}}
//{{{ getName() method
public String getName()
{
return null;
} //}}}
//{{{ getAttributes() method
public AttributeSet getAttributes()
{
return null;
public Document getDocument()
{
return null;
} //}}}
//{{{ getParentElement() method
public Element getParentElement()
{
return null;
} //}}}
//{{{ getName() method
public String getName()
{
return null;
} //}}}
//{{{ getAttributes() method
public AttributeSet getAttributes()
{
return null;
Clone fragments detected by clone detection tool
File path: /jEdit-4.2/src/org/gjt/sp/jedit/buffer/LineElement.java
|
|
File path: /jEdit-4.2/src/org/gjt/sp/jedit/buffer/RootElement.java
|
Method name:
|
|
Method name:
|
Number of AST nodes: 0
|
|
Number of AST nodes: 0
|
|
1 | public Document getDocument()↵ | | 1 | public Document getDocument()↵
|
2 | {↵ | | 2 | {↵
|
3 | return null;↵ | | 3 | return null;↵
|
4 | } //}}}↵ | | 4 | } //}}}↵
|
|
5 | //{{{ getParentElement() method↵ | | 5 | //{{{ getParentElement() method↵
|
6 | public Element getParentElement()↵ | | 6 | public Element getParentElement()↵
|
7 | {↵ | | 7 | {↵
|
8 | return null;↵ | | 8 | return null;↵
|
9 | } //}}}↵ | | 9 | } //}}}↵
|
|
10 | //{{{ getName() method↵ | | 10 | //{{{ getName() method↵
|
11 | public String getName()↵ | | 11 | public String getName()↵
|
12 | {↵ | | 12 | {↵
|
13 | return null;↵ | | 13 | return null;↵
|
14 | } //}}}↵ | | 14 | } //}}}↵
|
|
15 | //{{{ getAttributes() method↵ | | 15 | //{{{ getAttributes() method↵
|
16 | public AttributeSet getAttributes()↵ | | 16 | public AttributeSet getAttributes()↵
|
17 | {↵ | | 17 | {↵
|
18 | return null; | | 18 | return null;
|
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 |