> > For the note then you might want to change it to "ZipEntry e = ..." > because the reader see the trailing slash after dir so it is obviously a > directory. >
That does indeed make more sense for the general case. > Also the javadoc uses "crc-32" rather than "crc" should we should keep > that consistent if we can. > I opted for the uppercase "CRC-32" here since that seems to be used in the majority of cases when referring to this checksum. I have pushed the updates to the PR and the updated the suggested CSR. I would appreciate help from someone to file an issue and CSR in JBS. Should be mostly copy paste from the PR if I got it right. Thanks, Eirik.