Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
8 | 2 | 0 | 1.000 | class_body_declarations[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 7 | 49 | E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/msg/DockableWindowUpdate.java |
2 | 8 | 49 | E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/msg/PluginUpdate.java |
| |||||
/** * Dockable activated. This is sent when the dockable is made visible. * @since jEdit 4.2pre1 */ 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"; |
| |||||
/** * Plugin activated. This is sent after the plugin core class * is loaded and its <code>start()</code> method is called. * @since jEdit 4.2pre1 */ 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"; |
| |||
/** * Plugin activated. This is sent after the plugin core class * is loaded and its <code>start()</code> method is called. * @since jEdit 4.2pre1 */ /** * Dockable activated. This is sent when the dockable is made visible. * @since jEdit 4.2pre1 */ 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 */ /** * Dockable deactivated. This is sent when the dockable is hidden. * @since jEdit 4.2pre1 */ public static final Object DEACTIVATED = "DEACTIVATED"; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |