On Jul 28, 11:13 am, Daniel Drozdzewski <[email protected]>
wrote:
>
>
> There is this paragraph:
> ' The static initializers and class variable initializers are executed
> in textual order, and may not refer to class variables declared in the
> class whose declarations appear textually after the use, even though
> these class variables are in scope (§8.3.2.3). This restriction is
> designed to detect, at compile time, most circular or otherwise
> malformed initializations.'

Ah, that makes sense.  Thank you.  But what is the textual order when
my code is developed in Eclipse where my source Java files are listed
in alphabetical order, one class per file?  Is that the textual order?

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to