Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 2 | 0.980 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 245 | plugins/org.eclipse.jdt.apt.core/src/org/eclipse/jdt/apt/core/internal/util/TypesUtil.java |
2 | 4 | 250 | plugins/org.eclipse.jdt.apt.core/src/org/eclipse/jdt/apt/core/internal/util/TypesUtil.java |
| ||||
{ final ITypeBinding binding = getTypeBinding(upperBounds.iterator().next()); boundKey = binding.getKey(); boundKind = Signature.C_EXTENDS; } |
| ||||
{ final ITypeBinding binding = getTypeBinding(lowerBounds.iterator().next()); boundKey = binding.getKey(); boundKind = Signature.C_SUPER; } |
| |||
{ final ITypeBinding binding = getTypeBinding( [[#variable57da0e40]].iterator().next()); boundKey = binding.getKey(); boundKind = Signature. [[#variable57da1960]]; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#57da0e40]] | lowerBounds |
1 | 2 | [[#57da0e40]] | upperBounds |
2 | 1 | [[#57da1960]] | C_SUPER |
2 | 2 | [[#57da1960]] | C_EXTENDS |