Hi,
Since the last update of eclipse Juno yesterday, every time now I open a class with a printStackTrace() method call in a catch(Exception) block, I have a java marker problem on the line with this message :
"This try catch block contains one call to e.printStackTrace() and no reference to throw new Exception(e)"
How to deactivate this marker ?
Thanks in advance for your answer
Steve
On 12.09.2012 10:16, Steve Heldebaume wrote:
> Hi,
> Since the last update of eclipse Juno yesterday, every time now I open
> a class with a printStackTrace() method call in a catch(Exception)
> block, I have a java marker problem on the line with this message :
> "This try catch block contains one call to e.printStackTrace() and no
> reference to throw new Exception(e)"
> How to deactivate this marker ?
> Thanks in advance for your answer
I don't see this in the standard Eclipse. Maybe you installed some
addition plug-ins (FindBugs?) that do this?