Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 2 | 0.960 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 772 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/ClassScope.java |
2 | 3 | 777 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/ClassScope.java |
| ||||
if (superinterfaces != null) for (int i = 0, length = superinterfaces.length; i < length; i++) superinterfaces[i].checkBounds(this ); |
| ||||
if (typeParameters != null) for (int i = 0, paramLength = typeParameters.length; i < paramLength; i++) typeParameters[i].checkBounds(this ); |
| |||
if ( [[#variable8f68c9e0]]!= null) for (int i = 0, [[#variable8f68cb40]]= [[#variable8f68c9e0]].length; i < [[#variable8f68cb40]]; i++) [[#variable8f68c9e0]][i].checkBounds(this ); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#8f68c9e0]] | typeParameters |
1 | 2 | [[#8f68c9e0]] | superinterfaces |
2 | 1 | [[#8f68cb40]] | paramLength |
2 | 2 | [[#8f68cb40]] | length |