org.honton.chas.checkstats.Failure Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of checkstats-maven-plugin Show documentation
Show all versions of checkstats-maven-plugin Show documentation
Keep your Jacoco, Findbugs, Pmd, or Cpd error statistics decreasing as code is added.
The newest version!
package org.honton.chas.checkstats;
import lombok.AllArgsConstructor;
@AllArgsConstructor
public class Failure {
final String fieldName;
final Number currentValue;
final Number priorValue;
}