Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ice-build] [eclipse/ice] 0a5418: Fixed a couple of warnings on TreeComposite.java b...

  Branch: refs/heads/jordan/bug455654
  Home:   https://github.com/eclipse/ice
  Commit: 0a541833506d606091af95be94a0192b1aac50fa
      https://github.com/eclipse/ice/commit/0a541833506d606091af95be94a0192b1aac50fa
  Author: Jordan Deyton <jordan.deyton@xxxxxxxxx>
  Date:   2014-12-23 (Tue, 23 Dec 2014)

  Changed paths:
    M src/org.eclipse.ice.datastructures/src/org/eclipse/ice/datastructures/form/TreeComposite.java

  Log Message:
  -----------
  Fixed a couple of warnings on TreeComposite.java by converting clone
operations on ArrayLists to copy constructors.

Signed-off-by: Jordan Deyton <jordan.deyton@xxxxxxxxx>


  Commit: f07a5d27a3cdaba0a4660e842a32961d1d0f53ab
      https://github.com/eclipse/ice/commit/f07a5d27a3cdaba0a4660e842a32961d1d0f53ab
  Author: Jordan Deyton <jordan.deyton@xxxxxxxxx>
  Date:   2015-01-05 (Mon, 05 Jan 2015)

  Changed paths:
    M src/org.eclipse.ice.client.widgets/src/org/eclipse/ice/client/widgets/properties/AddPropertyAction.java
    A src/org.eclipse.ice.client.widgets/src/org/eclipse/ice/client/widgets/properties/AddTemplatePropertyAction.java
    M src/org.eclipse.ice.client.widgets/src/org/eclipse/ice/client/widgets/properties/TreePropertySection.java

  Log Message:
  -----------
  Adding a new class to add template parameters that are defined in the
exemplars. Currently, it just finds the exemplar parameters and prints
their names out to the console. Next up, we should expose these to the
user somehow so they can pick one to add.

Signed-off-by: Jordan Deyton <jordan.deyton@xxxxxxxxx>


Compare: https://github.com/eclipse/ice/compare/6be1b5fd60a2...f07a5d27a3cd

Back to the top