Hi,

--- Jason Dillon <[EMAIL PROTECTED]> wrote:
> Do you know what the bug is?  Can we get around it by adding extra
> whitespace or something like that in the meantime?
> 

If you had code like this 

public static final int x=1;
public static final int y=x;

The bug gives you a compile error that x has not been initialised and
so cannot be used.

So you have to recode to not use initialisers in this way... so its
impact depends on how much this feature is used...

Chris


> --jason
> 
> 
> On Wed, 15 Aug 2001, Chris Kimpton wrote:
> 
> > Hi,
> >
> > It is supposedly fixed with patch 50 (?), but its not in a
> released
> > build yet...
> >
> > You can get a candidate build from here:
> >
> > http://www.ee.byu.edu/~eblake/jikes/
> >
> > ...but this has a little bug to do with static initialisers...
> >
> > I've not tried it with the JBoss source yet...
> >


=====
Need somewhere to Live in London - http://freeflats.com

__________________________________________________
Do You Yahoo!?
Make international calls for as low as $.04/minute with Yahoo! Messenger
http://phonecard.yahoo.com/

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to