> It is called that the Javac and Jikes compile differently. 
> (i.e. Jikes is more restrictive) which means that alot of 
> code might break. 

If you have code which jikes won't compile, that's a problem. jikes is "more 
restrictive" because it sticks to the JLS closer than javac used to. Newer javacs tend 
to be better in this respect.

>From my point of view at least, having code which violates the JLS and treating that 
>as "good code" isn't a good idea.

Jon

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to