Package com.qulice.spi
Class Violation.Default
java.lang.Object
com.qulice.spi.Violation.Default
- All Implemented Interfaces:
Violation,Comparable<Violation>
- Enclosing interface:
- Violation
Default validation result.
- Since:
- 0.1
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.qulice.spi.Violation
Violation.Default -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Default
Constructor.- Parameters:
vldtr- Name of the validatorname- Name of the failed checkfile- Validated filelns- Lines with the problemmsg- Validation message- Suppressed Checkstyle violations:
- ParameterNumber (3 lines)
-
-
Method Details
-
validator
Description copied from interface:ViolationName of the validator that generated this violation information. -
name
Description copied from interface:ViolationName of the failed check. -
file
Description copied from interface:ViolationValidated file. -
lines
Description copied from interface:ViolationLines with the problem. -
message
Description copied from interface:ViolationValidation message. -
compareTo
- Specified by:
compareToin interfaceComparable<Violation>
-