Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 3 | 2 | 0.956 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 193 | plugins/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/fix/ConvertIterableLoopOperation.java |
2 | 2 | 59 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/AssignToVariableAssistProposal.java |
3 | 2 | 1167 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/UnresolvedElementsSubProcessor.java |
| ||||
if (arg.isWildcardType()) { arg = ASTResolving.normalizeWildcardType(arg, true, fRoot.getAST()); } |
| ||||
if (typeBinding.isWildcardType()) { typeBinding = ASTResolving.normalizeWildcardType(typeBinding, true, node.getAST()); } |
| ||||
if (newType.isWildcardType()) { newType = ASTResolving.normalizeWildcardType(newType, true, astRoot.getAST()); } |
| |||
if ( [[#variableb10ebfe0]].isWildcardType()) { [[#variableb10ebfe0]]= ASTResolving.normalizeWildcardType( [[#variableb10ebfe0]], true, [[#variableb10ebf80]].getAST()); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#b10ebfe0]] | newType |
1 | 2 | [[#b10ebfe0]] | typeBinding |
1 | 3 | [[#b10ebfe0]] | arg |
2 | 1 | [[#b10ebf80]] | astRoot |
2 | 2 | [[#b10ebf80]] | node |
2 | 3 | [[#b10ebf80]] | fRoot |