Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
13 | 3 | 2 | 0.975 | class_body_declarations[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 13 | 151 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/SingleVariableDeclaration.java |
2 | 13 | 131 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/VariableDeclarationExpression.java |
3 | 13 | 134 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/VariableDeclarationStatement.java |
| ||||
/** * The extended modifiers (element type: <code>IExtendedModifier</code>). * Null in JLS2. Added in JLS3; defaults to an empty list * (see constructor). * * @since 3.1 */ private ASTNode.NodeList modifiers = null; /** * The modifiers; bit-wise or of Modifier flags. * Defaults to none. Not used in 3.0. */ private int modifierFlags = Modifier.NONE; /** * The variable name; lazily initialized; defaults to a unspecified, * legal Java identifier. */ private SimpleName variableName = null; |
| ||||
/** * The extended modifiers (element type: <code>IExtendedModifier</code>). * Null in JLS2. Added in JLS3; defaults to an empty list * (see constructor). * @since 3.0 */ private ASTNode.NodeList modifiers = null; /** * The modifier flags; bit-wise or of Modifier flags. * Defaults to none. Not used in 3.0. */ private int modifierFlags = Modifier.NONE; /** * The base type; lazily initialized; defaults to an unspecified, * legal type. */ private Type baseType = null; |
| ||||
/** * The extended modifiers (element type: <code>IExtendedModifier</code>). * Null in JLS2. Added in JLS3; defaults to an empty list * (see constructor). * @since 3.1 */ private ASTNode.NodeList modifiers = null; /** * The modifier flagss; bit-wise or of Modifier flags. * Defaults to none. Not used in JLS3. */ private int modifierFlags = Modifier.NONE; /** * The base type; lazily initialized; defaults to an unspecified, * legal type. */ private Type baseType = null; |
| |||
/** * The extended modifiers (element type: <code>IExtendedModifier</code>). * Null in JLS2. Added in JLS3; defaults to an empty list * (see constructor). * * @since 3.1 */ /** * The extended modifiers (element type: <code>IExtendedModifier</code>). * Null in JLS2. Added in JLS3; defaults to an empty list * (see constructor). * @since 3.0 */ /** * The extended modifiers (element type: <code>IExtendedModifier</code>). * Null in JLS2. Added in JLS3; defaults to an empty list * (see constructor). * @since 3.1 */ private ASTNode.NodeList modifiers = null; /** * The modifiers; bit-wise or of Modifier flags. * Defaults to none. Not used in 3.0. */ /** * The modifier flags; bit-wise or of Modifier flags. * Defaults to none. Not used in 3.0. */ /** * The modifier flagss; bit-wise or of Modifier flags. * Defaults to none. Not used in JLS3. */ private int modifierFlags = Modifier.NONE; /** * The variable name; lazily initialized; defaults to a unspecified, * legal Java identifier. */ /** * The base type; lazily initialized; defaults to an unspecified, * legal type. */ private [[#variable6562da40]] [[#variable6b27d980]]= null; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#6562da40]] | SimpleName |
1 | 2 | [[#6562da40]] | Type |
1 | 3 | [[#6562da40]] | Type |
2 | 1 | [[#6b27d980]] | variableName |
2 | 2 | [[#6b27d980]] | baseType |
2 | 3 | [[#6b27d980]] | baseType |