Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ice-build] [eclipse/ice] c75d69: Adding a ListComposite dataType that will be used ...

Andrew,

You don't need to implement this.You should look into the AbstractListComponent that I am writing or use an ICEList, if possible.

Better yet, you should be returning a Form instead. I'll talk to Alex about updating the interfaces.

Jay

On Dec 17, 2014 7:02 PM, "GitHub" <noreply@xxxxxxxxxx> wrote:
  Branch: refs/heads/andrew/caebat
  Home:   https://github.com/eclipse/ice
  Commit: c75d69c2e3e497fd7e6a7dbc56ca5955515e837b
      https://github.com/eclipse/ice/commit/c75d69c2e3e497fd7e6a7dbc56ca5955515e837b
  Author: arbennett <bennettar@xxxxxxxx>
  Date:   2014-12-17 (Wed, 17 Dec 2014)

  Changed paths:
    A src/org.eclipse.ice.datastructures/src/org/eclipse/ice/datastructures/form/ListComposite.java
    M src/org.eclipse.ice.io/src/org/eclipse/ice/io/ips/IPSReader.java
    A tests/org.eclipse.ice.datastructures.test/src/org/eclipse/ice/datastructures/test/ListCompositeTester.java

  Log Message:
  -----------
  Adding a ListComposite dataType that will be used in conjunction with
the IPSReader/Writer once they implement the upcoming IReader and
IWriter interfaces.  Updating the IPSReader with some preliminary
preparations for those changes.

Signed-off-by: arbennett <bennettar@xxxxxxxx>



_______________________________________________
ice-build mailing list
ice-build@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/ice-build


Back to the top