Package 

Class CheckInverseMethodRule

  • All Implemented Interfaces:

    
    public final class CheckInverseMethodRule
    extends DiktatRule
                        

    This rule checks if inverse method can be used. For example if there is !isEmpty() on collection call that it changes it to isNotEmpty()