Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ice-build] [eclipse/ice] 882479: Made EntryComposite.setEntryValue(...) more robust...

  Branch: refs/heads/mccaskey/fileentrycomp_468387
  Home:   https://github.com/eclipse/ice
  Commit: 88247943ac1c3641c9105ba7d3c73a6aaf5800db
      https://github.com/eclipse/ice/commit/88247943ac1c3641c9105ba7d3c73a6aaf5800db
  Author: Anna Wojtowicz <wojtowicza@xxxxxxxx>
  Date:   2015-05-27 (Wed, 27 May 2015)

  Changed paths:
    M src/org.eclipse.ice.client.widgets/src/org/eclipse/ice/client/widgets/EntryComposite.java

  Log Message:
  -----------
  Made EntryComposite.setEntryValue(...) more robust in the case that the
parameter passed in is null. It will now first check if the Entry type
is Discrete, and if it is, sets the value to the first allowed value if
there is one (if there is no allowed values at all, it does nothing, as
there's nothing to be done). For all other Entry types, it sets the
Entry's default value (which will always be at least an empty string).
Fixes bug 468472.

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


  Commit: f22b6263b65b7386ac71f8a5d24629aa643ceab7
      https://github.com/eclipse/ice/commit/f22b6263b65b7386ac71f8a5d24629aa643ceab7
  Author: Alex McCaskey <mccaskeyaj@xxxxxxxx>
  Date:   2015-05-27 (Wed, 27 May 2015)

  Changed paths:
    M src/org.eclipse.ice.client.widgets/src/org/eclipse/ice/client/widgets/EntryComposite.java

  Log Message:
  -----------
  Merge remote-tracking branch 'origin/master' into
mccaskey/fileentrycomp_468387

Signed-off-by: Alex McCaskey <mccaskeyaj@xxxxxxxx>


Compare: https://github.com/eclipse/ice/compare/2b57a77d74c8...f22b6263b65b

Back to the top