protected DataModel data;
private MultiLineLabel descriptionLabel;
private IExtensionHandler pluginHandler;
public PluginStep(DataModel data) {
super(AddressbookResourceLoader.getString("dialog",
"addressbookimport", "plugin"), AddressbookResourceLoader
.getString("dialog", "addressbookimport", "plugin_description"));
this.data = data;
pluginHandler = (IExtensionHandler) data.getData("Plugin.handler")
protected DataModel data;
protected MultiLineLabel descriptionLabel;
private IExtensionHandler pluginHandler;
public PluginStep(DataModel data) {
super(
MailResourceLoader.getString("dialog", "mailboximport",
"plugin"), MailResourceLoader.getString("dialog",
"mailboximport", "plugin_description"));
this.data = data;
pluginHandler = (IExtensionHandler) data.getData("Plugin.handler")
Clone fragments detected by clone detection tool
File path: /columba-1.4-src/contact/src/main/java/org/columba/addressbook/gui/dialog/importfilter/PluginStep.java
|
|
File path: /columba-1.4-src/mail/src/main/java/org/columba/mail/gui/config/mailboximport/PluginStep.java
|
Method name:
|
|
Method name:
|
Number of AST nodes: 0
|
|
Number of AST nodes: 0
|
|
1 | protected DataModel data;↵ | | 1 | protected DataModel data;↵
|
|
2 | private MultiLineLabel descriptionLabel;↵ | | 2 | protected MultiLineLabel descriptionLabel;↵
|
|
3 | private IExtensionHandler pluginHandler;↵ | | 3 | private IExtensionHandler pluginHandler;↵
|
|
4 | public PluginStep(DataModel data) {↵ | | 4 | public PluginStep(DataModel data) {↵
|
5 | super(Addressbook↵ | | 5 | super(↵
|
6 | ResourceLoader.getString("dialog",↵ | | 6 | MailResourceLoader.getString("dialog",↵
|
7 | "addressbookimport", ↵ | | 7 | "mailboximport",↵
|
8 | "plugin"), AddressbookResourceLoader↵ | | 8 | "plugin"), MailResourceLoader↵
|
9 | .getString("dialog", "addressbook↵ | | 9 | .getString("dialog",↵
|
10 | import", "plugin_description"));↵ | | 10 | "mailboximport", "plugin_description"));↵
|
11 | this.data = data;↵ | | 11 | this.data = data;↵
|
12 | pluginHandler = (IExtensionHandler) data.getData("Plugin.handler") | | 12 | pluginHandler = (IExtensionHandler) data.getData("Plugin.handler")
|
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 |