CloneSet6677


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
19230.959class_body_declarations[7]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
11955
plugins/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/codemanipulation/AddUnimplementedConstructorsOperation.java
21955
plugins/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/codemanipulation/AddUnimplementedMethodsOperation.java
Clone Instance
1
Line Count
19
Source Line
55
Source File
plugins/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/codemanipulation/AddUnimplementedConstructorsOperation.java

        /** Should the resulting edit be applied? */
        private final boolean fApply;

        /** The qualified names of the generated imports */
        private String[] fCreatedImports;

        /** The method binding keys for which a constructor was generated */
        private final List fCreatedMethods = new ArrayList();

        /** Should the import edits be applied? */
        private final boolean fImports;

        /** The insertion point, or <code>-1</code> */
        private final int fInsertPos;

        /** The method bindings to implement */
        private final IMethodBinding[] fConstructorsToImplement;

        /** Should the call to the super constructor be omitted? */
        private boolean fOmitSuper;


Clone Instance
2
Line Count
19
Source Line
55
Source File
plugins/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/codemanipulation/AddUnimplementedMethodsOperation.java

        /** Should the resulting edit be applied? */
        private final boolean fApply;

        /** The qualified names of the generated imports */
        private String[] fCreatedImports;

        /** The method binding keys for which a method was generated */
        private final List fCreatedMethods = new ArrayList();

        /** Should the import edits be applied? */
        private final boolean fImports;

        /** The insertion point, or <code>-1</code> */
        private final int fInsertPos;

        /** The method bindings to implement */
        private final IMethodBinding[] fMethodsToImplement;

        /** Should the compilation unit content be saved? */
        private final boolean fSave;


Clone AbstractionParameter Count: 3Parameter Bindings

/** Should the resulting edit be applied? */
private final boolean fApply;

/** The qualified names of the generated imports */
private String[] fCreatedImports;

/** The method binding keys for which a constructor was generated */
/** The method binding keys for which a method was generated */
private final List fCreatedMethods = new ArrayList();

/** Should the import edits be applied? */
private final boolean fImports;

/** The insertion point, or <code>-1</code> */
private final int fInsertPos;

/** The method bindings to implement */
private final IMethodBinding[]  [[#variable639a9840]];

 [[#variable63a1e3e0]]boolean  [[#variable639a9800]];
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#639a9840]]
fConstructorsToImplement 
12[[#639a9840]]
fMethodsToImplement 
21[[#63a1e3e0]]
/** Should the call to the super constructor be omitted? */
private 
22[[#63a1e3e0]]
/** Should the compilation unit content be saved? */
private final 
31[[#639a9800]]
fOmitSuper 
32[[#639a9800]]
fSave