Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
20 | 2 | 2 | 0.979 | class_body_declarations[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 20 | 151 | plugins/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/codemanipulation/AddCustomConstructorOperation.java |
2 | 20 | 237 | plugins/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/codemanipulation/AddGetterSetterOperation.java |
| ||||
/** * Returns the scheduling rule for this operation. * * @return the scheduling rule */ public final ISchedulingRule getSchedulingRule() { return ResourcesPlugin.getWorkspace().getRoot(); } /** * Returns the visibility modifier of the generated constructors. * * @return the visibility modifier */ public final int getVisibility() { return fVisibility; } /** * Should the call to the super constructor be omitted? * * @return <code>true</code> to omit the call, <code>false</code> otherwise */ public final boolean isOmitSuper() { return fOmitSuper; } |
| ||||
/** * Returns the scheduling rule for this operation. * * @return the scheduling rule */ public final ISchedulingRule getSchedulingRule() { return ResourcesPlugin.getWorkspace().getRoot(); } /** * Returns the visibility modifier of the generated constructors. * * @return the visibility modifier */ public final int getVisibility() { return fVisibility; } /** * Should all existing members be skipped? * * @return <code>true</code> if they should be skipped, <code>false</code> otherwise */ public final boolean isSkipAllExisting() { return fSkipAllExisting; } |
| |||
/** * Returns the scheduling rule for this operation. * * @return the scheduling rule */ public final ISchedulingRule getSchedulingRule() { return ResourcesPlugin.getWorkspace().getRoot(); } /** * Returns the visibility modifier of the generated constructors. * * @return the visibility modifier */ public final int getVisibility() { return fVisibility; } /** * Should the call to the super constructor be omitted? * * @return <code>true</code> to omit the call, <code>false</code> otherwise */ /** * Should all existing members be skipped? * * @return <code>true</code> if they should be skipped, <code>false</code> otherwise */ public final boolean [[#variable58dbabe0]]() { return [[#variable58dbab80]]; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#58dbabe0]] | isOmitSuper |
1 | 2 | [[#58dbabe0]] | isSkipAllExisting |
2 | 1 | [[#58dbab80]] | fOmitSuper |
2 | 2 | [[#58dbab80]] | fSkipAllExisting |