public static final Object ACTIVATED = "ACTIVATED";
/**
* Dockable deactivated. This is sent when the dockable is hidden.
* @since jEdit 4.2pre1
*/
public static final Object DEACTIVATED = "DEACTIVATED";
public static final Object ACTIVATED = "ACTIVATED";
/**
* Plugin activated. This is sent after the plugin core class
* <code>stop()</code> method is called.
* @since jEdit 4.2pre2
*/
public static final Object DEACTIVATED = "DEACTIVATED";
Clone fragments detected by clone detection tool
File path: /jEdit-4.2/src/org/gjt/sp/jedit/msg/DockableWindowUpdate.java
|
|
File path: /jEdit-4.2/src/org/gjt/sp/jedit/msg/PluginUpdate.java
|
Method name:
|
|
Method name:
|
Number of AST nodes: 0
|
|
Number of AST nodes: 0
|
|
1 | public static final Object ACTIVATED = "ACTIVATED";↵ | | 1 | public static final Object ACTIVATED = "ACTIVATED";↵
|
|
2 | /**↵ | | 2 | /**↵
|
3 | * Dockable deactivated. This is sent when the dockable is hidden↵ | | 3 | * Plugin activated. This is sent after the plugin core class↵
|
4 | .↵ | | 4 | * <code>stop()</code> method is called.↵
|
5 | * @since jEdit 4.2pre1↵ | | 5 | * @since jEdit 4.2pre2↵
|
6 | */↵ | | 6 | */↵
|
7 | public static final Object DEACTIVATED = "DEACTIVATED"; | | 7 | public static final Object DEACTIVATED = "DEACTIVATED";
|
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 |