Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 1 | 0.977 | method_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 40 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/databinding/EMFDataBindingContext.java |
2 | 4 | 46 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/databinding/EMFDataBindingContext.java |
| |||||
@Override protected UpdateValueStrategy createModelToTargetUpdateValueStrategy(IObservableValue fromValue, IObservableValue toValue) { return new EMFUpdateValueStrategy(); } |
| |||||
@Override protected UpdateValueStrategy createTargetToModelUpdateValueStrategy(IObservableValue fromValue, IObservableValue toValue) { return new EMFUpdateValueStrategy(); } |
| |||
@Override protected UpdateValueStrategy [[#variable175bdf80]](IObservableValue fromValue, IObservableValue toValue) { return new EMFUpdateValueStrategy(); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#175bdf80]] | createModelToTargetUpdateValueStrategy |
1 | 2 | [[#175bdf80]] | createTargetToModelUpdateValueStrategy |