Skip to content

make Line and Column primitive in CheckstyleViolation #43

@Anmol202005

Description

@Anmol202005

update CheckstyleViolation and and change line and column to Primitive with default value of -1.

before:

private final Integer line;
private final Integer column;

after

private final int line;
private final int column;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status

    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions