Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ice-build] [eclipse/ice] e88318: Finished ICEModelFactory basic implementation.

  Branch: refs/heads/jay/MarkIII
  Home:   https://github.com/eclipse/ice
  Commit: e883186a1926820eadea36166b5133678963b6b7
      https://github.com/eclipse/ice/commit/e883186a1926820eadea36166b5133678963b6b7
  Author: Jay Jay Billings <billingsjj@xxxxxxxx>
  Date:   2019-02-13 (Wed, 13 Feb 2019)

  Changed paths:
    A org.eclipse.ice.data/src/main/java/org/eclipse/ice/data/ICEModelFactory.java
    R org.eclipse.ice.data/src/main/java/org/eclipse/ice/data/ModelFactory.java
    R org.eclipse.ice.data/src/test/java/org/eclipse/ice/tests/data/AppTest.java
    A org.eclipse.ice.data/src/test/java/org/eclipse/ice/tests/data/ICEModelFactoryTest.java

  Log Message:
  -----------
  Finished ICEModelFactory basic implementation.

Made a basic implementation of ICEModelFactory, which is the new name
for ModelFactory. I made the name change so that it would not collide
with Apache Jena's ModelFactory. Also committed a basic test for it that
checks for null values returned by the factory methods. Finally, I
removed the unused AppTest class.

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




Back to the top