Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ice-build] [eclipse/ice] 0c6d7d: Item now has 2 getResource(...) methods which retu...

  Branch: refs/heads/master
  Home:   https://github.com/eclipse/ice
  Commit: 0c6d7d780849fd08ce23b4d907b235ed0adac1b3
      https://github.com/eclipse/ice/commit/0c6d7d780849fd08ce23b4d907b235ed0adac1b3
  Author: Anna Wojtowicz <wojtowicza@xxxxxxxx>
  Date:   2015-01-14 (Wed, 14 Jan 2015)

  Changed paths:
    M src/org.eclipse.ice.item/src/org/eclipse/ice/item/Item.java
    M tests/org.eclipse.ice.item.test/src/org/eclipse/ice/item/test/ItemTester.java

  Log Message:
  -----------
  Item now has 2 getResource(...) methods which return ICEResources (or
VizResources).

Also, refactored ItemTester a bit, as I noticed it was building and
printing a static PainfullySimpleForm string before every single test
(and is never modified), which is unnecessary, so I put it in a
@BeforeClass method instead.

Signed-off-by: Anna Wojtowicz <wojtowicza@xxxxxxxx>


  Commit: ac092fae726df612ceff369bf916e306e3397b44
      https://github.com/eclipse/ice/commit/ac092fae726df612ceff369bf916e306e3397b44
  Author: Anna Wojtowicz <wojtowicza@xxxxxxxx>
  Date:   2015-01-14 (Wed, 14 Jan 2015)

  Changed paths:
    M features/org.eclipse.ice.feature/feature.xml
    M repository/org.eclipse.ice.repository/ice.product
    M repository/org.eclipse.ice.repository/ice.product.launch
    M src/org.eclipse.ice.client.widgets.rcp/src/org/eclipse/ice/client/widgets/jme/ViewAppState.java
    M src/org.eclipse.ice.client.widgets.rcp/src/org/eclipse/ice/client/widgets/reactoreditor/plant/PlantAppState.java
    M tests/org.eclipse.ice.caebat.batml.test/src/org/eclipse/ice/caebat/batml/test/BatMLModelTester.java

  Log Message:
  -----------
  Merged Jay's stuff.

Signed-off-by: Anna Wojtowicz <wojtowicza@xxxxxxxx>


Compare: https://github.com/eclipse/ice/compare/1129cbac3c30...ac092fae726d

Back to the top