All Implemented Interfaces:
Serializable

public class DupFinderParser extends AbstractDryParser<Duplicate>
A parser for Reshaper Dupfinder XML files.
Author:
Rafal Jasica
See Also:
  • Constructor Details

    • DupFinderParser

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

      public DupFinderParser()
      Creates a new instance of DupFinderParser. The highThreshold is set to 50, the normalThreshold is set to 25.
  • Method Details