Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ufk-dev] Default realm

Hi all,

Is there a particular reason why in the Swing databinding classes like
TextObservableValue or AbstractSwingObservableValue SwingRealm is
used.
I'm talking about the constructors without a Realm parameter.
Shouldn't Realm.getDefault() be used instead?

Using a concrete Realm implementation greatly complicates testing when
a test(mock) realm implementation is used.

Thank you!


Back to the top