On Fri, 2006-01-20 at 11:03 +1300, Simon Kitching wrote: <snip>
> The bit that bothers me is that inner classes can only access parameters > that are declared final. Why is this, if the binary code generated is > *exactly* the same whether the parameter is final or not? I can't see > the reason and that makes me feel a little nervous... AIUI inner classes are actually fudged by the compiler (rather than being first class constructs in the bytecode) (people who are more authoritative on this stuff should feel to jump in here) - robert --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
