update `CheckstyleViolation` and and change line and column to Primitive with default value of -1. before: ```java private final Integer line; private final Integer column; ``` after ```java private final int line; private final int column; ```