Class CpdParser

    • Constructor Detail

      • CpdParser

        public CpdParser​(int highThreshold,
                         int normalThreshold)
        Creates a new instance of CpdParser.
        Parameters:
        highThreshold - minimum number of duplicate lines for high priority warnings
        normalThreshold - minimum number of duplicate lines for normal priority warnings
      • CpdParser

        public CpdParser()
        Creates a new instance of CpdParser. The highThreshold is set to 50, the normalThreshold is set to 25.