PluginOptions(Frame frame, String pane)
{
super(frame,"plugin-options",pane);
} //}}}
//{{{ PluginOptions constructor
public PluginOptions(Dialog dialog)
{
super(dialog,"plugin-options",jEdit.getProperty("plugin-options.last"));
} //}}}
//{{{ PluginOptions constructor
public PluginOptions(Dialog dialog, String pane)
{
super(dialog,"plugin-options",pane);
}
GlobalOptions(Frame frame, String pane)
{
super(frame,"options",pane);
} //}}}
//{{{ GlobalOptions constructor
public GlobalOptions(Dialog dialog)
{
super(dialog,"options",jEdit.getProperty("options.last"));
} //}}}
//{{{ GlobalOptions constructor
public GlobalOptions(Dialog dialog, String pane)
{
super(dialog,"options",pane);
}
Clone fragments detected by clone detection tool
File path: /jEdit-4.2/src/org/gjt/sp/jedit/options/PluginOptions.java
|
|
File path: /jEdit-4.2/src/org/gjt/sp/jedit/options/GlobalOptions.java
|
Method name:
|
|
Method name:
|
Number of AST nodes: 0
|
|
Number of AST nodes: 0
|
|
1 | PluginOptions(Frame frame, String pane)↵ | | 1 | GlobalOptions(Frame frame, String pane)↵
|
2 | {↵ | | 2 | {↵
|
3 | super(frame,"plugin-options",pane);↵ | | 3 | super(frame,"options",pane);↵
|
4 | } //}}}↵ | | 4 | } //}}}↵
|
|
5 | //{{{ PluginOptions constructor↵ | | 5 | //{{{ GlobalOptions constructor↵
|
6 | public PluginOptions(Dialog dialog)↵ | | 6 | public GlobalOptions(Dialog dialog)↵
|
7 | {↵ | | 7 | {↵
|
8 | super(dialog,"plugin-options",jEdit.getProperty("plugin-options.last"));↵ | | 8 | super(dialog,"options",jEdit.getProperty("options.last"));↵
|
9 | } //}}}↵ | | 9 | } //}}}↵
|
|
10 | //{{{ PluginOptions constructor↵ | | 10 | //{{{ GlobalOptions constructor↵
|
11 | public PluginOptions(Dialog dialog, String pane)↵ | | 11 | public GlobalOptions(Dialog dialog, String pane)↵
|
12 | {↵ | | 12 | {↵
|
13 | super(dialog,"plugin-options",pane);↵ | | 13 | super(dialog,"options",pane);↵
|
14 | } | | 14 | }
|
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 |