| StatelessSessionImpl has a public method afterOperation(boolean success) The method parameter success was used and passed as a parameter in afterNonTransactionalQuery(). Since the change was done long time back, the success variable is not being used now, and being passed by its caller in the same class now. In order to avoid that, a refactor can be done. Since it is a public method, before this could be done, it needs be discussed. |