Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ice-build] [eclipse/ice] f53301: Cleaned up the documentation in the ItemProcessor.

  Branch: refs/heads/jay/reflectivity
  Home:   https://github.com/eclipse/ice
  Commit: f53301d532ec1277d4db3348718af37156574788
      https://github.com/eclipse/ice/commit/f53301d532ec1277d4db3348718af37156574788
  Author: Jay Jay Billings <billingsjj@xxxxxxxx>
  Date:   2015-01-12 (Mon, 12 Jan 2015)

  Changed paths:
    M tests/org.eclipse.ice.client.test/src/org/eclipse/ice/client/test/ItemProcessorTester.java

  Log Message:
  -----------
  Cleaned up the documentation in the ItemProcessor.

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


  Commit: 3a728ae3023fb642ce539f7e1e86ad8e5059225e
      https://github.com/eclipse/ice/commit/3a728ae3023fb642ce539f7e1e86ad8e5059225e
  Author: Jay Jay Billings <billingsjj@xxxxxxxx>
  Date:   2015-01-12 (Mon, 12 Jan 2015)

  Changed paths:
    M src/org.eclipse.ice.datastructures/src/org/eclipse/ice/datastructures/form/Material.java
    M tests/org.eclipse.ice.datastructures.test/src/org/eclipse/ice/datastructures/test/MaterialTester.java

  Log Message:
  -----------
  Fixed a bug in the Material that threw null pointer exceptions when the
property map was empty.

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


  Commit: 0b692d0cf17dfaef3b17114a9a013fdaab845488
      https://github.com/eclipse/ice/commit/0b692d0cf17dfaef3b17114a9a013fdaab845488
  Author: Jay Jay Billings <billingsjj@xxxxxxxx>
  Date:   2015-01-12 (Mon, 12 Jan 2015)

  Changed paths:
    A src/org.eclipse.ice.client.widgets/src/org/eclipse/ice/client/widgets/ElementSourceDialog.java
    M src/org.eclipse.ice.client.widgets/src/org/eclipse/ice/client/widgets/ListComponentSectionPage.java
    M src/org.eclipse.ice.item/src/org/eclipse/ice/item/model/Model.java
    M src/org.eclipse.ice.materials/src/org/eclipse/ice/materials/MaterialWritableTableFormat.java
    M src/org.eclipse.ice.reflectivity/OSGI-INF/ReflectivityModelComponent.xml
    M src/org.eclipse.ice.reflectivity/src/org/eclipse/ice/reflectivity/ReflectivityModelBuilder.java
    M tests/org.eclipse.ice.materials.test/src/org/eclipse/ice/materials/test/MaterialWritableTableFormatTester.java
    M tests/org.eclipse.ice.reflectivity.test/META-INF/MANIFEST.MF
    A tests/org.eclipse.ice.reflectivity.test/src/org/eclipse/ice/reflectivity/test/ReflectivityModelBuilderTester.java

  Log Message:
  -----------
  Hooked up the element source stuff to the UI (mostly, selections
remain). Fixed several bugs in the Reflectivity Model bundle because I
forgot to change it to inherit from AbstractModelBuilder.

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


Compare: https://github.com/eclipse/ice/compare/5ed1a43a8541...0b692d0cf17d

Back to the top