Skip to content

470915]Applied Short Circuit Logic MasterDetailsComponent

Eclipse Webmaster requested to merge github/fork/SmithRWORNL/Bug470915 into master

Created by: SmithRWORNL

MasterDetailsComponent now uses short circuit comparisions instead of eager ones. Thus, it will now only evaulate expressions in an AND until one evaluates to false, instead of evaluating all of them.

Bug: 470915 https://bugs.eclipse.org/bugs/show_bug.cgi?id=470915 Signed-off-by: Robert Smith SmithRW@ornl.gov

Merge request reports