[Date Prev][Date Next][Thread Prev][Thread Next][Author Index][Date Index][Thread Index]

Can't compile nile



Hi Tuomas,

I cannot compile nile: the inner class structure you use doesn't work
with javac: it says you need to prepend each method call with an
explicit this qualifier. (because the methods are both nested and
inherited) The compiler shows 21 such errors.

-b.