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.958 | block |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 647 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/compiler/parser/SourceTypeConverter.java |
2 | 5 | 660 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/compiler/parser/SourceTypeConverter.java |
| ||||
{ int length = typeName.length; this.namePos = 0; return decodeType(typeName, length, start, end); } |
| ||||
{ int length = typeSignature.length(); this.namePos = 0; return decodeType(typeSignature, length, start, end); } |
| |||
{ int length = [[#variable77ad7be0]] [[#variable77ad7ae0]]; this.namePos = 0; return decodeType( [[#variable77ad7be0]], length, start, end); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#77ad7be0]] | typeName |
1 | 2 | [[#77ad7be0]] | typeSignature |
2 | 1 | [[#77ad7ae0]] | .length |
2 | 2 | [[#77ad7ae0]] | .length() |