On 2/12/02 6:44 PM, "Jon Scott Stevens" <[EMAIL PROTECTED]> wrote:
> compile: > [javac] Compiling 37 source files to > /Users/jon/checkout/jakarta-turbine-stratum/bin/classes > [javac] > [javac] Issued 1 semantic warning compiling > "/Users/jon/checkout/jakarta-turbine-stratum/src/java/org/apache/stratum/uti > l/lru/LRUStore.java": > [javac] > [javac] 232. catch ( Exception e ) > [javac] <---------> > [javac] *** Caution: This try block cannot throw a "checked exception" > (JLS section 14.7) that can be caught here. You may have intended to catch a > RuntimeException instead of an Exception. Yes, until Merline is out jikes is the only compiler that is up to spec so it catches code that isn't up to snuff. I haven't been seeing that because I've been using javac lately. I guess we could ask Sam to run Gump with jikes as it's the only compiler up to spec. > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- jvz. Jason van Zyl http://tambora.zenplex.org http://jakarta.apache.org/turbine http://jakarta.apache.org/velocity http://jakarta.apache.org/alexandria http://jakarta.apache.org/commons -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
