CloneSet9027


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4220.962statement_sequence_member
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
14288
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/TypeBinding.java
24323
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/TypeBinding.java
Clone Instance
1
Line Count
4
Source Line
288
Source File
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/TypeBinding.java

                        if (declaringElement instanceof MethodBinding) {
                                try {
                                        return this.resolver.getMethodBinding((MethodBinding) declaringElement);
                                } catch (RuntimeException e) {
                                        /* in case a method cannot be resolvable due to missing jars on the classpath
                                         * see https://bugs.eclipse.org/bugs/show_bug.cgi?id=57871
                                         * https://bugs.eclipse.org/bugs/show_bug.cgi?id=63550
                                         * https://bugs.eclipse.org/bugs/show_bug.cgi?id=64299
                                         */
                                  }
                        }


Clone Instance
2
Line Count
4
Source Line
323
Source File
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/TypeBinding.java

                        if (declaringElement instanceof ReferenceBinding) {
                                try {
                                        return this.resolver.getTypeBinding((ReferenceBinding) declaringElement);
                                } catch (RuntimeException e) {
                                        /* in case a method cannot be resolvable due to missing jars on the classpath
                                         * see https://bugs.eclipse.org/bugs/show_bug.cgi?id=57871
                                         * https://bugs.eclipse.org/bugs/show_bug.cgi?id=63550
                                         * https://bugs.eclipse.org/bugs/show_bug.cgi?id=64299
                                         */
                                  }
                        }


Clone AbstractionParameter Count: 2Parameter Bindings

if (declaringElement instanceof [[#variable76c20a80]]) {
  try {
    return this.resolver. [[#variable76c20a00]](( [[#variable76c20a80]]) declaringElement);
  }
  catch (RuntimeException e) {
  /* in case a method cannot be resolvable due to missing jars on the classpath
                                           * see https://bugs.eclipse.org/bugs/show_bug.cgi?id=57871
                                           * https://bugs.eclipse.org/bugs/show_bug.cgi?id=63550
                                           * https://bugs.eclipse.org/bugs/show_bug.cgi?id=64299
                                           */
  }
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#76c20a80]]
MethodBinding 
12[[#76c20a80]]
ReferenceBinding 
21[[#76c20a00]]
getMethodBinding 
22[[#76c20a00]]
getTypeBinding