CloneSet603


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
8201.000class_body_declarations[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1749
E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/msg/DockableWindowUpdate.java
2849
E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/msg/PluginUpdate.java
Next
Last
Clone Instance
1
Line Count
7
Source Line
49
Source File
E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/msg/DockableWindowUpdate.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";


First
Previous
Clone Instance
2
Line Count
8
Source Line
49
Source File
E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/msg/PluginUpdate.java

/**
 * 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";


Clone AbstractionParameter Count: 0Parameter Bindings

/**
         * 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 Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None