Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
19 | 2 | 3 | 0.959 | class_body_declarations[7] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 19 | 55 | plugins/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/codemanipulation/AddUnimplementedConstructorsOperation.java |
2 | 19 | 55 | 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 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; |
| ||||
/** 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; |
| |||
/** 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 Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#639a9840]] | fConstructorsToImplement |
1 | 2 | [[#639a9840]] | fMethodsToImplement |
2 | 1 | [[#63a1e3e0]] | /** Should the call to the super constructor be omitted? */ private |
2 | 2 | [[#63a1e3e0]] | /** Should the compilation unit content be saved? */ private final |
3 | 1 | [[#639a9800]] | fOmitSuper |
3 | 2 | [[#639a9800]] | fSave |