Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ice-build] [eclipse/ice] a0dbd2: [470835]Applied Short Circuit Logic in ToolItemMen...

  Branch: refs/heads/master
  Home:   https://github.com/eclipse/ice
  Commit: a0dbd2d66dbea3e0072e3443ff571339b642f7f9
      https://github.com/eclipse/ice/commit/a0dbd2d66dbea3e0072e3443ff571339b642f7f9
  Author: Robert Smith <SmithRW@xxxxxxxx>
  Date:   2015-06-26 (Fri, 26 Jun 2015)

  Changed paths:
    M src/org.eclipse.ice.client.widgets.reactoreditor/src/org/eclipse/ice/client/widgets/reactoreditor/ToolItemMenuListener.java

  Log Message:
  -----------
  [470835]Applied Short Circuit Logic in ToolItemMenuListener

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@xxxxxxxx>


  Commit: 4c67c6c00abe98598e65181074caaabe52fbc379
      https://github.com/eclipse/ice/commit/4c67c6c00abe98598e65181074caaabe52fbc379
  Author: Jay Jay Billings <jayjaybillings@xxxxxxxxx>
  Date:   2015-06-26 (Fri, 26 Jun 2015)

  Changed paths:
    M src/org.eclipse.ice.client.widgets.reactoreditor/src/org/eclipse/ice/client/widgets/reactoreditor/ToolItemMenuListener.java

  Log Message:
  -----------
  Merge pull request #16 from SmithRWORNL/Bug470835

[470835]Applied Short Circuit Logic in ToolItemMenuListener


Compare: https://github.com/eclipse/ice/compare/037744bbeea3...4c67c6c00abe

Back to the top