PLEASE DO NOT REPLY TO THIS MESSAGE. TO FURTHER COMMENT
ON THE STATUS OF THIS BUG PLEASE FOLLOW THE LINK BELOW
AND USE THE ON-LINE APPLICATION. REPLYING TO THIS MESSAGE
DOES NOT UPDATE THE DATABASE, AND SO YOUR COMMENT WILL
BE LOST SOMEWHERE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2800

*** shadow/2800 Thu Jul 26 01:27:39 2001
--- shadow/2800.tmp.17741       Thu Jul 26 10:45:26 2001
***************
*** 68,71 ****
  }
  
  ------- Additional Comments From [EMAIL PROTECTED]  2001-07-26 01:27 -------
! Putting the return inside a finally is a bad idea - if the try block or any ofthe 
catches throws an exception, the finally will be executed, and return avalue (in this 
case probably null), and the exception will be discarded.
--- 68,75 ----
  }
  
  ------- Additional Comments From [EMAIL PROTECTED]  2001-07-26 01:27 -------
! Putting the return inside a finally is a bad idea - if the try block or any ofthe 
catches throws an exception, the finally will be executed, and return avalue (in this 
case probably null), and the exception will be discarded.
! 
! ------- Additional Comments From [EMAIL PROTECTED]  2001-07-26 10:45 -------
! Created an attachment (id=363)
! revision to original suggested fix

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

Reply via email to