protected static final String LABEL = EMFEditPlugin.INSTANCE.getString("_UI_MoveCommand_label"); /** * This caches the description. */ protected static final String DESCRIPTION = EMFEditPlugin.INSTANCE.getString("_UI_MoveCommand_description");
protected static final String LABEL = EMFEditPlugin.INSTANCE.getString("_UI_SetCommand_label"); /** * This caches the description. */ protected static final String DESCRIPTION = EMFEditPlugin.INSTANCE.getString("_UI_SetCommand_description");
Clone fragments detected by clone detection tool
File path: /emf-2.4.1/src/org/eclipse/emf/edit/command/MoveCommand.java File path: /emf-2.4.1/src/org/eclipse/emf/edit/command/SetCommand.java
Method name: Method name:
Number of AST nodes: 0 Number of AST nodes: 0
1
protected static final String LABEL = EMFEditPlugin.INSTANCE.getString("_UI_MoveCommand_label");
1
protected static final String LABEL = EMFEditPlugin.INSTANCE.getString("_UI_SetCommand_label");
2
  /**
2
  /**
3
   * This caches the description.
3
   * This caches the description.
4
   */
4
   */
5
  protected static final String DESCRIPTION = EMFEditPlugin.INSTANCE.getString("_UI_MoveCommand_description");
5
  protected static final String DESCRIPTION = EMFEditPlugin.INSTANCE.getString("_UI_SetCommand_description");
Summary
Number of common nesting structure subtrees0
Number of refactorable cases0
Number of non-refactorable cases0
Time elapsed for finding largest common nesting structure subtrees (ms)0.0
Clones location
Number of node comparisons0