protected final String[] headerfields = new String[] { "Subject", "Date",
"From", "To" };
/**
* Constructor for ForwardInlineCommand.
*
* @param frameMediator
* @param references
*/
public ForwardInlineCommand(ICommandReference reference) {
super(reference);
protected final String[] headerfields = new String[] { "Subject", "Date",
"From", "To" };
/**
* Constructor for RedirectCommand.
*
* @param frameMediator
* @param references
*/
public RedirectCommand(ICommandReference reference) {
super(reference);
Clone fragments detected by clone detection tool
File path: /columba-1.4-src/mail/src/main/java/org/columba/mail/gui/composer/command/ForwardInlineCommand.java
|
|
File path: /columba-1.4-src/mail/src/main/java/org/columba/mail/gui/composer/command/RedirectCommand.java
|
Method name:
|
|
Method name:
|
Number of AST nodes: 0
|
|
Number of AST nodes: 0
|
|
1 | protected final String[] headerfields = new String[] { "Subject", "Date",↵ | | 1 | protected final String[] headerfields = new String[] { "Subject", "Date",↵
|
2 | "From", "To" };↵ | | 2 | "From", "To" };↵
|
|
3 | /**↵ | | 3 | /**↵
|
4 | * Constructor for ForwardInlineCommand.↵ | | 4 | * Constructor for RedirectCommand.↵
|
5 | * ↵ | | 5 | * ↵
|
6 | * @param frameMediator↵ | | 6 | * @param frameMediator↵
|
7 | * @param references↵ | | 7 | * @param references↵
|
8 | */↵ | | 8 | */↵
|
9 | public ForwardInlineCommand(ICommandReference reference) {↵ | | 9 | public RedirectCommand(ICommandReference reference) {↵
|
10 | super(reference); | | 10 | super(reference);
|
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 |