From: Gareth R. <g_j...@ya...> - 2006-02-01 15:07:51
|
Note to list: I've sent Radu a GNU tar.gz of my changes. This is what I've done: 1. Changed all occurrences of catch(Exception e) to only catch the specific exception that can be thrown. 2. Changed all cases of catch(Exception e) followed by a System.err.println to throw an exception instead. The caller can log the exception if desired. 3. Rewrote dangerous catching of NullPointerException. 4. Handled InterruptedException in Thread methods. Yours, Gareth Randall ___________________________________________________________ To help you stay safe and secure online, we've developed the all new Yahoo! Security Centre. http://uk.security.yahoo.com |