I have a large non static JAVA function, which uses this reference at several places inside it. I want to convert it to static function and pass "this" reference as a parameter, so that I can take it to utility class.
Is there any tool which can automate this process?
UPDATE: Please share if some one has his own quick way of doing this(without using any tool).