se.bjurr.violations.lib.model.SEVERITY Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of violations-lib Show documentation
Show all versions of violations-lib Show documentation
Library for parsing report files from static code analyzis.
package se.bjurr.violations.lib.model;
public enum SEVERITY {
INFO,
WARN,
ERROR
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy