RFR: 7903020: Command line error: Incorrect output filename - can't write
Leonid Kuskov
lkuskov at openjdk.java.net
Mon Aug 30 19:12:37 UTC 2021
On Mon, 30 Aug 2021 18:59:49 GMT, Alexandre Iline <shurailine at openjdk.org> wrote:
>> Yes, it is. Actually there are 20 places where this check is used.
>> Here FILE_CANREAD covers both EXISTS && ISFILE
>
> if FILE_CANREAD is stronger than both other checks, should it be the only permission listed?
Yes, here is enough to have just one the CANREAD check. OK I will remove ISFILE, the first check will be alive just to catch that a file exists.
-------------
PR: https://git.openjdk.java.net/jcov/pull/18
More information about the jcov-dev
mailing list