You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@creadur.apache.org by "P. Ottlinger" <po...@apache.org> on 2022/03/28 12:52:22 UTC

RequestForReview/Comments on RAT-273: Due to JDK changes test expectations had to be changed / enabling RAT builds with more recent JDK

Hi *,

when I tried to build RAT against newer JDKs I experienced test 
failures. These were due to API changes inside JDK's LineNumberReader.

Newer JDKs treat a non-existing line ending as implicit line ending, 
while JDK8 did not count these tokens.

Therefore I had to adapt the tests and would be happy to get some 
feedback from you:

URL: https://github.com/apache/creadur-rat/pull/57

Cheers,
Phil