dev@javaserverfaces.java.net

Re: [REVIEW] Minor improvements to UIData

From: David M. Lloyd <david.lloyd_at_redhat.com>
Date: Tue, 28 Aug 2007 12:28:28 -0500

On Tue, 28 Aug 2007 10:13:12 -0700 Ryan Lubke <Ryan.Lubke_at_Sun.COM> wrote:

> > RL> Why, Object members will be automatically initialized to null when
> > RL> instantiated.
> >
> > Yes, this is true in Sun's implementation of the JLS, but perhaps it
> > might not be true in another vendor's?
>
> This is a very basic requirement of the JLS, and while I don't have
> access to the JCK,

If it doesn't initialize fields to null/0/0.0/etc, it's not Java.

- DML