Parameters in non-public methods are not checked, because such methods are not intended to be generally reusable. ``java.lang.String`` parameters are excluded, because String is immutable and can not be always substituted for more generic type. Parameters used in any other context than method invocation or enhanced for loop are also excluded.