[Biojava-l] PointLocation class
Thomas Down
td2@sanger.ac.uk
Sat, 14 Apr 2001 10:37:49 +0100
On Sat, Apr 14, 2001 at 01:14:03AM +0100, Dr S.M. Huen wrote:
> I notice the above class and several related classes do not have
> toString methods.
>
> Is this intentional or inadvertent?
We don't make a terribly big thing of toString methods, since
they shouldn't normally be used in production code. That said,
they're a helpful debugging aid, especially for things like
Location implmentations, so it would be well worth adding them.
Thanks for pointing that out,
Thomas.