Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
7 | 2 | 4 | 0.964 | switch_groups[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 7 | 220 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/compare/JavaCompareUtilities.java |
2 | 7 | 227 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/compare/JavaCompareUtilities.java |
| ||||
case JavaNode.INIT: sb.append(INITIALIZER); sb.append(name); break; case JavaNode.PACKAGE: sb.append(PACKAGEDECLARATION); break; |
| ||||
case JavaNode.IMPORT: sb.append(IMPORTDECLARATION); sb.append(name); break; case JavaNode.IMPORT_CONTAINER: sb.append(IMPORT_CONTAINER); break; |
| |||
case JavaNode. [[#variable636ceb00]]: sb.append( [[#variable636cea80]]); sb.append(name); break; case JavaNode. [[#variable636cea20]]: sb.append( [[#variable636ce9e0]]); break; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#636ceb00]] | IMPORT |
1 | 2 | [[#636ceb00]] | INIT |
2 | 1 | [[#636cea80]] | IMPORTDECLARATION |
2 | 2 | [[#636cea80]] | INITIALIZER |
3 | 1 | [[#636cea20]] | IMPORT_CONTAINER |
3 | 2 | [[#636cea20]] | PACKAGE |
4 | 1 | [[#636ce9e0]] | IMPORT_CONTAINER |
4 | 2 | [[#636ce9e0]] | PACKAGEDECLARATION |