Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ice-build] [eclipse/ice] c788f8: Fixed a bug from the last commit

  Branch: refs/heads/kasper/reflectivity/ui
  Home:   https://github.com/eclipse/ice
  Commit: c788f8134879c4ba3367585a8c91b873a1b513c3
      https://github.com/eclipse/ice/commit/c788f8134879c4ba3367585a8c91b873a1b513c3
  Author: Kasper Gammeltoft <kaspergam@xxxxxxxxxxxxx>
  Date:   2015-08-04 (Tue, 04 Aug 2015)

  Changed paths:
    M src/org.eclipse.ice.reflectivity.ui/src/org/eclipse/ice/reflectivity/ui/ReflectivityFormEditor.java
    M src/org.eclipse.ice.reflectivity.ui/src/org/eclipse/ice/reflectivity/ui/ReflectivityTabDescriptorProvider.java

  Log Message:
  -----------
  Fixed a bug from the last commit

The tab was not showing up and a null pointer was thrown because the new
output data component was not being properly set in the tab descriptor. 

Signed-off-by: Kasper Gammeltoft <kaspergam@xxxxxxxxxxxxx>


  Commit: 8c3a60202af2cb434800f98c91af75305765450a
      https://github.com/eclipse/ice/commit/8c3a60202af2cb434800f98c91af75305765450a
  Author: Kasper Gammeltoft <kaspergam@xxxxxxxxxxxxx>
  Date:   2015-08-04 (Tue, 04 Aug 2015)

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

  Log Message:
  -----------
  Fixed bug where the chi squared values were not showing up. 

Signed-off-by: Kasper Gammeltoft <kaspergam@xxxxxxxxxxxxx>


Compare: https://github.com/eclipse/ice/compare/a0f2e38cfdd0...8c3a60202af2

Back to the top