Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 5 | 0.961 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 474 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/ComplianceConfigurationBlock.java |
2 | 5 | 498 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/ComplianceConfigurationBlock.java |
| ||||
{ String val = fRememberedUserCompliance[idx]; if ( !ERROR.equals(val)) { setValue(prefKey, val); updateCombo(combo); } } |
| ||||
{ String val = fRememberedUserCompliance[IDX_INLINE_JSR_BYTECODE]; if ( !ENABLED.equals(val)) { setValue(PREF_CODEGEN_INLINE_JSR_BYTECODE, val); updateCheckBox(checkBox); } } |
| |||
{ String val = fRememberedUserCompliance[ [[#variable964f2360]]]; if ( ! [[#variable964f2300]].equals(val)) { setValue( [[#variable964f2280]], val); [[#variable964f21c0]]( [[#variable964f2120]]); } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#964f2360]] | idx |
1 | 2 | [[#964f2360]] | IDX_INLINE_JSR_BYTECODE |
2 | 1 | [[#964f2300]] | ERROR |
2 | 2 | [[#964f2300]] | ENABLED |
3 | 1 | [[#964f2280]] | prefKey |
3 | 2 | [[#964f2280]] | PREF_CODEGEN_INLINE_JSR_BYTECODE |
4 | 1 | [[#964f21c0]] | updateCombo |
4 | 2 | [[#964f21c0]] | updateCheckBox |
5 | 1 | [[#964f2120]] | combo |
5 | 2 | [[#964f2120]] | checkBox |