CloneSet4528


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2410.987class_body_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1247
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/AddBlockCommentAction.java
2241
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/BlockCommentAction.java
3244
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/RemoveBlockCommentAction.java
4268
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/ToggleCommentAction.java
Clone Instance
1
Line Count
2
Source Line
47
Source File
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/AddBlockCommentAction.java

        /**
         * Creates a new instance.
         * 
         * @param bundle the resource bundle
         * @param prefix a prefix to be prepended to the various resource keys
         *   (described in <code>ResourceAction</code> constructor), or 
         *   <code>null</code> if none
         * @param editor the text editor
         */
        public AddBlockCommentAction(ResourceBundle bundle, String prefix, ITextEditor editor) {
                super(bundle, prefix, editor);
        }


Clone Instance
2
Line Count
2
Source Line
41
Source File
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/BlockCommentAction.java

        /**
         * Creates a new instance.
         * @param bundle
         * @param prefix
         * @param editor
         */
        public BlockCommentAction(ResourceBundle bundle, String prefix, ITextEditor editor) {
                super(bundle, prefix, editor);
        }


Clone Instance
3
Line Count
2
Source Line
44
Source File
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/RemoveBlockCommentAction.java

        /**
         * Creates a new instance.
         * 
         * @param bundle the resource bundle
         * @param prefix a prefix to be prepended to the various resource keys
         *   (described in <code>ResourceAction</code> constructor), or 
         *   <code>null</code> if none
         * @param editor the text editor
         */
        public RemoveBlockCommentAction(ResourceBundle bundle, String prefix, ITextEditor editor) {
                super(bundle, prefix, editor);
        }


Clone Instance
4
Line Count
2
Source Line
68
Source File
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/ToggleCommentAction.java

        /**
         * Creates and initializes the action for the given text editor. The action
         * configures its visual representation from the given resource bundle.
         *
         * @param bundle the resource bundle
         * @param prefix a prefix to be prepended to the various resource keys
         *   (described in <code>ResourceAction</code> constructor), or
         *   <code>null</code> if none
         * @param editor the text editor
         * @see ResourceAction#ResourceAction(ResourceBundle, String, int)
         */
        public ToggleCommentAction(ResourceBundle bundle, String prefix, ITextEditor editor) {
                super(bundle, prefix, editor);
        }


Clone AbstractionParameter Count: 1Parameter Bindings

/**
         * Creates and initializes the action for the given text editor. The action
         * configures its visual representation from the given resource bundle.
         *
         * @param bundle the resource bundle
         * @param prefix a prefix to be prepended to the various resource keys
         *   (described in <code>ResourceAction</code> constructor), or
         *   <code>null</code> if none
         * @param editor the text editor
         * @see ResourceAction#ResourceAction(ResourceBundle, String, int)
         */
/**
         * Creates a new instance.
         * 
         * @param bundle the resource bundle
         * @param prefix a prefix to be prepended to the various resource keys
         *   (described in <code>ResourceAction</code> constructor), or 
         *   <code>null</code> if none
         * @param editor the text editor
         */
/**
         * Creates a new instance.
         * @param bundle
         * @param prefix
         * @param editor
         */
public [[#variable53d40880]](ResourceBundle bundle, String prefix, ITextEditor editor) {
  super(bundle, prefix, editor);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#53d40880]]
ToggleCommentAction 
12[[#53d40880]]
RemoveBlockCommentAction 
13[[#53d40880]]
BlockCommentAction 
14[[#53d40880]]
AddBlockCommentAction