Thread.getState() return value

2007-04-05 Thread Christian Thalinger
Hi!

Finally I had some time to implement Thread.getState() and noticed that
we still return a java.lang.String.  Shouldn't we change that since we
are now 1.5 on head?

- twisti



Re: Thread.getState() return value

2007-04-05 Thread Mark Wielaard
On Thu, 2007-04-05 at 12:26 +0200, Christian Thalinger wrote:
 Finally I had some time to implement Thread.getState() and noticed that
 we still return a java.lang.String.  Shouldn't we change that since we
 are now 1.5 on head?

I assume you are talking about VMThread.getState(). I would rather keep
the current interface returning a static String instead of adding Enums
to the VM interface at this point.

Cheers,

Mark


signature.asc
Description: This is a digitally signed message part