Skip to content

[470835]Applied Short Circuit Logic in ToolItemMenuListener

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

Created by: SmithRWORNL

An instance of ToolItemMenuListener using eager logic instead of short circuit logic in comparision has been changed. The conditional statement will now only evaulate the secondary statement if the first returned false.

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

Merge request reports