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.958 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 70 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/util/TypeInfoLabelProvider.java |
2 | 3 | 73 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/util/TypeInfoLabelProvider.java |
| ||||
{ String containerName = typeRef.getTypeContainerName(); buf.append(getPackageName(containerName)); } |
| ||||
{ String packName = typeRef.getPackageName(); buf.append(getPackageName(packName)); } |
| |||
{ String [[#variableb51fc5a0]]= typeRef. [[#variableb51fc500]](); buf.append(getPackageName( [[#variableb51fc5a0]])); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#b51fc5a0]] | containerName |
1 | 2 | [[#b51fc5a0]] | packName |
2 | 1 | [[#b51fc500]] | getTypeContainerName |
2 | 2 | [[#b51fc500]] | getPackageName |