CloneSet3443


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
5210.979executable_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
15129
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/LocalTypeBinding.java
25157
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/LocalTypeBinding.java
Clone Instance
1
Line Count
5
Source Line
129
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/LocalTypeBinding.java

                               {
                if (superInterfaces == Binding.NO_SUPERINTERFACES)
                        readableName = CharOperation.concat(TypeConstants.ANONYM_PREFIX, superclass.readableName(), TypeConstants.ANONYM_SUFFIX);
                else
                        readableName = CharOperation.concat(TypeConstants.ANONYM_PREFIX, superInterfaces[0].readableName(), TypeConstants.ANONYM_SUFFIX);
                               }


Clone Instance
2
Line Count
5
Source Line
157
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/LocalTypeBinding.java

                               {
                if (superInterfaces == Binding.NO_SUPERINTERFACES)
                        shortReadableName = CharOperation.concat(TypeConstants.ANONYM_PREFIX, superclass.shortReadableName(), TypeConstants.ANONYM_SUFFIX);
                else
                        shortReadableName = CharOperation.concat(TypeConstants.ANONYM_PREFIX, superInterfaces[0].shortReadableName(), TypeConstants.ANONYM_SUFFIX);
                               }


Clone AbstractionParameter Count: 1Parameter Bindings

{
  if (superInterfaces == Binding.NO_SUPERINTERFACES)
     [[#variablea0520460]]= CharOperation.concat(TypeConstants.ANONYM_PREFIX, superclass. [[#variablea0520460]](), TypeConstants.ANONYM_SUFFIX);
  else
     [[#variablea0520460]]= CharOperation.concat(TypeConstants.ANONYM_PREFIX, superInterfaces[0]. [[#variablea0520460]](), TypeConstants.ANONYM_SUFFIX);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#a0520460]]
readableName 
12[[#a0520460]]
shortReadableName