Hi Roman,

On Thu, 2006-08-31 at 13:57 +0200, Roman Kennke wrote:
> > gcj had some trouble with the creative use of inner classes using outer
> > class accessors in ZoneView/Zone. This patch makes Zone just take the
> > axis as a parameter which also means we can turn it into a static class:
> 
> This might be ok now, but won't work when the ZoneView is finished. The 
> Zone class needs to be non-static, as it will need to access the 
> ZoneView's protected methods, when I get to implement the Zone class fully.

OK, marking the inner class static was just side-effect. The trouble
with gcj only came from accessing the outer class  methods from the
constructor of the inner class. Otherwise I don't think there will be
any problem.

Cheers,

Mark

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

Reply via email to