I started seeing lot of smalll private methods that takes in some object and solely interact with it, These methods should actually being added in wrong place, Which in reality should atleast be a static method in that class.
I am actually looking for some static analysis tool which reports these kind of issues so that i can pull them out to the appropriate classes that it acts on. Is there a checkstyle rule or some other static analysis tool that would help me out here?