resources.report.rules.findbugs.DMI_ARGUMENTS_WRONG_ORDER.html Maven / Gradle / Ivy
DMI_ARGUMENTS_WRONG_ORDER
DMI: Reversed method arguments (DMI_ARGUMENTS_WRONG_ORDER)
The arguments to this method call seem to be in the wrong order.
For example, a call Preconditions.checkNotNull("message", message)
has reserved arguments: the value to be checked is the first argument.