You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The method TaskExecutorsManager#executeMethod(Worker, Method, MethodArguments, TaskExecutorsManager) has a redundant parameter TaskExecutorsManager, this should be removed and replaced by this.
The text was updated successfully, but these errors were encountered:
This method is an insidious utility inside the object TaskExecutorManager and should be corrected as it violates the object-oriented programming (object methods should perform on "this" object).
The method
TaskExecutorsManager#executeMethod(Worker, Method, MethodArguments, TaskExecutorsManager)
has a redundant parameterTaskExecutorsManager
, this should be removed and replaced bythis
.The text was updated successfully, but these errors were encountered: