Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
9 | 2 | 5 | 0.961 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 9 | 450 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/compare/JavaCompareUtilities.java |
2 | 9 | 461 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/compare/JavaCompareUtilities.java |
| ||||
if (checked) tooltip = getString(bundle, prefix + "tooltip.checked", null); //$NON-NLS-1$ else tooltip = getString(bundle, prefix + "tooltip.unchecked", null); //$NON-NLS-1$ if (tooltip == null) tooltip = getString(bundle, prefix + "tooltip", null); //$NON-NLS-1$ if (tooltip != null) a.setToolTipText(tooltip); |
| ||||
if (checked) description = getString(bundle, prefix + "description.checked", null); //$NON-NLS-1$ else description = getString(bundle, prefix + "description.unchecked", null); //$NON-NLS-1$ if (description == null) description = getString(bundle, prefix + "description", null); //$NON-NLS-1$ if (description != null) a.setDescription(description); |
| |||
if (checked) [[#variableb4a825c0]]= getString(bundle, prefix + [[#variableb4a82500]], null); //$NON-NLS-1$ else [[#variableb4a825c0]]= getString(bundle, prefix + [[#variableb4202fc0]], null); //$NON-NLS-1$ if ( [[#variableb4a825c0]]== null) [[#variableb4a825c0]]= getString(bundle, prefix + [[#variable9c99cc40]], null); //$NON-NLS-1$ if ( [[#variableb4a825c0]]!= null) a. [[#variable9c99cd40]]( [[#variableb4a825c0]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#b4a825c0]] | description |
1 | 2 | [[#b4a825c0]] | tooltip |
2 | 1 | [[#b4a82500]] | "description.checked" |
2 | 2 | [[#b4a82500]] | "tooltip.checked" |
3 | 1 | [[#b4202fc0]] | "description.unchecked" |
3 | 2 | [[#b4202fc0]] | "tooltip.unchecked" |
4 | 1 | [[#9c99cc40]] | "description" |
4 | 2 | [[#9c99cc40]] | "tooltip" |
5 | 1 | [[#9c99cd40]] | setDescription |
5 | 2 | [[#9c99cd40]] | setToolTipText |