All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.honton.chas.checkstats.Failure Maven / Gradle / Ivy

Go to download

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;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy