Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ice-build] [eclipse/ice] ba82fa: Fixed an error in the way the reflectivity model p...

  Branch: refs/heads/next
  Home:   https://github.com/eclipse/ice
  Commit: ba82fa98f030f20339a3ef272b3807d6751f6d2c
      https://github.com/eclipse/ice/commit/ba82fa98f030f20339a3ef272b3807d6751f6d2c
  Author: Jay Jay Billings <billingsjj@xxxxxxxx>
  Date:   2016-03-06 (Sun, 06 Mar 2016)

  Changed paths:
    M org.eclipse.ice.reflectivity/src/org/eclipse/ice/reflectivity/ReflectivityModel.java

  Log Message:
  -----------
  Fixed an error in the way the reflectivity model processed.

The FormStatus was incorrectly set to check if the status was null and
done so outside of the loop so that there would be no possibility of a
call to process ever working as intended.

Signed-off-by: Jay Jay Billings <billingsjj@xxxxxxxx>



Back to the top