Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 2 | 0.979 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 550 | plugins/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/template/java/CompilationUnitCompletion.java |
2 | 5 | 556 | plugins/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/template/java/CompilationUnitCompletion.java |
| ||||
if ((Signature.getTypeSignatureKind(subTypeSignature)& (Signature.TYPE_VARIABLE_SIGNATURE| Signature.CLASS_TYPE_SIGNATURE)) == 0) return false; IType subType = project.findType(SignatureUtil.stripSignatureToFQN(subTypeSignature)); if (subType == null) return false; |
| ||||
if ((Signature.getTypeSignatureKind(superTypeSignature)& (Signature.TYPE_VARIABLE_SIGNATURE| Signature.CLASS_TYPE_SIGNATURE)) == 0) return false; IType superType = project.findType(SignatureUtil.stripSignatureToFQN(superTypeSignature)); if (superType == null) return false; |
| |||
if ((Signature.getTypeSignatureKind( [[#variablea39bf560]])&(Signature.TYPE_VARIABLE_SIGNATURE|Signature.CLASS_TYPE_SIGNATURE)) == 0) return false; IType [[#variable9e7c2280]]= project.findType(SignatureUtil.stripSignatureToFQN( [[#variablea39bf560]])); if ( [[#variable9e7c2280]]== null) return false; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#a39bf560]] | superTypeSignature |
1 | 2 | [[#a39bf560]] | subTypeSignature |
2 | 1 | [[#9e7c2280]] | superType |
2 | 2 | [[#9e7c2280]] | subType |