-
Class Summary
Class |
Description |
ArgumentSelectionDefectChecker |
Checks the lexical distance between method parameter names and the argument names at call sites.
|
AssertEqualsArgumentOrderChecker |
Checker to make sure that assertEquals-like methods are called with the arguments expected and
actual the right way round.
|
AutoValueConstructorOrderChecker |
Checker to make sure that constructors for AutoValue types are invoked with arguments in the
correct order.
|
NamedParameterComment |
Helper methods for checking if a commented argument matches a formal parameter and for generating
comments in the right format.
|