From: Torsten C. <tc...@ap...> - 2005-08-16 09:05:43
|
Hi there, I am wondering how you guys think empty try/catch should be handled. Let's assume I have try { Thread.sleep(1000); } catch(InterruptedException e) { ; } Now it seems I cannot get full coverage for this part of the code - although the exception handler is empty. cheers -- Torsten |