Reports static methods which
are only called from one class which is not the same as the class containing the
method. Such methods could be moved into that class.
Methods called from an anonymous class inside the method's class are ignored.
This inspection may be cpu intensive.
Use the first checkbox below to have this inspection not report when the static method is only used from a test class.
Use the second checkbox below to ignore method calls from inside all anonymous classes.