blob: 91cca11fdbb68e3345862141a34bf6579801a67f [file] [log] [blame]
package com.puppycrawl.tools.checkstyle.filters.suppresswithnearbycommentfilter;
public class InputSuppressWithNearbyCommentFilterById {
private int A1; // @cs-: ignore (reason)
private static final int abc = 5; // @cs-: violation (No NPE here)
int line_length = 100; // Suppression @cs-: ignore (reason)
private long ID = 1; // Suppression @cs-:
/*
Suppression @cs-: ignore (reason)*/private long ID3 = 1;
}