Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
15 | 2 | 2 | 0.974 | class_body_declarations[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 15 | 163 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/ClassInstanceCreation.java |
2 | 15 | 119 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/MethodInvocation.java |
| ||||
/** * The optional expression; <code>null</code> for none; defaults to none. */ private Expression optionalExpression = null; /** * The type arguments (element type: <code>Type</code>). * Null in JLS2. Added in JLS3; defaults to an empty list * (see constructor). * @since 3.1 */ private ASTNode.NodeList typeArguments = null; /** * The type name; lazily initialized; defaults to a unspecified, * legal type name. Not used in JLS3. */ private Name typeName = null; |
| ||||
/** * The expression; <code>null</code> for none; defaults to none. */ private Expression optionalExpression = null; /** * The type arguments (element type: <code>Type</code>). * Null in JLS2. Added in JLS3; defaults to an empty list * (see constructor). * @since 3.1 */ private ASTNode.NodeList typeArguments = null; /** * The method name; lazily initialized; defaults to a unspecified, * legal Java method name. */ private SimpleName methodName = null; |
| |||
/** * The optional expression; <code>null</code> for none; defaults to none. */ /** * The expression; <code>null</code> for none; defaults to none. */ private Expression optionalExpression = null; /** * The type arguments (element type: <code>Type</code>). * Null in JLS2. Added in JLS3; defaults to an empty list * (see constructor). * @since 3.1 */ private ASTNode.NodeList typeArguments = null; /** * The type name; lazily initialized; defaults to a unspecified, * legal type name. Not used in JLS3. */ /** * The method name; lazily initialized; defaults to a unspecified, * legal Java method name. */ private [[#variablea4b5ff20]] [[#variable987a8e00]]= null; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#a4b5ff20]] | Name |
1 | 2 | [[#a4b5ff20]] | SimpleName |
2 | 1 | [[#987a8e00]] | typeName |
2 | 2 | [[#987a8e00]] | methodName |