Class LineNumberReader

java.lang.Object
org.apache.rat.header.LineNumberReader

public class LineNumberReader extends Object
Replacement for LineNumberReader. This class provides a workaround for an incompatibility in the LineNumberReader: If the last line in a file isn't terminated with LF, or CR, or CRLF, then that line is counted in Java 16, and beyond, but wasn't counted before. This implementation is compatible with the latter variant, thus providing upwards compatibility for RAT.
  • Constructor Details

    • LineNumberReader

      public LineNumberReader(Reader pReader)
  • Method Details