Package com.google.errorprone.bugpatterns.argumentselectiondefects


package com.google.errorprone.bugpatterns.argumentselectiondefects
  • Classes
    Class
    Description
    Checks the lexical distance between method parameter names and the argument names at call sites.
    Checker to make sure that assertEquals-like methods are called with the arguments expected and actual the right way round.
    Checker to make sure that constructors for AutoValue types are invoked with arguments in the correct order.
    Helper methods for checking if a commented argument matches a formal parameter and for generating comments in the right format.