Class BslSuppressionProvider.BslSuppressionRange

    • Constructor Detail

      • BslSuppressionRange

        public BslSuppressionRange​(int startLine,
                                   int endLine,
                                   Set<String> checkIds)
        Constructor
        Parameters:
        startLine - start line of suppression range
        endLine - end line of suppression range
        checkIds - check ids of suppression range, cannot be null
    • Method Detail

      • getStartLine

        public int getStartLine()
        Gets start line of suppression range
        Returns:
        the start line of suppression range
      • getCheckIds

        public Set<String> getCheckIds()
        Gets check ids of suppression range
        Returns:
        the check ids of suppression range, never null
      • getEndLine

        public int getEndLine()
        Gets end line of suppression range
        Returns:
        the end line of suppression range