Github user FSchumacher commented on a diff in the pull request:
https://github.com/apache/jmeter/pull/356#discussion_r167626506
--- Diff: src/components/org/apache/jmeter/assertions/BSFAssertion.java ---
@@ -57,8 +57,4 @@ public AssertionResult getResult(SampleResult response) {
return result;
}
- @Override
- public Object clone() {
--- End diff --
If we remove this method sonar will complain about the missing method, as
the class is marked Clonable---
