Re: [Biojava-l] SimpleSequenceBuilder behaviour

2001-03-27 Thread Thomas Down
On Tue, Mar 27, 2001 at 11:11:39AM +0100, Keith James wrote: > > Someone has just pointed out to me that the behaviour of the > SimpleSequenceBuilder with respect to FeatureProperties has changed > when adding new properties. In addProperty(): > > > if (oldValue != null) { > if (oldValue in

[Biojava-l] SimpleSequenceBuilder behaviour

2001-03-27 Thread Keith James
Someone has just pointed out to me that the behaviour of the SimpleSequenceBuilder with respect to FeatureProperties has changed when adding new properties. In addProperty(): if (oldValue != null) { if (oldValue instanceof String) { newValue = ((String) oldValue) + " " + newValue.to