RE: [lang] Stopwatch improvements

2004-07-25 Thread Henri Yandell
this explicit in the docs. Phil -Original Message- From: Henri Yandell [mailto:[EMAIL PROTECTED] Sent: Sun 7/18/2004 8:41 PM To: Jakarta Commons Developers List Cc: Subject: Re: [lang] Stopwatch improvements Deprecating split() is a very good point. While a real physical stopwatch has

RE: [lang] Stopwatch improvements

2004-07-19 Thread Phil Steitz
the watch thread-safe; but we should make this explicit in the docs. Phil -Original Message- From: Henri Yandell [mailto:[EMAIL PROTECTED] Sent: Sun 7/18/2004 8:41 PM To: Jakarta Commons Developers List Cc: Subject: Re: [lang] Stopwatch improvements Deprecating split() is a very

RE: [lang] Stopwatch improvements

2004-07-18 Thread Steven Caswell
I think it makes sense to be able to stop from suspend. That would give the caller the most options. Otherwise, if the stopwatch were suspended, you'd have to restart it before stopping, which would change the time of the stopwatch. Being able to stop while suspended means you can stop from