Skip to main content

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

Anna, 

Was there a reason we needed this check? Did it fix some other bug? 

Alex

On May 27, 2015, at 10:39 AM, GitHub <noreply@xxxxxxxxxx> wrote:

 Branch: refs/heads/master
 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>


_______________________________________________
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

Alex McCaskey
ORNL Computer Science Research
(865) 574-8715




Back to the top