CloneSet9222


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
15220.974class_body_declarations[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
115163
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/ClassInstanceCreation.java
215119
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/MethodInvocation.java
Clone Instance
1
Line Count
15
Source Line
163
Source File
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/ClassInstanceCreation.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;


Clone Instance
2
Line Count
15
Source Line
119
Source File
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/MethodInvocation.java

        /**
         * 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;


Clone AbstractionParameter Count: 2Parameter Bindings

/**
         * 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 Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#a4b5ff20]]
Name 
12[[#a4b5ff20]]
SimpleName 
21[[#987a8e00]]
typeName 
22[[#987a8e00]]
methodName