Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 1 | 0.979 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 129 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/LocalTypeBinding.java |
2 | 5 | 157 | 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); } |
| ||||
{ 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); } |
| |||
{ 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 Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#a0520460]] | readableName |
1 | 2 | [[#a0520460]] | shortReadableName |