CloneSet8967


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2220.975class_body_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
12193
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/MethodInfo.java
22200
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/MethodInfo.java
Clone Instance
1
Line Count
2
Source Line
193
Source File
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/MethodInfo.java

        /**
         * @see IMethodInfo#isClinit()
         */
        public boolean isClinit() {
                return this.name[0] == '<' && this.name.length == 8; // Can only match <clinit>
        }


Clone Instance
2
Line Count
2
Source Line
200
Source File
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/MethodInfo.java

        /**
         * @see IMethodInfo#isConstructor()
         */
        public boolean isConstructor() {
                return this.name[0] == '<' && this.name.length == 6; // Can only match <init>
        }


Clone AbstractionParameter Count: 2Parameter Bindings

/**
         * @see IMethodInfo#isClinit()
         */
/**
         * @see IMethodInfo#isConstructor()
         */
public boolean  [[#variable754879c0]]() {
  return this.name[0] == '<' && this.name.length == [[#variable754878e0]]; // Can only match <clinit> // Can only match <init>
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#754879c0]]
isClinit 
12[[#754879c0]]
isConstructor 
21[[#754878e0]]
8 
22[[#754878e0]]
6