https://issues.apache.org/bugzilla/show_bug.cgi?id=56682
--- Comment #5 from Sebb <[email protected]> --- Just found a false-positive: FILE NAME : apache-jmeter-2.11\src\jorphan\org\apache\jorphan\collections\HashTree.java CATCH CLAUSE : catch (RuntimeException e) { if (!e.getMessage().equals(FOUND)) { throw e; } } ANTI-PATTERN: Wrapping the exception and passing getMessage() destroys the stack trace of original exception -- You are receiving this mail because: You are the assignee for the bug.
