Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 6 | 0.953 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 201 | plugins/org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/CompareResultDialog.java |
2 | 3 | 157 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/jarpackager/JarRefactoringDialog.java |
| ||||
GridData data = new GridData(GridData.FILL_HORIZONTAL| GridData.FILL_VERTICAL); data.widthHint = convertWidthInCharsToPixels(120); data.heightHint = convertHeightInCharsToPixels(13); |
| ||||
GridData data = new GridData(GridData.FILL_HORIZONTAL| GridData.FILL_VERTICAL); data.heightHint = convertHeightInCharsToPixels(32); data.widthHint = convertWidthInCharsToPixels(72); |
| |||
GridData data = new GridData(GridData.FILL_HORIZONTAL|GridData.FILL_VERTICAL); data. [[#variable9a21b000]]= [[#variable9a21af60]]( [[#variable9a21aee0]]); data. [[#variable9a21aea0]]= [[#variable9a21ae40]]( [[#variable9a21adc0]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#9a21b000]] | heightHint |
1 | 2 | [[#9a21b000]] | widthHint |
2 | 1 | [[#9a21af60]] | convertHeightInCharsToPixels |
2 | 2 | [[#9a21af60]] | convertWidthInCharsToPixels |
3 | 1 | [[#9a21aee0]] | 32 |
3 | 2 | [[#9a21aee0]] | 120 |
4 | 1 | [[#9a21aea0]] | widthHint |
4 | 2 | [[#9a21aea0]] | heightHint |
5 | 1 | [[#9a21ae40]] | convertWidthInCharsToPixels |
5 | 2 | [[#9a21ae40]] | convertHeightInCharsToPixels |
6 | 1 | [[#9a21adc0]] | 72 |
6 | 2 | [[#9a21adc0]] | 13 |