Community
Participate
Working Groups
Build Identifier: When using JFace Automatic Databinding if you choose an update strategy different from Update All WindowBuilder is generating this code: bindingContext.bindValue(idObserveWidget, idObserveValue, UpdateValueStrategy.POLICY_NEVER, null); That brings this error: The method bindValue(IObservableValue, IObservableValue, UpdateValueStrategy, UpdateValueStrategy) in the type DataBindingContext is not applicable for the arguments (IObservableValue, IObservableValue, int, null) bindValue method is expecting a UpdateValueStrategy class and not a int. Reproducible: Always Steps to Reproduce: 1. call the wizard JFace Automatic Databinding 2. choose any bean 3. select any property 4. select the widget 5. select a UpdateStrategy other than UpdateAll
Fixed in trunk.
Fixed in latest integration build.