Artur Biesiadowski wrote:
> I'm wondering if creating skeleton implementation for entire 1.2 would
> not be nice solution. <B> UNIMPLEMENTED YET</B> in javadoc comment,
> every method throwing OperationNotSupportedException(). Then if somebody
> would like to implement something he would just fill in blanks.

Doing this for all packages would be very tedious unless it was done via an
automated code generator.  I'm not sure what the legality of that would be.
On the other hand, for packages that are actually being implemented by
someone as part of Classpath, I think it makes a lot of sense to stub out
methods than classes that aren't implemented yet.  And any 1.2 classes they
depend on.

-- 
Aaron M. Renn ([EMAIL PROTECTED]) http://www.urbanophile.com/arenn/

Reply via email to