Class NeverSuppress

    • Constructor Detail

      • NeverSuppress

        private NeverSuppress()
        Stop creation of instances.
    • Method Detail

      • shouldSuppress

        public boolean shouldSuppress​(int startLineNo,
                                      int startColNo,
                                      int endLineNo,
                                      int endColNo)
        Description copied from interface: MatchSuppressor
        Checks if the specified selection should be suppressed.
        Specified by:
        shouldSuppress in interface MatchSuppressor
        Parameters:
        startLineNo - the starting line number
        startColNo - the starting column number
        endLineNo - the ending line number
        endColNo - the ending column number
        Returns:
        true if the positions intersects with a comment.